Skip to content

Commit e5eb327

Browse files
feat: Automated regeneration of CloudChannel client (googleapis#12510)
Auto-created at 2024-11-12 13:10:51 +0000 using the toys pull request generator.
1 parent 1d3eb93 commit e5eb327

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/cloud_channel/lib/google_api/cloud_channel/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.CloudChannel.V1 do
2020
API client metadata for GoogleApi.CloudChannel.V1.
2121
"""
2222

23-
@discovery_revision "20241102"
23+
@discovery_revision "20241109"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/cloud_channel/lib/google_api/cloud_channel/v1/model/google_cloud_channel_v1_cloud_identity_customer_account.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CloudIdentityCusto
2626
* `customerName` (*type:* `String.t`, *default:* `nil`) - If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}
2727
* `customerType` (*type:* `String.t`, *default:* `nil`) - If existing = true, the type of the customer.
2828
* `existing` (*type:* `boolean()`, *default:* `nil`) - Returns true if a Cloud Identity account exists for a specific domain.
29-
* `owned` (*type:* `boolean()`, *default:* `nil`) - Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
29+
* `owned` (*type:* `boolean()`, *default:* `nil`) - Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner (with active subscriptions or purchase consents).
3030
"""
3131

3232
use GoogleApi.Gax.ModelBase

clients/cloud_channel/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.CloudChannel.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.11.0"
21+
@version "0.11.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)