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: 2ce6777986b00ce07e51275d4a23706b941c106eda29a8afe5cababb007f37f6
4
- data.tar.gz: ead5a91b43df40e5245465c30923a0278393e515abadfbd813d8842138892c12
3
+ metadata.gz: e3062edc0b93f82d1dfaa400ddac3e8e20542b9fc5453bb2cae4deda44b95c81
4
+ data.tar.gz: a21aa1b92bb7903503751169448a4a6fc0919a079624b2962b4e8662bffce9a0
5
5
  SHA512:
6
- metadata.gz: 07f06bbd4c2c351213c0b5e8276fd797efc0935d0ba247ded3c4f0d7a024062f31e450ff980f91d9dc8beae813b7b1bf56fe3f83111a1e62da32423fda1cbcdf
7
- data.tar.gz: c47da4f049533d6cb353bb94c9689a10f8e04db32040df12696a4de012ad5dfd367466ad8017c063e2caca7aa90ec4c317af87efac71389c89d4f8627c226d96
6
+ metadata.gz: 1aba2b852faa4ec85ac8b607a76ad42bec38d76162713255ed60076f5bfa6c276656a23243c2aea1cd04656f62a11ad8ac80d779ce7da02fd0b7da4dc8225d7f
7
+ data.tar.gz: cf2b836624ae99a8b3919600a502bf206ae3b1d200900f0728d0b833b4372d658befe53ffbed159cd4dd45507a8b2710480286fe274b8ee88f2d43c739eef03b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-paymentsresellersubscription_v1
2
2
 
3
+ ### v0.18.0 (2022-09-02)
4
+
5
+ * Regenerated from discovery document revision 20220901
6
+
3
7
  ### v0.17.0 (2022-07-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220706
@@ -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 defined
229
- # in the EBNF grammar: https://google.aip.dev/assets/misc/ebnf-filtering.txt. An
230
- # error will be thrown if any specified parameter is not supported. Currently,
231
- # it can only be used by Youtube partners. Allowed parameters are: - regionCodes
232
- # - zipCode - eligibilityId - applicableProducts Multiple parameters can be
233
- # specified, for example: "regionCodes=US zipCode=94043 eligibilityId=
234
- # 2022H1Campaign", or "applicableProducts=partners/p1/products/product2"
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
- # Output only. Response only. Resource name of the subscription. It will have
586
- # the format of "partners/`partner_id`/subscriptions/`subscription_id`"
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.17.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 = "20220706"
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 products results. The syntax defined
58
- # in the EBNF grammar: https://google.aip.dev/assets/misc/ebnf-filtering.txt. An
59
- # error will be thrown if any specified parameter is not supported. Currently,
60
- # it can only be used by Youtube partners. Allowed parameters are: - regionCodes
61
- # - zipCode - eligibilityId Multiple parameters can be specified, for example: "
62
- # regionCodes=US zipCode=94043 eligibilityId=2022H1Campaign"
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 defined
142
- # in the EBNF grammar: https://google.aip.dev/assets/misc/ebnf-filtering.txt. An
143
- # error will be thrown if the specified parameter(s) is not supported. Currently,
144
- # it can only be used by Youtube partners. Allowed parameters are: -
145
- # region_codes: "US" - zip_code: "94043" - eligibility_id: "2022H1Campaign"
146
- # Multiple parameters can be specified, for example: "region_codes=US zip_code=
147
- # 94043 eligibility_id=2022H1Campaign"
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.17.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-07-11 00:00:00.000000000 Z
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.17.0
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: []