google-apis-paymentsresellersubscription_v1 0.45.0 → 0.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f9b69cfe4bc84e9eb1d7092c367789e1517ba439d65186931f66eede2749b3c
4
- data.tar.gz: dd3cd5d8fe04ea39ce31cbff44c76998be1f23d6e44b2ee4a3c083e2bbe4f929
3
+ metadata.gz: b786cc9257abc331ed69055062d3e3949519f11a36cd86bc905f836f0c88df88
4
+ data.tar.gz: 17bd4a380f662d4943788316255fdf2e675e384efa16c5b62ac6b60ef9d82f3a
5
5
  SHA512:
6
- metadata.gz: 4bf85fa29fd5222436b127c581eb44a8c0a6eb8eee02ec2bed9e02032b7e10c2db77da7be72f7bb7b9d1c5601fcd0ef8b8e28f36cf19b156821f6436bb538f88
7
- data.tar.gz: 610687facfc086b722b6d0e2899e74dd4c605fd61f1a304a1f6e82c772905922883820ae43438947b79963fab336db2465de27cd324878dd0c7e84bc872bce92
6
+ metadata.gz: 839194bdf0516c1971d4685f5c5945f2da59e652dfb1b4a1cee7b9e61e41bd56493c546120478698a745ceaba5b58e9ac88fb91f6bd5a6e4d18f5be5ad292d74
7
+ data.tar.gz: c3f656bece9a0dc182719e1f6a18ccbb7a9baadf55712833c318734a7816467c379f322e2bb62d908a523b62b5c7c1e5fb6bd6c1c98a3c5f512fa44ba58562f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-paymentsresellersubscription_v1
2
2
 
3
+ ### v0.46.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250212
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.45.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241211
@@ -502,6 +502,27 @@ module Google
502
502
  end
503
503
  end
504
504
 
505
+ # Payload specific for Google Home products.
506
+ class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
507
+ include Google::Apis::Core::Hashable
508
+
509
+ # Optional. This identifies the structure ID on partner side that the
510
+ # subscription should be applied to. Only required when the partner requires
511
+ # structure mapping.
512
+ # Corresponds to the JSON property `partnerStructureId`
513
+ # @return [String]
514
+ attr_accessor :partner_structure_id
515
+
516
+ def initialize(**args)
517
+ update!(**args)
518
+ end
519
+
520
+ # Update properties of this object
521
+ def update!(**args)
522
+ @partner_structure_id = args[:partner_structure_id] if args.key?(:partner_structure_id)
523
+ end
524
+ end
525
+
505
526
  # Payload specific to Google One products.
506
527
  class GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload
507
528
  include Google::Apis::Core::Hashable
@@ -729,6 +750,11 @@ module Google
729
750
  class GoogleCloudPaymentsResellerSubscriptionV1ProductPayload
730
751
  include Google::Apis::Core::Hashable
731
752
 
753
+ # Payload specific for Google Home products.
754
+ # Corresponds to the JSON property `googleHomePayload`
755
+ # @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload]
756
+ attr_accessor :google_home_payload
757
+
732
758
  # Payload specific to Google One products.
733
759
  # Corresponds to the JSON property `googleOnePayload`
734
760
  # @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload]
@@ -745,6 +771,7 @@ module Google
745
771
 
746
772
  # Update properties of this object
747
773
  def update!(**args)
774
+ @google_home_payload = args[:google_home_payload] if args.key?(:google_home_payload)
748
775
  @google_one_payload = args[:google_one_payload] if args.key?(:google_one_payload)
749
776
  @youtube_payload = args[:youtube_payload] if args.key?(:youtube_payload)
750
777
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PaymentsresellersubscriptionV1
18
18
  # Version of the google-apis-paymentsresellersubscription_v1 gem
19
- GEM_VERSION = "0.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241211"
25
+ REVISION = "20250212"
26
26
  end
27
27
  end
28
28
  end
@@ -124,6 +124,12 @@ module Google
124
124
  include Google::Apis::Core::JsonObjectSupport
125
125
  end
126
126
 
127
+ class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
127
133
  class GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload
128
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
135
 
@@ -433,6 +439,13 @@ module Google
433
439
  end
434
440
  end
435
441
 
442
+ class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
443
+ # @private
444
+ class Representation < Google::Apis::Core::JsonRepresentation
445
+ property :partner_structure_id, as: 'partnerStructureId'
446
+ end
447
+ end
448
+
436
449
  class GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload
437
450
  # @private
438
451
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -508,6 +521,8 @@ module Google
508
521
  class GoogleCloudPaymentsResellerSubscriptionV1ProductPayload
509
522
  # @private
510
523
  class Representation < Google::Apis::Core::JsonRepresentation
524
+ property :google_home_payload, as: 'googleHomePayload', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload::Representation
525
+
511
526
  property :google_one_payload, as: 'googleOnePayload', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload::Representation
512
527
 
513
528
  property :youtube_payload, as: 'youtubePayload', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload::Representation
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-paymentsresellersubscription_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.45.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.46.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Payments Reseller Subscription API V1
82
79
  test_files: []