google-apis-paymentsresellersubscription_v1 0.17.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3062edc0b93f82d1dfaa400ddac3e8e20542b9fc5453bb2cae4deda44b95c81
|
4
|
+
data.tar.gz: a21aa1b92bb7903503751169448a4a6fc0919a079624b2962b4e8662bffce9a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1aba2b852faa4ec85ac8b607a76ad42bec38d76162713255ed60076f5bfa6c276656a23243c2aea1cd04656f62a11ad8ac80d779ce7da02fd0b7da4dc8225d7f
|
7
|
+
data.tar.gz: cf2b836624ae99a8b3919600a502bf206ae3b1d200900f0728d0b833b4372d658befe53ffbed159cd4dd45507a8b2710480286fe274b8ee88f2d43c739eef03b
|
data/CHANGELOG.md
CHANGED
@@ -225,13 +225,17 @@ module Google
|
|
225
225
|
class GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest
|
226
226
|
include Google::Apis::Core::Hashable
|
227
227
|
|
228
|
-
# Optional. Specifies the filters for the promotion results. The syntax
|
229
|
-
# in
|
230
|
-
#
|
231
|
-
#
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
228
|
+
# Optional. Specifies the filters for the promotion results. The syntax is
|
229
|
+
# defined in https://google.aip.dev/160 with the following caveats: - Only the
|
230
|
+
# following features are supported: - Logical operator `AND` - Comparison
|
231
|
+
# operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (
|
232
|
+
# no wildcards `*`) - Only the following fields are supported: - `
|
233
|
+
# applicable_products` - `region_codes` - `youtube_payload.
|
234
|
+
# partner_eligibility_id` - `youtube_payload.postal_code` - Unless explicitly
|
235
|
+
# mentioned above, other features are not supported. Example: `
|
236
|
+
# applicable_products:partners/partner1/products/product1 AND region_codes:US
|
237
|
+
# AND youtube_payload.postal_code=94043 AND youtube_payload.
|
238
|
+
# partner_eligibility_id=eligibility-id`
|
235
239
|
# Corresponds to the JSON property `filter`
|
236
240
|
# @return [String]
|
237
241
|
attr_accessor :filter
|
@@ -582,8 +586,9 @@ module Google
|
|
582
586
|
# @return [Array<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem>]
|
583
587
|
attr_accessor :line_items
|
584
588
|
|
585
|
-
#
|
586
|
-
#
|
589
|
+
# Optional. Resource name of the subscription. It will have the format of "
|
590
|
+
# partners/`partner_id`/subscriptions/`subscription_id`". This is available for
|
591
|
+
# authorizeAddon, but otherwise is response only.
|
587
592
|
# Corresponds to the JSON property `name`
|
588
593
|
# @return [String]
|
589
594
|
attr_accessor :name
|
@@ -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.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220901"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -54,12 +54,15 @@ module Google
|
|
54
54
|
# @param [String] parent
|
55
55
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
56
56
|
# @param [String] filter
|
57
|
-
# Optional. Specifies the filters for the
|
58
|
-
# in
|
59
|
-
#
|
60
|
-
#
|
61
|
-
#
|
62
|
-
#
|
57
|
+
# Optional. Specifies the filters for the product results. The syntax is defined
|
58
|
+
# in https://google.aip.dev/160 with the following caveats: - Only the following
|
59
|
+
# features are supported: - Logical operator `AND` - Comparison operator `=` (no
|
60
|
+
# wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) -
|
61
|
+
# Only the following fields are supported: - `region_codes` - `youtube_payload.
|
62
|
+
# partner_eligibility_id` - `youtube_payload.postal_code` - Unless explicitly
|
63
|
+
# mentioned above, other features are not supported. Example: `region_codes:US
|
64
|
+
# AND youtube_payload.postal_code=94043 AND youtube_payload.
|
65
|
+
# partner_eligibility_id=eligibility-id`
|
63
66
|
# @param [Fixnum] page_size
|
64
67
|
# Optional. The maximum number of products to return. The service may return
|
65
68
|
# fewer than this value. If unspecified, at most 50 products will be returned.
|
@@ -138,13 +141,17 @@ module Google
|
|
138
141
|
# @param [String] parent
|
139
142
|
# Required. The parent, the partner that can resell. Format: partners/`partner`
|
140
143
|
# @param [String] filter
|
141
|
-
# Optional. Specifies the filters for the promotion results. The syntax
|
142
|
-
# in
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
#
|
147
|
-
#
|
144
|
+
# Optional. Specifies the filters for the promotion results. The syntax is
|
145
|
+
# defined in https://google.aip.dev/160 with the following caveats: - Only the
|
146
|
+
# following features are supported: - Logical operator `AND` - Comparison
|
147
|
+
# operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (
|
148
|
+
# no wildcards `*`) - Only the following fields are supported: - `
|
149
|
+
# applicable_products` - `region_codes` - `youtube_payload.
|
150
|
+
# partner_eligibility_id` - `youtube_payload.postal_code` - Unless explicitly
|
151
|
+
# mentioned above, other features are not supported. Example: `
|
152
|
+
# applicable_products:partners/partner1/products/product1 AND region_codes:US
|
153
|
+
# AND youtube_payload.postal_code=94043 AND youtube_payload.
|
154
|
+
# partner_eligibility_id=eligibility-id`
|
148
155
|
# @param [Fixnum] page_size
|
149
156
|
# Optional. The maximum number of promotions to return. The service may return
|
150
157
|
# fewer than this value. If unspecified, at most 50 products will be returned.
|
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.18.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: 2022-
|
11
|
+
date: 2022-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.18.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: []
|