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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b786cc9257abc331ed69055062d3e3949519f11a36cd86bc905f836f0c88df88
|
4
|
+
data.tar.gz: 17bd4a380f662d4943788316255fdf2e675e384efa16c5b62ac6b60ef9d82f3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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:
|
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.
|
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
|
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: []
|