Skip to content

Commit

Permalink
feat: Automated regeneration of CloudChannel client (#12118)
Browse files Browse the repository at this point in the history
Auto-created at 2024-09-10 13:18:48 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Sep 10, 2024
1 parent 5ff5d61 commit fb1ff05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.CloudChannel.V1 do
API client metadata for GoogleApi.CloudChannel.V1.
"""

@discovery_revision "20240828"
@discovery_revision "20240908"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ defmodule GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CheckCloudIdentity
## Attributes
* `domain` (*type:* `String.t`, *default:* `nil`) - Required. Domain to fetch for Cloud Identity account customers, including domained and domainless.
* `primaryAdminEmail` (*type:* `String.t`, *default:* `nil`) - Optional. Primary admin email to fetch for Cloud Identity account domainless customer.
* `domain` (*type:* `String.t`, *default:* `nil`) - Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.
* `primaryAdminEmail` (*type:* `String.t`, *default:* `nil`) - Optional. Primary admin email to fetch for Cloud Identity account team customer.
"""

use GoogleApi.Gax.ModelBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ImportCustomerRequ
* `customer` (*type:* `String.t`, *default:* `nil`) - Optional. Specifies the customer that will receive imported Cloud Identity information. Format: accounts/{account_id}/customers/{customer_id}
* `domain` (*type:* `String.t`, *default:* `nil`) - Required. Customer domain.
* `overwriteIfExists` (*type:* `boolean()`, *default:* `nil`) - Required. Choose to overwrite an existing customer if found. This must be set to true if there is an existing customer with a conflicting region code or domain.
* `primaryAdminEmail` (*type:* `String.t`, *default:* `nil`) - Optional. Customer's primary admin email.
* `primaryAdminEmail` (*type:* `String.t`, *default:* `nil`) - Required. Customer's primary admin email.
"""

use GoogleApi.Gax.ModelBase
Expand Down
2 changes: 1 addition & 1 deletion clients/cloud_channel/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.CloudChannel.Mixfile do
use Mix.Project

@version "0.6.0"
@version "0.6.1"

def project() do
[
Expand Down

0 comments on commit fb1ff05

Please sign in to comment.