Skip to content

Commit cb973db

Browse files
feat: Automated regeneration of PaymentsResellerSubscription client (googleapis#13081)
Auto-created at 2025-03-04 13:17:42 +0000 using the toys pull request generator.
1 parent 233b074 commit cb973db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

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

23-
@discovery_revision "20250212"
23+
@discovery_revision "20250302"
2424

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

clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_google_home_payload.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsRes
2121
2222
## Attributes
2323
24+
* `attachedToGoogleStructure` (*type:* `boolean()`, *default:* `nil`) - Output only. Output only. This identifies whether the subscription is attached to a Google Home structure.
2425
* `partnerStructureId` (*type:* `String.t`, *default:* `nil`) - Optional. This identifies the structure ID on partner side that the subscription should be applied to. Only required when the partner requires structure mapping.
2526
"""
2627

2728
use GoogleApi.Gax.ModelBase
2829

2930
@type t :: %__MODULE__{
31+
:attachedToGoogleStructure => boolean() | nil,
3032
:partnerStructureId => String.t() | nil
3133
}
3234

35+
field(:attachedToGoogleStructure)
3336
field(:partnerStructureId)
3437
end
3538

0 commit comments

Comments
 (0)