Skip to content

Commit c9e023d

Browse files
feat: Automated regeneration of paymentsresellersubscription v1 client (googleapis#22014)
Auto-created at 2025-03-09 10:19:24 +0000 using the toys pull request generator.
1 parent 1197808 commit c9e023d

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289179,6 +289179,7 @@
289179289179
"/paymentsresellersubscription:v1/GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse": google_cloud_payments_reseller_subscription_v1_generate_user_session_response
289180289180
"/paymentsresellersubscription:v1/GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse/userSession": user_session
289181289181
"/paymentsresellersubscription:v1/GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload": google_cloud_payments_reseller_subscription_v1_google_home_payload
289182+
"/paymentsresellersubscription:v1/GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload/attachedToGoogleStructure": attached_to_google_structure
289182289183
"/paymentsresellersubscription:v1/GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload/partnerStructureId": partner_structure_id
289183289184
"/paymentsresellersubscription:v1/GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload": google_cloud_payments_reseller_subscription_v1_google_one_payload
289184289185
"/paymentsresellersubscription:v1/GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload/campaigns": campaigns

generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-paymentsresellersubscription_v1
22

3+
### v0.47.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250302
6+
37
### v0.46.0 (2025-02-26)
48

59
* Regenerated from discovery document revision 20250212

generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/classes.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,13 @@ def update!(**args)
506506
class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
507507
include Google::Apis::Core::Hashable
508508

509+
# Output only. Output only. This identifies whether the subscription is attached
510+
# to a Google Home structure.
511+
# Corresponds to the JSON property `attachedToGoogleStructure`
512+
# @return [Boolean]
513+
attr_accessor :attached_to_google_structure
514+
alias_method :attached_to_google_structure?, :attached_to_google_structure
515+
509516
# Optional. This identifies the structure ID on partner side that the
510517
# subscription should be applied to. Only required when the partner requires
511518
# structure mapping.
@@ -519,6 +526,7 @@ def initialize(**args)
519526

520527
# Update properties of this object
521528
def update!(**args)
529+
@attached_to_google_structure = args[:attached_to_google_structure] if args.key?(:attached_to_google_structure)
522530
@partner_structure_id = args[:partner_structure_id] if args.key?(:partner_structure_id)
523531
end
524532
end

generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module PaymentsresellersubscriptionV1
1818
# Version of the google-apis-paymentsresellersubscription_v1 gem
19-
GEM_VERSION = "0.46.0"
19+
GEM_VERSION = "0.47.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250212"
25+
REVISION = "20250302"
2626
end
2727
end
2828
end

generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
442442
class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
443443
# @private
444444
class Representation < Google::Apis::Core::JsonRepresentation
445+
property :attached_to_google_structure, as: 'attachedToGoogleStructure'
445446
property :partner_structure_id, as: 'partnerStructureId'
446447
end
447448
end

0 commit comments

Comments
 (0)