Skip to content

Commit

Permalink
feat: Automated regeneration of MyBusinessAccountManagement client (#…
Browse files Browse the repository at this point in the history
…10867)

Auto-created at 2024-03-12 01:29:00 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 12, 2024
1 parent c57affb commit 6f147d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clients/my_business_account_management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

My Business Account Management API client library.

The My Business Account Management API provides an interface for managing access to a location on Google.
The My Business Account Management API provides an interface for managing access to a location on Google. Note - If you have a quota of 0 after enabling the API, please request for GBP API access.

## Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.MyBusinessAccountManagement.V1 do
API client metadata for GoogleApi.MyBusinessAccountManagement.V1.
"""

@discovery_revision "20220727"
@discovery_revision "20240310"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule GoogleApi.MyBusinessAccountManagement.V1.Model.Account do
* `name` (*type:* `String.t`, *default:* `nil`) - Immutable. The resource name, in the format `accounts/{account_id}`.
* `organizationInfo` (*type:* `GoogleApi.MyBusinessAccountManagement.V1.Model.OrganizationInfo.t`, *default:* `nil`) - Output only. Additional info for an organization. This is populated only for an organization account.
* `permissionLevel` (*type:* `String.t`, *default:* `nil`) - Output only. Specifies the permission level the user has for this account.
* `primaryOwner` (*type:* `String.t`, *default:* `nil`) - Required. Input only. The resource name of the account which will be the primary owner of the account being created. It should be of the form `accounts/{account_id}/`.
* `primaryOwner` (*type:* `String.t`, *default:* `nil`) - Required. Input only. The resource name of the account which will be the primary owner of the account being created. It should be of the form `accounts/{account_id}`.
* `role` (*type:* `String.t`, *default:* `nil`) - Output only. Specifies the AccountRole of this account.
* `type` (*type:* `String.t`, *default:* `nil`) - Required. Contains the type of account. Accounts of type PERSONAL and ORGANIZATION cannot be created using this API.
* `verificationState` (*type:* `String.t`, *default:* `nil`) - Output only. If verified, future locations that are created are automatically connected to Google Maps, and have Google+ pages created, without requiring moderation.
Expand Down
2 changes: 1 addition & 1 deletion clients/my_business_account_management/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule GoogleApi.MyBusinessAccountManagement.Mixfile do

defp description() do
"""
My Business Account Management API client library. The My Business Account Management API provides an interface for managing access to a location on Google.
My Business Account Management API client library. The My Business Account Management API provides an interface for managing access to a location on Google. Note - If you have a quota of 0 after enabling the API, please request for GBP API access.
"""
end

Expand Down

0 comments on commit 6f147d6

Please sign in to comment.