google-apis-paymentsresellersubscription_v1 0.38.0 → 0.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/paymentsresellersubscription_v1/classes.rb +18 -18
- data/lib/google/apis/paymentsresellersubscription_v1/gem_version.rb +3 -3
- data/lib/google/apis/paymentsresellersubscription_v1/service.rb +13 -13
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 794f47c97e8d29ff9d8f192fafbd8bc295f4f25ec9942e9a3e3ebb394b37c413
|
4
|
+
data.tar.gz: abde786e8e9fc47ae5869571621cdc13834dffbdf280a183300eb702c859f046
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74d5b7eda6d735a48a976b4ef1ec719d773e1f4b336576213c20883f27966879bbc364b85ee953fe553267f2f66f5623ccc5d67b9d5b1e73f381d90f98f6575f
|
7
|
+
data.tar.gz: aa6a8e308a3cfe5bc166b9153f80f97894664f045c220eb71e21a50a3c01346fbb864bfc9e6c55eacf37dae0cc593833fe7b6860e7fbca1c835e5886ff0ea54f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-paymentsresellersubscription_v1
|
2
2
|
|
3
|
+
### v0.40.0 (2024-03-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240226
|
6
|
+
|
7
|
+
### v0.39.0 (2024-02-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240222
|
10
|
+
* Regenerated using generator version 0.14.0
|
11
|
+
|
3
12
|
### v0.38.0 (2024-02-04)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240201
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/payments/reseller/subs
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -48,7 +48,7 @@ module Google
|
|
48
48
|
end
|
49
49
|
end
|
50
50
|
|
51
|
-
#
|
51
|
+
# Request to cancel a subscription.
|
52
52
|
class GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest
|
53
53
|
include Google::Apis::Core::Hashable
|
54
54
|
|
@@ -77,7 +77,7 @@ module Google
|
|
77
77
|
end
|
78
78
|
end
|
79
79
|
|
80
|
-
#
|
80
|
+
# Response that contains the cancelled subscription resource.
|
81
81
|
class GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse
|
82
82
|
include Google::Apis::Core::Hashable
|
83
83
|
|
@@ -178,7 +178,7 @@ module Google
|
|
178
178
|
end
|
179
179
|
end
|
180
180
|
|
181
|
-
#
|
181
|
+
# Response that contains the entitled subscription resource.
|
182
182
|
class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse
|
183
183
|
include Google::Apis::Core::Hashable
|
184
184
|
|
@@ -234,7 +234,7 @@ module Google
|
|
234
234
|
end
|
235
235
|
end
|
236
236
|
|
237
|
-
#
|
237
|
+
# Response that contains the timestamps after the extension.
|
238
238
|
class GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse
|
239
239
|
include Google::Apis::Core::Hashable
|
240
240
|
|
@@ -298,19 +298,19 @@ module Google
|
|
298
298
|
end
|
299
299
|
end
|
300
300
|
|
301
|
-
#
|
301
|
+
# Request to find eligible promotions for the current user.
|
302
302
|
class GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest
|
303
303
|
include Google::Apis::Core::Hashable
|
304
304
|
|
305
305
|
# Optional. Specifies the filters for the promotion results. The syntax is
|
306
|
-
# defined in https://google.aip.dev/160 with the following caveats:
|
306
|
+
# defined in https://google.aip.dev/160 with the following caveats: 1. Only the
|
307
307
|
# following features are supported: - Logical operator `AND` - Comparison
|
308
308
|
# operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (
|
309
|
-
# no wildcards `*`)
|
309
|
+
# no wildcards `*`) 2. Only the following fields are supported: - `
|
310
310
|
# applicableProducts` - `regionCodes` - `youtubePayload.partnerEligibilityId` - `
|
311
|
-
# youtubePayload.postalCode`
|
312
|
-
# are not supported. Example: `applicableProducts:partners/partner1/
|
313
|
-
# product1 AND regionCodes:US AND youtubePayload.postalCode=94043 AND
|
311
|
+
# youtubePayload.postalCode` 3. Unless explicitly mentioned above, other
|
312
|
+
# features are not supported. Example: `applicableProducts:partners/partner1/
|
313
|
+
# products/product1 AND regionCodes:US AND youtubePayload.postalCode=94043 AND
|
314
314
|
# youtubePayload.partnerEligibilityId=eligibility-id`
|
315
315
|
# Corresponds to the JSON property `filter`
|
316
316
|
# @return [String]
|
@@ -426,7 +426,7 @@ module Google
|
|
426
426
|
end
|
427
427
|
end
|
428
428
|
|
429
|
-
#
|
429
|
+
# Response that contains the products.
|
430
430
|
class GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse
|
431
431
|
include Google::Apis::Core::Hashable
|
432
432
|
|
@@ -452,7 +452,7 @@ module Google
|
|
452
452
|
end
|
453
453
|
end
|
454
454
|
|
455
|
-
#
|
455
|
+
# Response that contains the promotions.
|
456
456
|
class GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse
|
457
457
|
include Google::Apis::Core::Hashable
|
458
458
|
|
@@ -518,7 +518,7 @@ module Google
|
|
518
518
|
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1FiniteBillingCycleDetails]
|
519
519
|
attr_accessor :finite_billing_cycle_details
|
520
520
|
|
521
|
-
#
|
521
|
+
# Identifier. Response only. Resource name of the product. It will have the
|
522
522
|
# format of "partners/`partner_id`/products/`product_id`"
|
523
523
|
# Corresponds to the JSON property `name`
|
524
524
|
# @return [String]
|
@@ -664,7 +664,7 @@ module Google
|
|
664
664
|
# @return [Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails]
|
665
665
|
attr_accessor :introductory_pricing_details
|
666
666
|
|
667
|
-
#
|
667
|
+
# Identifier. Response only. Resource name of the subscription promotion. It
|
668
668
|
# will have the format of "partners/`partner_id`/promotion/`promotion_id`"
|
669
669
|
# Corresponds to the JSON property `name`
|
670
670
|
# @return [String]
|
@@ -714,7 +714,7 @@ module Google
|
|
714
714
|
class GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails
|
715
715
|
include Google::Apis::Core::Hashable
|
716
716
|
|
717
|
-
# Specifies the introductory pricing periods.
|
717
|
+
# Output only. Specifies the introductory pricing periods.
|
718
718
|
# Corresponds to the JSON property `introductoryPricingSpecs`
|
719
719
|
# @return [Array<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec>]
|
720
720
|
attr_accessor :introductory_pricing_specs
|
@@ -842,7 +842,7 @@ module Google
|
|
842
842
|
# @return [Array<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem>]
|
843
843
|
attr_accessor :line_items
|
844
844
|
|
845
|
-
#
|
845
|
+
# Identifier. Resource name of the subscription. It will have the format of "
|
846
846
|
# partners/`partner_id`/subscriptions/`subscription_id`". This is available for
|
847
847
|
# authorizeAddon, but otherwise is response only.
|
848
848
|
# Corresponds to the JSON property `name`
|
@@ -957,7 +957,7 @@ module Google
|
|
957
957
|
class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails
|
958
958
|
include Google::Apis::Core::Hashable
|
959
959
|
|
960
|
-
# The reason of the cancellation.
|
960
|
+
# Output only. The reason of the cancellation.
|
961
961
|
# Corresponds to the JSON property `reason`
|
962
962
|
# @return [String]
|
963
963
|
attr_accessor :reason
|
@@ -1303,7 +1303,7 @@ module Google
|
|
1303
1303
|
class SubscriptionLineItemBundleDetails
|
1304
1304
|
include Google::Apis::Core::Hashable
|
1305
1305
|
|
1306
|
-
# The details for each element in the hard bundle.
|
1306
|
+
# Output only. The details for each element in the hard bundle.
|
1307
1307
|
# Corresponds to the JSON property `bundleElementDetails`
|
1308
1308
|
# @return [Array<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails>]
|
1309
1309
|
attr_accessor :bundle_element_details
|
@@ -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.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240226"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -57,14 +57,14 @@ module Google
|
|
57
57
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
58
58
|
# @param [String] filter
|
59
59
|
# Optional. Specifies the filters for the product results. The syntax is defined
|
60
|
-
# in https://google.aip.dev/160 with the following caveats:
|
61
|
-
# features are supported: - Logical operator `AND` - Comparison
|
62
|
-
# wildcards `*`) - Traversal operator `.` - Has operator `:` (
|
63
|
-
# Only the following fields are supported: - `regionCodes` -
|
64
|
-
# partnerEligibilityId` - `youtubePayload.postalCode`
|
65
|
-
# mentioned above, other features are not supported. Example: `
|
66
|
-
# AND youtubePayload.postalCode=94043 AND youtubePayload.
|
67
|
-
# eligibility-id`
|
60
|
+
# in https://google.aip.dev/160 with the following caveats: 1. Only the
|
61
|
+
# following features are supported: - Logical operator `AND` - Comparison
|
62
|
+
# operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (
|
63
|
+
# no wildcards `*`) 2. Only the following fields are supported: - `regionCodes` -
|
64
|
+
# `youtubePayload.partnerEligibilityId` - `youtubePayload.postalCode` 3. Unless
|
65
|
+
# explicitly mentioned above, other features are not supported. Example: `
|
66
|
+
# regionCodes:US AND youtubePayload.postalCode=94043 AND youtubePayload.
|
67
|
+
# partnerEligibilityId=eligibility-id`
|
68
68
|
# @param [Fixnum] page_size
|
69
69
|
# Optional. The maximum number of products to return. The service may return
|
70
70
|
# fewer than this value. If unspecified, at most 50 products will be returned.
|
@@ -144,14 +144,14 @@ module Google
|
|
144
144
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
145
145
|
# @param [String] filter
|
146
146
|
# Optional. Specifies the filters for the promotion results. The syntax is
|
147
|
-
# defined in https://google.aip.dev/160 with the following caveats:
|
147
|
+
# defined in https://google.aip.dev/160 with the following caveats: 1. Only the
|
148
148
|
# following features are supported: - Logical operator `AND` - Comparison
|
149
149
|
# operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (
|
150
|
-
# no wildcards `*`)
|
150
|
+
# no wildcards `*`) 2. Only the following fields are supported: - `
|
151
151
|
# applicableProducts` - `regionCodes` - `youtubePayload.partnerEligibilityId` - `
|
152
|
-
# youtubePayload.postalCode`
|
153
|
-
# are not supported. Example: `applicableProducts:partners/partner1/
|
154
|
-
# product1 AND regionCodes:US AND youtubePayload.postalCode=94043 AND
|
152
|
+
# youtubePayload.postalCode` 3. Unless explicitly mentioned above, other
|
153
|
+
# features are not supported. Example: `applicableProducts:partners/partner1/
|
154
|
+
# products/product1 AND regionCodes:US AND youtubePayload.postalCode=94043 AND
|
155
155
|
# youtubePayload.partnerEligibilityId=eligibility-id`
|
156
156
|
# @param [Fixnum] page_size
|
157
157
|
# Optional. The maximum number of promotions to return. The service may return
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.40.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.14.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.14.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.40.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Payments Reseller Subscription API V1
|