diff --git a/clients/my_business_account_management/README.md b/clients/my_business_account_management/README.md index 938f97c0e7..1a0775888e 100644 --- a/clients/my_business_account_management/README.md +++ b/clients/my_business_account_management/README.md @@ -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 diff --git a/clients/my_business_account_management/lib/google_api/my_business_account_management/v1/metadata.ex b/clients/my_business_account_management/lib/google_api/my_business_account_management/v1/metadata.ex index a30767b884..7be9ca7eba 100644 --- a/clients/my_business_account_management/lib/google_api/my_business_account_management/v1/metadata.ex +++ b/clients/my_business_account_management/lib/google_api/my_business_account_management/v1/metadata.ex @@ -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 diff --git a/clients/my_business_account_management/lib/google_api/my_business_account_management/v1/model/account.ex b/clients/my_business_account_management/lib/google_api/my_business_account_management/v1/model/account.ex index 920ad01f20..27560d025e 100644 --- a/clients/my_business_account_management/lib/google_api/my_business_account_management/v1/model/account.ex +++ b/clients/my_business_account_management/lib/google_api/my_business_account_management/v1/model/account.ex @@ -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. diff --git a/clients/my_business_account_management/mix.exs b/clients/my_business_account_management/mix.exs index ff6730a794..a667b96779 100644 --- a/clients/my_business_account_management/mix.exs +++ b/clients/my_business_account_management/mix.exs @@ -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