google-shopping-merchant-products-v1beta 0.5.0 → 0.7.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: 68be3512ce0c07679e39a2aa9dfe15e63cd1511bbdd92e065cb0c2672d2e5b39
4
- data.tar.gz: fa12c874feafe410886a11d673faa8a1d98c63831b78d49f9595d5692841d602
3
+ metadata.gz: 3513924e24a92b0f11953be0711d2a38e6dca41b4c1efc5599f699b25e12fcac
4
+ data.tar.gz: cc89449a4b4c3ee69077ce463a8628bd9c84c84bf46586bc8e93504da9382590
5
5
  SHA512:
6
- metadata.gz: 1edcb8464090f0af0ce43aeb14d32d98d2db2f8531ba8ed05daa9404ba8dc001b8bbf8a9ed9fec74e8a8a816980934d986c44cfd99bc6641fa7806ac6905e62b
7
- data.tar.gz: a49c9c38a6513a5a87a464ed096e903189b88b27dca5dee588efaad3b085c303a57032afa57a9aa23a4df31381b259100320618495147169d726abdd32bf5d13
6
+ metadata.gz: 38b143b7b4953d5dc7a0abb25a8800cb020ec96eed1493b77b381b8349475b71961247657258561f099415890223563db0921e9fee3744e7d676d06d4e9f72ce
7
+ data.tar.gz: d82356a796d925ee9b57cf08cd94ac845727154765b79bcc9b6a5c0170533990d0df607e6bee45c764eb7d690f20d2c0f2973ba805e7f3462aa28bbdec57a0b1
@@ -191,9 +191,14 @@ module Google
191
191
  # Service calls
192
192
 
193
193
  ##
194
- # Uploads a product input to your Merchant Center account. If an input
195
- # with the same contentLanguage, offerId, and dataSource already exists,
196
- # this method replaces that entry.
194
+ # [Uploads a product input to your Merchant Center
195
+ # account](/merchant/api/guides/products/overview#upload-product-input). You
196
+ # must have a products data source to be able to insert a product. The unique
197
+ # identifier of the data source is passed as a query parameter in the request
198
+ # URL.
199
+ #
200
+ # If an input with the same contentLanguage, offerId, and dataSource already
201
+ # exists, this method replaces that entry.
197
202
  #
198
203
  # After inserting, updating, or deleting a product input, it may take several
199
204
  # minutes before the processed product can be retrieved.
@@ -215,17 +220,20 @@ module Google
215
220
  #
216
221
  # @param parent [::String]
217
222
  # Required. The account where this product will be inserted.
218
- # Format: accounts/\\{account}
223
+ # Format: `accounts/{account}`
219
224
  # @param product_input [::Google::Shopping::Merchant::Products::V1beta::ProductInput, ::Hash]
220
225
  # Required. The product input to insert.
221
226
  # @param data_source [::String]
222
227
  # Required. The primary or supplemental product data source name. If the
223
228
  # product already exists and data source provided is different, then the
224
- # product will be moved to a new data source.
229
+ # product will be moved to a new data source. For more information, see
230
+ # [Overview of Data sources
231
+ # sub-API](/merchant/api/guides/data-sources/overview).
225
232
  #
226
233
  # Only API data sources are supported.
227
234
  #
228
- # Format: `accounts/{account}/dataSources/{datasource}`.
235
+ # Format: `accounts/{account}/dataSources/{datasource}`. For example,
236
+ # `accounts/123456/dataSources/104628`.
229
237
  #
230
238
  # @yield [response, operation] Access the result along with the RPC operation
231
239
  # @yieldparam response [::Google::Shopping::Merchant::Products::V1beta::ProductInput]
@@ -337,7 +345,8 @@ module Google
337
345
  #
338
346
  # Only API data sources are supported.
339
347
  #
340
- # Format: `accounts/{account}/dataSources/{datasource}`.
348
+ # Format: `accounts/{account}/dataSources/{datasource}`. For example,
349
+ # `accounts/123456/dataSources/104628`.
341
350
  #
342
351
  # @yield [response, operation] Access the result along with the RPC operation
343
352
  # @yieldparam response [::Google::Shopping::Merchant::Products::V1beta::ProductInput]
@@ -426,15 +435,16 @@ module Google
426
435
  #
427
436
  # @param name [::String]
428
437
  # Required. The name of the product input resource to delete.
429
- # Format: accounts/\\{account}/productInputs/\\{product}
438
+ # Format: `accounts/{account}/productInputs/{product}`
430
439
  # where the last section `product` consists of 4 parts:
431
- # channel~content_language~feed_label~offer_id
440
+ # `channel~content_language~feed_label~offer_id`
432
441
  # example for product name is
433
- # "accounts/123/productInputs/online~en~US~sku123"
442
+ # `accounts/123/productInputs/online~en~US~sku123`.
434
443
  # @param data_source [::String]
435
444
  # Required. The primary or supplemental data source from which the product
436
445
  # input should be deleted. Format:
437
- # `accounts/{account}/dataSources/{datasource}`.
446
+ # `accounts/{account}/dataSources/{datasource}`. For example,
447
+ # `accounts/123456/dataSources/104628`.
438
448
  #
439
449
  # @yield [response, operation] Access the result along with the RPC operation
440
450
  # @yieldparam response [::Google::Protobuf::Empty]
@@ -605,8 +615,8 @@ module Google
605
615
 
606
616
  config_attr :endpoint, nil, ::String, nil
607
617
  config_attr :credentials, nil do |value|
608
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
609
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
618
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
619
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
610
620
  allowed.any? { |klass| klass === value }
611
621
  end
612
622
  config_attr :scope, nil, ::String, ::Array, nil
@@ -184,9 +184,14 @@ module Google
184
184
  # Service calls
185
185
 
186
186
  ##
187
- # Uploads a product input to your Merchant Center account. If an input
188
- # with the same contentLanguage, offerId, and dataSource already exists,
189
- # this method replaces that entry.
187
+ # [Uploads a product input to your Merchant Center
188
+ # account](/merchant/api/guides/products/overview#upload-product-input). You
189
+ # must have a products data source to be able to insert a product. The unique
190
+ # identifier of the data source is passed as a query parameter in the request
191
+ # URL.
192
+ #
193
+ # If an input with the same contentLanguage, offerId, and dataSource already
194
+ # exists, this method replaces that entry.
190
195
  #
191
196
  # After inserting, updating, or deleting a product input, it may take several
192
197
  # minutes before the processed product can be retrieved.
@@ -208,17 +213,20 @@ module Google
208
213
  #
209
214
  # @param parent [::String]
210
215
  # Required. The account where this product will be inserted.
211
- # Format: accounts/\\{account}
216
+ # Format: `accounts/{account}`
212
217
  # @param product_input [::Google::Shopping::Merchant::Products::V1beta::ProductInput, ::Hash]
213
218
  # Required. The product input to insert.
214
219
  # @param data_source [::String]
215
220
  # Required. The primary or supplemental product data source name. If the
216
221
  # product already exists and data source provided is different, then the
217
- # product will be moved to a new data source.
222
+ # product will be moved to a new data source. For more information, see
223
+ # [Overview of Data sources
224
+ # sub-API](/merchant/api/guides/data-sources/overview).
218
225
  #
219
226
  # Only API data sources are supported.
220
227
  #
221
- # Format: `accounts/{account}/dataSources/{datasource}`.
228
+ # Format: `accounts/{account}/dataSources/{datasource}`. For example,
229
+ # `accounts/123456/dataSources/104628`.
222
230
  # @yield [result, operation] Access the result along with the TransportOperation object
223
231
  # @yieldparam result [::Google::Shopping::Merchant::Products::V1beta::ProductInput]
224
232
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -323,7 +331,8 @@ module Google
323
331
  #
324
332
  # Only API data sources are supported.
325
333
  #
326
- # Format: `accounts/{account}/dataSources/{datasource}`.
334
+ # Format: `accounts/{account}/dataSources/{datasource}`. For example,
335
+ # `accounts/123456/dataSources/104628`.
327
336
  # @yield [result, operation] Access the result along with the TransportOperation object
328
337
  # @yieldparam result [::Google::Shopping::Merchant::Products::V1beta::ProductInput]
329
338
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -405,15 +414,16 @@ module Google
405
414
  #
406
415
  # @param name [::String]
407
416
  # Required. The name of the product input resource to delete.
408
- # Format: accounts/\\{account}/productInputs/\\{product}
417
+ # Format: `accounts/{account}/productInputs/{product}`
409
418
  # where the last section `product` consists of 4 parts:
410
- # channel~content_language~feed_label~offer_id
419
+ # `channel~content_language~feed_label~offer_id`
411
420
  # example for product name is
412
- # "accounts/123/productInputs/online~en~US~sku123"
421
+ # `accounts/123/productInputs/online~en~US~sku123`.
413
422
  # @param data_source [::String]
414
423
  # Required. The primary or supplemental data source from which the product
415
424
  # input should be deleted. Format:
416
- # `accounts/{account}/dataSources/{datasource}`.
425
+ # `accounts/{account}/dataSources/{datasource}`. For example,
426
+ # `accounts/123456/dataSources/104628`.
417
427
  # @yield [result, operation] Access the result along with the TransportOperation object
418
428
  # @yieldparam result [::Google::Protobuf::Empty]
419
429
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -568,7 +578,7 @@ module Google
568
578
 
569
579
  config_attr :endpoint, nil, ::String, nil
570
580
  config_attr :credentials, nil do |value|
571
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
581
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
572
582
  allowed.any? { |klass| klass === value }
573
583
  end
574
584
  config_attr :scope, nil, ::String, ::Array, nil
@@ -14,7 +14,7 @@ require 'google/shopping/merchant/products/v1beta/products_common_pb'
14
14
  require 'google/shopping/type/types_pb'
15
15
 
16
16
 
17
- descriptor_data = "\n<google/shopping/merchant/products/v1beta/productinputs.proto\x12(google.shopping.merchant.products.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a>google/shopping/merchant/products/v1beta/products_common.proto\x1a google/shopping/type/types.proto\"\x97\x04\n\x0cProductInput\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x14\n\x07product\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12?\n\x07\x63hannel\x18\x03 \x01(\x0e\x32).google.shopping.type.Channel.ChannelEnumB\x03\xe0\x41\x05\x12\x18\n\x08offer_id\x18\x04 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12 \n\x10\x63ontent_language\x18\x05 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12\x1a\n\nfeed_label\x18\x06 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12 \n\x0eversion_number\x18\x07 \x01(\x03\x42\x03\xe0\x41\x01H\x00\x88\x01\x01\x12M\n\nattributes\x18\x08 \x01(\x0b\x32\x34.google.shopping.merchant.products.v1beta.AttributesB\x03\xe0\x41\x01\x12\x45\n\x11\x63ustom_attributes\x18\t \x03(\x0b\x32%.google.shopping.type.CustomAttributeB\x03\xe0\x41\x01:z\xea\x41w\n\'merchantapi.googleapis.com/ProductInput\x12/accounts/{account}/productInputs/{productinput}*\rproductInputs2\x0cproductInputB\x11\n\x0f_version_number\"\xc5\x01\n\x19InsertProductInputRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\x12\"merchantapi.googleapis.com/Product\x12R\n\rproduct_input\x18\x02 \x01(\x0b\x32\x36.google.shopping.merchant.products.v1beta.ProductInputB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x61ta_source\x18\x03 \x01(\tB\x03\xe0\x41\x02\"\xbf\x01\n\x19UpdateProductInputRequest\x12R\n\rproduct_input\x18\x01 \x01(\x0b\x32\x36.google.shopping.merchant.products.v1beta.ProductInputB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x18\n\x0b\x64\x61ta_source\x18\x03 \x01(\tB\x03\xe0\x41\x02\"t\n\x19\x44\x65leteProductInputRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'merchantapi.googleapis.com/ProductInput\x12\x18\n\x0b\x64\x61ta_source\x18\x02 \x01(\tB\x03\xe0\x41\x02\x32\x85\x06\n\x14ProductInputsService\x12\xe3\x01\n\x12InsertProductInput\x12\x43.google.shopping.merchant.products.v1beta.InsertProductInputRequest\x1a\x36.google.shopping.merchant.products.v1beta.ProductInput\"P\x82\xd3\xe4\x93\x02J\"9/products/v1beta/{parent=accounts/*}/productInputs:insert:\rproduct_input\x12\x86\x02\n\x12UpdateProductInput\x12\x43.google.shopping.merchant.products.v1beta.UpdateProductInputRequest\x1a\x36.google.shopping.merchant.products.v1beta.ProductInput\"s\xda\x41\x19product_input,update_mask\x82\xd3\xe4\x93\x02Q2@/products/v1beta/{product_input.name=accounts/*/productInputs/*}:\rproduct_input\x12\xb4\x01\n\x12\x44\x65leteProductInput\x12\x43.google.shopping.merchant.products.v1beta.DeleteProductInputRequest\x1a\x16.google.protobuf.Empty\"A\xda\x41\x04name\x82\xd3\xe4\x93\x02\x34*2/products/v1beta/{name=accounts/*/productInputs/*}\x1aG\xca\x41\x1amerchantapi.googleapis.com\xd2\x41\'https://www.googleapis.com/auth/contentB\x94\x01\n,com.google.shopping.merchant.products.v1betaB\x12ProductInputsProtoP\x01ZNcloud.google.com/go/shopping/merchant/products/apiv1beta/productspb;productspbb\x06proto3"
17
+ descriptor_data = "\n<google/shopping/merchant/products/v1beta/productinputs.proto\x12(google.shopping.merchant.products.v1beta\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a>google/shopping/merchant/products/v1beta/products_common.proto\x1a google/shopping/type/types.proto\"\x9a\x04\n\x0cProductInput\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x14\n\x07product\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12?\n\x07\x63hannel\x18\x03 \x01(\x0e\x32).google.shopping.type.Channel.ChannelEnumB\x03\xe0\x41\x05\x12\x18\n\x08offer_id\x18\x04 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12 \n\x10\x63ontent_language\x18\x05 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12\x1a\n\nfeed_label\x18\x06 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12#\n\x0eversion_number\x18\x07 \x01(\x03\x42\x06\xe0\x41\x01\xe0\x41\x05H\x00\x88\x01\x01\x12M\n\nattributes\x18\x08 \x01(\x0b\x32\x34.google.shopping.merchant.products.v1beta.AttributesB\x03\xe0\x41\x01\x12\x45\n\x11\x63ustom_attributes\x18\t \x03(\x0b\x32%.google.shopping.type.CustomAttributeB\x03\xe0\x41\x01:z\xea\x41w\n\'merchantapi.googleapis.com/ProductInput\x12/accounts/{account}/productInputs/{productinput}*\rproductInputs2\x0cproductInputB\x11\n\x0f_version_number\"\xc5\x01\n\x19InsertProductInputRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\x12\"merchantapi.googleapis.com/Product\x12R\n\rproduct_input\x18\x02 \x01(\x0b\x32\x36.google.shopping.merchant.products.v1beta.ProductInputB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x61ta_source\x18\x03 \x01(\tB\x03\xe0\x41\x02\"\xbf\x01\n\x19UpdateProductInputRequest\x12R\n\rproduct_input\x18\x01 \x01(\x0b\x32\x36.google.shopping.merchant.products.v1beta.ProductInputB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x18\n\x0b\x64\x61ta_source\x18\x03 \x01(\tB\x03\xe0\x41\x02\"t\n\x19\x44\x65leteProductInputRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'merchantapi.googleapis.com/ProductInput\x12\x18\n\x0b\x64\x61ta_source\x18\x02 \x01(\tB\x03\xe0\x41\x02\x32\x85\x06\n\x14ProductInputsService\x12\xe3\x01\n\x12InsertProductInput\x12\x43.google.shopping.merchant.products.v1beta.InsertProductInputRequest\x1a\x36.google.shopping.merchant.products.v1beta.ProductInput\"P\x82\xd3\xe4\x93\x02J\"9/products/v1beta/{parent=accounts/*}/productInputs:insert:\rproduct_input\x12\x86\x02\n\x12UpdateProductInput\x12\x43.google.shopping.merchant.products.v1beta.UpdateProductInputRequest\x1a\x36.google.shopping.merchant.products.v1beta.ProductInput\"s\xda\x41\x19product_input,update_mask\x82\xd3\xe4\x93\x02Q2@/products/v1beta/{product_input.name=accounts/*/productInputs/*}:\rproduct_input\x12\xb4\x01\n\x12\x44\x65leteProductInput\x12\x43.google.shopping.merchant.products.v1beta.DeleteProductInputRequest\x1a\x16.google.protobuf.Empty\"A\xda\x41\x04name\x82\xd3\xe4\x93\x02\x34*2/products/v1beta/{name=accounts/*/productInputs/*}\x1aG\xca\x41\x1amerchantapi.googleapis.com\xd2\x41\'https://www.googleapis.com/auth/contentB\x94\x01\n,com.google.shopping.merchant.products.v1betaB\x12ProductInputsProtoP\x01ZNcloud.google.com/go/shopping/merchant/products/apiv1beta/productspb;productspbb\x06proto3"
18
18
 
19
19
  pool = Google::Protobuf::DescriptorPool.generated_pool
20
20
 
@@ -35,9 +35,14 @@ module Google
35
35
  self.unmarshal_class_method = :decode
36
36
  self.service_name = 'google.shopping.merchant.products.v1beta.ProductInputsService'
37
37
 
38
- # Uploads a product input to your Merchant Center account. If an input
39
- # with the same contentLanguage, offerId, and dataSource already exists,
40
- # this method replaces that entry.
38
+ # [Uploads a product input to your Merchant Center
39
+ # account](/merchant/api/guides/products/overview#upload-product-input). You
40
+ # must have a products data source to be able to insert a product. The unique
41
+ # identifier of the data source is passed as a query parameter in the request
42
+ # URL.
43
+ #
44
+ # If an input with the same contentLanguage, offerId, and dataSource already
45
+ # exists, this method replaces that entry.
41
46
  #
42
47
  # After inserting, updating, or deleting a product input, it may take several
43
48
  # minutes before the processed product can be retrieved.
@@ -10,7 +10,7 @@ require 'google/shopping/type/types_pb'
10
10
  require 'google/type/interval_pb'
11
11
 
12
12
 
13
- descriptor_data = "\n>google/shopping/merchant/products/v1beta/products_common.proto\x12(google.shopping.merchant.products.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a google/shopping/type/types.proto\x1a\x1agoogle/type/interval.proto\"\x89(\n\nAttributes\x12\x1e\n\x11identifier_exists\x18\x04 \x01(\x08H\x00\x88\x01\x01\x12\x16\n\tis_bundle\x18\x05 \x01(\x08H\x01\x88\x01\x01\x12\x12\n\x05title\x18\x06 \x01(\tH\x02\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x07 \x01(\tH\x03\x88\x01\x01\x12\x11\n\x04link\x18\x08 \x01(\tH\x04\x88\x01\x01\x12\x18\n\x0bmobile_link\x18\t \x01(\tH\x05\x88\x01\x01\x12\x1b\n\x0e\x63\x61nonical_link\x18\n \x01(\tH\x06\x88\x01\x01\x12\x17\n\nimage_link\x18\x0b \x01(\tH\x07\x88\x01\x01\x12\x1e\n\x16\x61\x64\x64itional_image_links\x18\x0c \x03(\t\x12\x33\n\x0f\x65xpiration_date\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x64isclosure_date\x18O \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\x05\x61\x64ult\x18\x11 \x01(\x08H\x08\x88\x01\x01\x12\x16\n\tage_group\x18\x12 \x01(\tH\t\x88\x01\x01\x12\x19\n\x0c\x61vailability\x18\x13 \x01(\tH\n\x88\x01\x01\x12\x35\n\x11\x61vailability_date\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\x05\x62rand\x18\x15 \x01(\tH\x0b\x88\x01\x01\x12\x12\n\x05\x63olor\x18\x16 \x01(\tH\x0c\x88\x01\x01\x12\x16\n\tcondition\x18\x17 \x01(\tH\r\x88\x01\x01\x12\x13\n\x06gender\x18\x18 \x01(\tH\x0e\x88\x01\x01\x12$\n\x17google_product_category\x18\x19 \x01(\tH\x0f\x88\x01\x01\x12\x0c\n\x04gtin\x18\x1a \x03(\t\x12\x1a\n\ritem_group_id\x18\x1b \x01(\tH\x10\x88\x01\x01\x12\x15\n\x08material\x18\x1c \x01(\tH\x11\x88\x01\x01\x12\x10\n\x03mpn\x18\x1d \x01(\tH\x12\x88\x01\x01\x12\x14\n\x07pattern\x18\x1e \x01(\tH\x13\x88\x01\x01\x12*\n\x05price\x18\x1f \x01(\x0b\x32\x1b.google.shopping.type.Price\x12J\n\x0binstallment\x18 \x01(\x0b\x32\x35.google.shopping.merchant.products.v1beta.Installment\x12U\n\x11subscription_cost\x18! \x01(\x0b\x32:.google.shopping.merchant.products.v1beta.SubscriptionCost\x12O\n\x0eloyalty_points\x18\" \x01(\x0b\x32\x37.google.shopping.merchant.products.v1beta.LoyaltyPoints\x12S\n\x10loyalty_programs\x18\x88\x01 \x03(\x0b\x32\x38.google.shopping.merchant.products.v1beta.LoyaltyProgram\x12\x15\n\rproduct_types\x18# \x03(\t\x12/\n\nsale_price\x18$ \x01(\x0b\x32\x1b.google.shopping.type.Price\x12\x38\n\x19sale_price_effective_date\x18% \x01(\x0b\x32\x15.google.type.Interval\x12$\n\x17sell_on_google_quantity\x18& \x01(\x03H\x14\x88\x01\x01\x12R\n\x0eproduct_height\x18w \x01(\x0b\x32:.google.shopping.merchant.products.v1beta.ProductDimension\x12R\n\x0eproduct_length\x18x \x01(\x0b\x32:.google.shopping.merchant.products.v1beta.ProductDimension\x12Q\n\rproduct_width\x18y \x01(\x0b\x32:.google.shopping.merchant.products.v1beta.ProductDimension\x12O\n\x0eproduct_weight\x18z \x01(\x0b\x32\x37.google.shopping.merchant.products.v1beta.ProductWeight\x12\x44\n\x08shipping\x18\' \x03(\x0b\x32\x32.google.shopping.merchant.products.v1beta.Shipping\x12\x61\n\x17\x66ree_shipping_threshold\x18\x87\x01 \x03(\x0b\x32?.google.shopping.merchant.products.v1beta.FreeShippingThreshold\x12Q\n\x0fshipping_weight\x18( \x01(\x0b\x32\x38.google.shopping.merchant.products.v1beta.ShippingWeight\x12T\n\x0fshipping_length\x18) \x01(\x0b\x32;.google.shopping.merchant.products.v1beta.ShippingDimension\x12S\n\x0eshipping_width\x18* \x01(\x0b\x32;.google.shopping.merchant.products.v1beta.ShippingDimension\x12T\n\x0fshipping_height\x18+ \x01(\x0b\x32;.google.shopping.merchant.products.v1beta.ShippingDimension\x12\x1e\n\x11max_handling_time\x18, \x01(\x03H\x15\x88\x01\x01\x12\x1e\n\x11min_handling_time\x18- \x01(\x03H\x16\x88\x01\x01\x12\x1b\n\x0eshipping_label\x18. \x01(\tH\x17\x88\x01\x01\x12\x1f\n\x12transit_time_label\x18/ \x01(\tH\x18\x88\x01\x01\x12\x11\n\x04size\x18\x30 \x01(\tH\x19\x88\x01\x01\x12\x18\n\x0bsize_system\x18\x31 \x01(\tH\x1a\x88\x01\x01\x12\x12\n\nsize_types\x18\x32 \x03(\t\x12<\n\x05taxes\x18\x33 \x03(\x0b\x32-.google.shopping.merchant.products.v1beta.Tax\x12\x19\n\x0ctax_category\x18\x34 \x01(\tH\x1b\x88\x01\x01\x12$\n\x17\x65nergy_efficiency_class\x18\x35 \x01(\tH\x1c\x88\x01\x01\x12(\n\x1bmin_energy_efficiency_class\x18\x36 \x01(\tH\x1d\x88\x01\x01\x12(\n\x1bmax_energy_efficiency_class\x18\x37 \x01(\tH\x1e\x88\x01\x01\x12Z\n\x14unit_pricing_measure\x18\x38 \x01(\x0b\x32<.google.shopping.merchant.products.v1beta.UnitPricingMeasure\x12\x63\n\x19unit_pricing_base_measure\x18\x39 \x01(\x0b\x32@.google.shopping.merchant.products.v1beta.UnitPricingBaseMeasure\x12\x16\n\tmultipack\x18: \x01(\x03H\x1f\x88\x01\x01\x12\x19\n\x0c\x61\x64s_grouping\x18; \x01(\tH \x88\x01\x01\x12\x12\n\nads_labels\x18< \x03(\t\x12\x19\n\x0c\x61\x64s_redirect\x18= \x01(\tH!\x88\x01\x01\x12\x37\n\x12\x63ost_of_goods_sold\x18> \x01(\x0b\x32\x1b.google.shopping.type.Price\x12P\n\x0fproduct_details\x18? \x03(\x0b\x32\x37.google.shopping.merchant.products.v1beta.ProductDetail\x12\x1a\n\x12product_highlights\x18@ \x03(\t\x12\x1b\n\x0e\x64isplay_ads_id\x18\x41 \x01(\tH\"\x88\x01\x01\x12\x1f\n\x17\x64isplay_ads_similar_ids\x18\x42 \x03(\t\x12\x1e\n\x11\x64isplay_ads_title\x18\x43 \x01(\tH#\x88\x01\x01\x12\x1d\n\x10\x64isplay_ads_link\x18\x44 \x01(\tH$\x88\x01\x01\x12\x1e\n\x11\x64isplay_ads_value\x18\x45 \x01(\x01H%\x88\x01\x01\x12\x15\n\rpromotion_ids\x18\x46 \x03(\t\x12\x1a\n\rpickup_method\x18P \x01(\tH&\x88\x01\x01\x12\x17\n\npickup_sla\x18Q \x01(\tH\'\x88\x01\x01\x12\x1a\n\rlink_template\x18R \x01(\tH(\x88\x01\x01\x12!\n\x14mobile_link_template\x18S \x01(\tH)\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_0\x18G \x01(\tH*\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_1\x18H \x01(\tH+\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_2\x18I \x01(\tH,\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_3\x18J \x01(\tH-\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_4\x18K \x01(\tH.\x88\x01\x01\x12\x1d\n\x15included_destinations\x18L \x03(\t\x12\x1d\n\x15\x65xcluded_destinations\x18M \x03(\t\x12\'\n\x1fshopping_ads_excluded_countries\x18N \x03(\t\x12\x1f\n\x12\x65xternal_seller_id\x18\x01 \x01(\tH/\x88\x01\x01\x12\x12\n\x05pause\x18\r \x01(\tH0\x88\x01\x01\x12\x1d\n\x15lifestyle_image_links\x18\x0e \x03(\t\x12u\n\"cloud_export_additional_properties\x18T \x03(\x0b\x32I.google.shopping.merchant.products.v1beta.CloudExportAdditionalProperties\x12 \n\x12virtual_model_link\x18\x82\x01 \x01(\tH1\x88\x01\x01\x12O\n\x0e\x63\x65rtifications\x18{ \x03(\x0b\x32\x37.google.shopping.merchant.products.v1beta.Certification\x12`\n\x10structured_title\x18\x84\x01 \x01(\x0b\x32@.google.shopping.merchant.products.v1beta.ProductStructuredTitleH2\x88\x01\x01\x12l\n\x16structured_description\x18\x85\x01 \x01(\x0b\x32\x46.google.shopping.merchant.products.v1beta.ProductStructuredDescriptionH3\x88\x01\x01\x12;\n\x16\x61uto_pricing_min_price\x18| \x01(\x0b\x32\x1b.google.shopping.type.Price\x12l\n\x19sustainability_incentives\x18\x8a\x01 \x03(\x0b\x32H.google.shopping.merchant.products.v1beta.ProductSustainabilityIncentiveB\x14\n\x12_identifier_existsB\x0c\n\n_is_bundleB\x08\n\x06_titleB\x0e\n\x0c_descriptionB\x07\n\x05_linkB\x0e\n\x0c_mobile_linkB\x11\n\x0f_canonical_linkB\r\n\x0b_image_linkB\x08\n\x06_adultB\x0c\n\n_age_groupB\x0f\n\r_availabilityB\x08\n\x06_brandB\x08\n\x06_colorB\x0c\n\n_conditionB\t\n\x07_genderB\x1a\n\x18_google_product_categoryB\x10\n\x0e_item_group_idB\x0b\n\t_materialB\x06\n\x04_mpnB\n\n\x08_patternB\x1a\n\x18_sell_on_google_quantityB\x14\n\x12_max_handling_timeB\x14\n\x12_min_handling_timeB\x11\n\x0f_shipping_labelB\x15\n\x13_transit_time_labelB\x07\n\x05_sizeB\x0e\n\x0c_size_systemB\x0f\n\r_tax_categoryB\x1a\n\x18_energy_efficiency_classB\x1e\n\x1c_min_energy_efficiency_classB\x1e\n\x1c_max_energy_efficiency_classB\x0c\n\n_multipackB\x0f\n\r_ads_groupingB\x0f\n\r_ads_redirectB\x11\n\x0f_display_ads_idB\x14\n\x12_display_ads_titleB\x13\n\x11_display_ads_linkB\x14\n\x12_display_ads_valueB\x10\n\x0e_pickup_methodB\r\n\x0b_pickup_slaB\x10\n\x0e_link_templateB\x17\n\x15_mobile_link_templateB\x11\n\x0f_custom_label_0B\x11\n\x0f_custom_label_1B\x11\n\x0f_custom_label_2B\x11\n\x0f_custom_label_3B\x11\n\x0f_custom_label_4B\x15\n\x13_external_seller_idB\x08\n\x06_pauseB\x15\n\x13_virtual_model_linkB\x13\n\x11_structured_titleB\x19\n\x17_structured_description\"p\n\x03Tax\x12\x0c\n\x04rate\x18\x01 \x01(\x01\x12\x0f\n\x07\x63ountry\x18\x02 \x01(\t\x12\x0e\n\x06region\x18\x03 \x01(\t\x12\x10\n\x08tax_ship\x18\x04 \x01(\x08\x12\x13\n\x0blocation_id\x18\x05 \x01(\x03\x12\x13\n\x0bpostal_code\x18\x06 \x01(\t\"-\n\x0eShippingWeight\x12\r\n\x05value\x18\x01 \x01(\x01\x12\x0c\n\x04unit\x18\x02 \x01(\t\"0\n\x11ShippingDimension\x12\r\n\x05value\x18\x01 \x01(\x01\x12\x0c\n\x04unit\x18\x02 \x01(\t\"5\n\x16UnitPricingBaseMeasure\x12\r\n\x05value\x18\x01 \x01(\x03\x12\x0c\n\x04unit\x18\x02 \x01(\t\"1\n\x12UnitPricingMeasure\x12\r\n\x05value\x18\x01 \x01(\x01\x12\x0c\n\x04unit\x18\x02 \x01(\t\"\xa4\x01\n\x10SubscriptionCost\x12L\n\x06period\x18\x01 \x01(\x0e\x32<.google.shopping.merchant.products.v1beta.SubscriptionPeriod\x12\x15\n\rperiod_length\x18\x02 \x01(\x03\x12+\n\x06\x61mount\x18\x03 \x01(\x0b\x32\x1b.google.shopping.type.Price\"\xbb\x01\n\x0bInstallment\x12\x0e\n\x06months\x18\x01 \x01(\x03\x12+\n\x06\x61mount\x18\x02 \x01(\x0b\x32\x1b.google.shopping.type.Price\x12\x35\n\x0b\x64ownpayment\x18\x03 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x00\x88\x01\x01\x12\x18\n\x0b\x63redit_type\x18\x04 \x01(\tH\x01\x88\x01\x01\x42\x0e\n\x0c_downpaymentB\x0e\n\x0c_credit_type\"B\n\rLoyaltyPoints\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cpoints_value\x18\x02 \x01(\x03\x12\r\n\x05ratio\x18\x03 \x01(\x01\"\xc1\x03\n\x0eLoyaltyProgram\x12\x1a\n\rprogram_label\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x17\n\ntier_label\x18\x02 \x01(\tH\x01\x88\x01\x01\x12/\n\x05price\x18\x03 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x02\x88\x01\x01\x12\x41\n\x17\x63\x61shback_for_future_use\x18\x04 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x03\x88\x01\x01\x12\x1b\n\x0eloyalty_points\x18\x05 \x01(\x03H\x04\x88\x01\x01\x12?\n\x1bmember_price_effective_date\x18\x06 \x01(\x0b\x32\x15.google.type.IntervalH\x05\x88\x01\x01\x12\x1b\n\x0eshipping_label\x18\x07 \x01(\tH\x06\x88\x01\x01\x42\x10\n\x0e_program_labelB\r\n\x0b_tier_labelB\x08\n\x06_priceB\x1a\n\x18_cashback_for_future_useB\x11\n\x0f_loyalty_pointsB\x1e\n\x1c_member_price_effective_dateB\x11\n\x0f_shipping_label\"\x83\x03\n\x08Shipping\x12*\n\x05price\x18\x01 \x01(\x0b\x32\x1b.google.shopping.type.Price\x12\x0f\n\x07\x63ountry\x18\x02 \x01(\t\x12\x0e\n\x06region\x18\x03 \x01(\t\x12\x0f\n\x07service\x18\x04 \x01(\t\x12\x13\n\x0blocation_id\x18\x05 \x01(\x03\x12\x1b\n\x13location_group_name\x18\x06 \x01(\t\x12\x13\n\x0bpostal_code\x18\x07 \x01(\t\x12\x1e\n\x11min_handling_time\x18\x08 \x01(\x03H\x00\x88\x01\x01\x12\x1e\n\x11max_handling_time\x18\t \x01(\x03H\x01\x88\x01\x01\x12\x1d\n\x10min_transit_time\x18\n \x01(\x03H\x02\x88\x01\x01\x12\x1d\n\x10max_transit_time\x18\x0b \x01(\x03H\x03\x88\x01\x01\x42\x14\n\x12_min_handling_timeB\x14\n\x12_max_handling_timeB\x13\n\x11_min_transit_timeB\x13\n\x11_max_transit_time\"\x88\x01\n\x15\x46reeShippingThreshold\x12\x14\n\x07\x63ountry\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x39\n\x0fprice_threshold\x18\x02 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x01\x88\x01\x01\x42\n\n\x08_countryB\x12\n\x10_price_threshold\"V\n\rProductDetail\x12\x14\n\x0csection_name\x18\x01 \x01(\t\x12\x16\n\x0e\x61ttribute_name\x18\x02 \x01(\t\x12\x17\n\x0f\x61ttribute_value\x18\x03 \x01(\t\"\xfb\x01\n\rCertification\x12$\n\x17\x63\x65rtification_authority\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x1f\n\x12\x63\x65rtification_name\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x1f\n\x12\x63\x65rtification_code\x18\x03 \x01(\tH\x02\x88\x01\x01\x12 \n\x13\x63\x65rtification_value\x18\x04 \x01(\tH\x03\x88\x01\x01\x42\x1a\n\x18_certification_authorityB\x15\n\x13_certification_nameB\x15\n\x13_certification_codeB\x16\n\x14_certification_value\"t\n\x16ProductStructuredTitle\x12 \n\x13\x64igital_source_type\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63ontent\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x16\n\x14_digital_source_typeB\n\n\x08_content\"z\n\x1cProductStructuredDescription\x12 \n\x13\x64igital_source_type\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63ontent\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x16\n\x14_digital_source_typeB\n\n\x08_content\"9\n\x10ProductDimension\x12\x12\n\x05value\x18\x01 \x01(\x01\x42\x03\xe0\x41\x02\x12\x11\n\x04unit\x18\x02 \x01(\tB\x03\xe0\x41\x02\"6\n\rProductWeight\x12\x12\n\x05value\x18\x01 \x01(\x01\x42\x03\xe0\x41\x02\x12\x11\n\x04unit\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\xf7\x07\n\rProductStatus\x12g\n\x14\x64\x65stination_statuses\x18\x03 \x03(\x0b\x32I.google.shopping.merchant.products.v1beta.ProductStatus.DestinationStatus\x12\x61\n\x11item_level_issues\x18\x04 \x03(\x0b\x32\x46.google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue\x12\x31\n\rcreation_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_update_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16google_expiration_date\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\xc1\x01\n\x11\x44\x65stinationStatus\x12V\n\x11reporting_context\x18\x01 \x01(\x0e\x32;.google.shopping.type.ReportingContext.ReportingContextEnum\x12\x1a\n\x12\x61pproved_countries\x18\x02 \x03(\t\x12\x19\n\x11pending_countries\x18\x03 \x03(\t\x12\x1d\n\x15\x64isapproved_countries\x18\x04 \x03(\t\x1a\xb0\x03\n\x0eItemLevelIssue\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12\x61\n\x08severity\x18\x02 \x01(\x0e\x32O.google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue.Severity\x12\x12\n\nresolution\x18\x03 \x01(\t\x12\x11\n\tattribute\x18\x04 \x01(\t\x12V\n\x11reporting_context\x18\x05 \x01(\x0e\x32;.google.shopping.type.ReportingContext.ReportingContextEnum\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x12\x0e\n\x06\x64\x65tail\x18\x07 \x01(\t\x12\x15\n\rdocumentation\x18\x08 \x01(\t\x12\x1c\n\x14\x61pplicable_countries\x18\t \x03(\t\"T\n\x08Severity\x12\x18\n\x14SEVERITY_UNSPECIFIED\x10\x00\x12\x10\n\x0cNOT_IMPACTED\x10\x01\x12\x0b\n\x07\x44\x45MOTED\x10\x02\x12\x0f\n\x0b\x44ISAPPROVED\x10\x03\"\xa5\x02\n\x1f\x43loudExportAdditionalProperties\x12\x1a\n\rproperty_name\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x12\n\ntext_value\x18\x02 \x03(\t\x12\x17\n\nbool_value\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\tint_value\x18\x04 \x03(\x03\x12\x13\n\x0b\x66loat_value\x18\x05 \x03(\x02\x12\x16\n\tmin_value\x18\x06 \x01(\x02H\x02\x88\x01\x01\x12\x16\n\tmax_value\x18\x07 \x01(\x02H\x03\x88\x01\x01\x12\x16\n\tunit_code\x18\x08 \x01(\tH\x04\x88\x01\x01\x42\x10\n\x0e_property_nameB\r\n\x0b_bool_valueB\x0c\n\n_min_valueB\x0c\n\n_max_valueB\x0c\n\n_unit_code\"\xa1\x02\n\x1eProductSustainabilityIncentive\x12-\n\x06\x61mount\x18\x02 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x00\x12\x14\n\npercentage\x18\x03 \x01(\x01H\x00\x12`\n\x04type\x18\x01 \x01(\x0e\x32M.google.shopping.merchant.products.v1beta.ProductSustainabilityIncentive.TypeH\x01\x88\x01\x01\"F\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x11\n\rEV_TAX_CREDIT\x10\x01\x12\x15\n\x11\x45V_PRICE_DISCOUNT\x10\x02\x42\x07\n\x05valueB\x07\n\x05_type\"\xb4\x01\n\x12\x41utomatedDiscounts\x12\x30\n\x0bprior_price\x18\x01 \x01(\x0b\x32\x1b.google.shopping.type.Price\x12<\n\x17prior_price_progressive\x18\x02 \x01(\x0b\x32\x1b.google.shopping.type.Price\x12.\n\tgad_price\x18\x03 \x01(\x0b\x32\x1b.google.shopping.type.Price*N\n\x12SubscriptionPeriod\x12#\n\x1fSUBSCRIPTION_PERIOD_UNSPECIFIED\x10\x00\x12\t\n\x05MONTH\x10\x01\x12\x08\n\x04YEAR\x10\x02\x42\x95\x01\n,com.google.shopping.merchant.products.v1betaB\x13ProductsCommonProtoP\x01ZNcloud.google.com/go/shopping/merchant/products/apiv1beta/productspb;productspbb\x06proto3"
13
+ descriptor_data = "\n>google/shopping/merchant/products/v1beta/products_common.proto\x12(google.shopping.merchant.products.v1beta\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a google/shopping/type/types.proto\x1a\x1agoogle/type/interval.proto\"\xe1(\n\nAttributes\x12\x1e\n\x11identifier_exists\x18\x04 \x01(\x08H\x00\x88\x01\x01\x12\x16\n\tis_bundle\x18\x05 \x01(\x08H\x01\x88\x01\x01\x12\x12\n\x05title\x18\x06 \x01(\tH\x02\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x07 \x01(\tH\x03\x88\x01\x01\x12\x11\n\x04link\x18\x08 \x01(\tH\x04\x88\x01\x01\x12\x18\n\x0bmobile_link\x18\t \x01(\tH\x05\x88\x01\x01\x12\x1b\n\x0e\x63\x61nonical_link\x18\n \x01(\tH\x06\x88\x01\x01\x12\x17\n\nimage_link\x18\x0b \x01(\tH\x07\x88\x01\x01\x12\x1e\n\x16\x61\x64\x64itional_image_links\x18\x0c \x03(\t\x12\x33\n\x0f\x65xpiration_date\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x64isclosure_date\x18O \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\x05\x61\x64ult\x18\x11 \x01(\x08H\x08\x88\x01\x01\x12\x16\n\tage_group\x18\x12 \x01(\tH\t\x88\x01\x01\x12\x19\n\x0c\x61vailability\x18\x13 \x01(\tH\n\x88\x01\x01\x12\x35\n\x11\x61vailability_date\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\x05\x62rand\x18\x15 \x01(\tH\x0b\x88\x01\x01\x12\x12\n\x05\x63olor\x18\x16 \x01(\tH\x0c\x88\x01\x01\x12\x16\n\tcondition\x18\x17 \x01(\tH\r\x88\x01\x01\x12\x13\n\x06gender\x18\x18 \x01(\tH\x0e\x88\x01\x01\x12$\n\x17google_product_category\x18\x19 \x01(\tH\x0f\x88\x01\x01\x12\x10\n\x04gtin\x18\x1a \x03(\tB\x02\x18\x01\x12\x0e\n\x05gtins\x18\x8c\x01 \x03(\t\x12\x1a\n\ritem_group_id\x18\x1b \x01(\tH\x10\x88\x01\x01\x12\x15\n\x08material\x18\x1c \x01(\tH\x11\x88\x01\x01\x12\x10\n\x03mpn\x18\x1d \x01(\tH\x12\x88\x01\x01\x12\x14\n\x07pattern\x18\x1e \x01(\tH\x13\x88\x01\x01\x12*\n\x05price\x18\x1f \x01(\x0b\x32\x1b.google.shopping.type.Price\x12:\n\x14maximum_retail_price\x18\x8b\x01 \x01(\x0b\x32\x1b.google.shopping.type.Price\x12J\n\x0binstallment\x18 \x01(\x0b\x32\x35.google.shopping.merchant.products.v1beta.Installment\x12U\n\x11subscription_cost\x18! \x01(\x0b\x32:.google.shopping.merchant.products.v1beta.SubscriptionCost\x12O\n\x0eloyalty_points\x18\" \x01(\x0b\x32\x37.google.shopping.merchant.products.v1beta.LoyaltyPoints\x12S\n\x10loyalty_programs\x18\x88\x01 \x03(\x0b\x32\x38.google.shopping.merchant.products.v1beta.LoyaltyProgram\x12\x15\n\rproduct_types\x18# \x03(\t\x12/\n\nsale_price\x18$ \x01(\x0b\x32\x1b.google.shopping.type.Price\x12\x38\n\x19sale_price_effective_date\x18% \x01(\x0b\x32\x15.google.type.Interval\x12$\n\x17sell_on_google_quantity\x18& \x01(\x03H\x14\x88\x01\x01\x12R\n\x0eproduct_height\x18w \x01(\x0b\x32:.google.shopping.merchant.products.v1beta.ProductDimension\x12R\n\x0eproduct_length\x18x \x01(\x0b\x32:.google.shopping.merchant.products.v1beta.ProductDimension\x12Q\n\rproduct_width\x18y \x01(\x0b\x32:.google.shopping.merchant.products.v1beta.ProductDimension\x12O\n\x0eproduct_weight\x18z \x01(\x0b\x32\x37.google.shopping.merchant.products.v1beta.ProductWeight\x12\x44\n\x08shipping\x18\' \x03(\x0b\x32\x32.google.shopping.merchant.products.v1beta.Shipping\x12\x61\n\x17\x66ree_shipping_threshold\x18\x87\x01 \x03(\x0b\x32?.google.shopping.merchant.products.v1beta.FreeShippingThreshold\x12Q\n\x0fshipping_weight\x18( \x01(\x0b\x32\x38.google.shopping.merchant.products.v1beta.ShippingWeight\x12T\n\x0fshipping_length\x18) \x01(\x0b\x32;.google.shopping.merchant.products.v1beta.ShippingDimension\x12S\n\x0eshipping_width\x18* \x01(\x0b\x32;.google.shopping.merchant.products.v1beta.ShippingDimension\x12T\n\x0fshipping_height\x18+ \x01(\x0b\x32;.google.shopping.merchant.products.v1beta.ShippingDimension\x12\x1e\n\x11max_handling_time\x18, \x01(\x03H\x15\x88\x01\x01\x12\x1e\n\x11min_handling_time\x18- \x01(\x03H\x16\x88\x01\x01\x12\x1b\n\x0eshipping_label\x18. \x01(\tH\x17\x88\x01\x01\x12\x1f\n\x12transit_time_label\x18/ \x01(\tH\x18\x88\x01\x01\x12\x11\n\x04size\x18\x30 \x01(\tH\x19\x88\x01\x01\x12\x18\n\x0bsize_system\x18\x31 \x01(\tH\x1a\x88\x01\x01\x12\x12\n\nsize_types\x18\x32 \x03(\t\x12@\n\x05taxes\x18\x33 \x03(\x0b\x32-.google.shopping.merchant.products.v1beta.TaxB\x02\x18\x01\x12\x1d\n\x0ctax_category\x18\x34 \x01(\tB\x02\x18\x01H\x1b\x88\x01\x01\x12$\n\x17\x65nergy_efficiency_class\x18\x35 \x01(\tH\x1c\x88\x01\x01\x12(\n\x1bmin_energy_efficiency_class\x18\x36 \x01(\tH\x1d\x88\x01\x01\x12(\n\x1bmax_energy_efficiency_class\x18\x37 \x01(\tH\x1e\x88\x01\x01\x12Z\n\x14unit_pricing_measure\x18\x38 \x01(\x0b\x32<.google.shopping.merchant.products.v1beta.UnitPricingMeasure\x12\x63\n\x19unit_pricing_base_measure\x18\x39 \x01(\x0b\x32@.google.shopping.merchant.products.v1beta.UnitPricingBaseMeasure\x12\x16\n\tmultipack\x18: \x01(\x03H\x1f\x88\x01\x01\x12\x19\n\x0c\x61\x64s_grouping\x18; \x01(\tH \x88\x01\x01\x12\x12\n\nads_labels\x18< \x03(\t\x12\x19\n\x0c\x61\x64s_redirect\x18= \x01(\tH!\x88\x01\x01\x12\x37\n\x12\x63ost_of_goods_sold\x18> \x01(\x0b\x32\x1b.google.shopping.type.Price\x12P\n\x0fproduct_details\x18? \x03(\x0b\x32\x37.google.shopping.merchant.products.v1beta.ProductDetail\x12\x1a\n\x12product_highlights\x18@ \x03(\t\x12\x1b\n\x0e\x64isplay_ads_id\x18\x41 \x01(\tH\"\x88\x01\x01\x12\x1f\n\x17\x64isplay_ads_similar_ids\x18\x42 \x03(\t\x12\x1e\n\x11\x64isplay_ads_title\x18\x43 \x01(\tH#\x88\x01\x01\x12\x1d\n\x10\x64isplay_ads_link\x18\x44 \x01(\tH$\x88\x01\x01\x12\x1e\n\x11\x64isplay_ads_value\x18\x45 \x01(\x01H%\x88\x01\x01\x12\x15\n\rpromotion_ids\x18\x46 \x03(\t\x12\x1a\n\rpickup_method\x18P \x01(\tH&\x88\x01\x01\x12\x17\n\npickup_sla\x18Q \x01(\tH\'\x88\x01\x01\x12\x1a\n\rlink_template\x18R \x01(\tH(\x88\x01\x01\x12!\n\x14mobile_link_template\x18S \x01(\tH)\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_0\x18G \x01(\tH*\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_1\x18H \x01(\tH+\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_2\x18I \x01(\tH,\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_3\x18J \x01(\tH-\x88\x01\x01\x12\x1b\n\x0e\x63ustom_label_4\x18K \x01(\tH.\x88\x01\x01\x12\x1d\n\x15included_destinations\x18L \x03(\t\x12\x1d\n\x15\x65xcluded_destinations\x18M \x03(\t\x12\'\n\x1fshopping_ads_excluded_countries\x18N \x03(\t\x12\x1f\n\x12\x65xternal_seller_id\x18\x01 \x01(\tH/\x88\x01\x01\x12\x12\n\x05pause\x18\r \x01(\tH0\x88\x01\x01\x12\x1d\n\x15lifestyle_image_links\x18\x0e \x03(\t\x12u\n\"cloud_export_additional_properties\x18T \x03(\x0b\x32I.google.shopping.merchant.products.v1beta.CloudExportAdditionalProperties\x12 \n\x12virtual_model_link\x18\x82\x01 \x01(\tH1\x88\x01\x01\x12O\n\x0e\x63\x65rtifications\x18{ \x03(\x0b\x32\x37.google.shopping.merchant.products.v1beta.Certification\x12`\n\x10structured_title\x18\x84\x01 \x01(\x0b\x32@.google.shopping.merchant.products.v1beta.ProductStructuredTitleH2\x88\x01\x01\x12l\n\x16structured_description\x18\x85\x01 \x01(\x0b\x32\x46.google.shopping.merchant.products.v1beta.ProductStructuredDescriptionH3\x88\x01\x01\x12;\n\x16\x61uto_pricing_min_price\x18| \x01(\x0b\x32\x1b.google.shopping.type.Price\x12l\n\x19sustainability_incentives\x18\x8a\x01 \x03(\x0b\x32H.google.shopping.merchant.products.v1beta.ProductSustainabilityIncentiveB\x14\n\x12_identifier_existsB\x0c\n\n_is_bundleB\x08\n\x06_titleB\x0e\n\x0c_descriptionB\x07\n\x05_linkB\x0e\n\x0c_mobile_linkB\x11\n\x0f_canonical_linkB\r\n\x0b_image_linkB\x08\n\x06_adultB\x0c\n\n_age_groupB\x0f\n\r_availabilityB\x08\n\x06_brandB\x08\n\x06_colorB\x0c\n\n_conditionB\t\n\x07_genderB\x1a\n\x18_google_product_categoryB\x10\n\x0e_item_group_idB\x0b\n\t_materialB\x06\n\x04_mpnB\n\n\x08_patternB\x1a\n\x18_sell_on_google_quantityB\x14\n\x12_max_handling_timeB\x14\n\x12_min_handling_timeB\x11\n\x0f_shipping_labelB\x15\n\x13_transit_time_labelB\x07\n\x05_sizeB\x0e\n\x0c_size_systemB\x0f\n\r_tax_categoryB\x1a\n\x18_energy_efficiency_classB\x1e\n\x1c_min_energy_efficiency_classB\x1e\n\x1c_max_energy_efficiency_classB\x0c\n\n_multipackB\x0f\n\r_ads_groupingB\x0f\n\r_ads_redirectB\x11\n\x0f_display_ads_idB\x14\n\x12_display_ads_titleB\x13\n\x11_display_ads_linkB\x14\n\x12_display_ads_valueB\x10\n\x0e_pickup_methodB\r\n\x0b_pickup_slaB\x10\n\x0e_link_templateB\x17\n\x15_mobile_link_templateB\x11\n\x0f_custom_label_0B\x11\n\x0f_custom_label_1B\x11\n\x0f_custom_label_2B\x11\n\x0f_custom_label_3B\x11\n\x0f_custom_label_4B\x15\n\x13_external_seller_idB\x08\n\x06_pauseB\x15\n\x13_virtual_model_linkB\x13\n\x11_structured_titleB\x19\n\x17_structured_description\"p\n\x03Tax\x12\x0c\n\x04rate\x18\x01 \x01(\x01\x12\x0f\n\x07\x63ountry\x18\x02 \x01(\t\x12\x0e\n\x06region\x18\x03 \x01(\t\x12\x10\n\x08tax_ship\x18\x04 \x01(\x08\x12\x13\n\x0blocation_id\x18\x05 \x01(\x03\x12\x13\n\x0bpostal_code\x18\x06 \x01(\t\"-\n\x0eShippingWeight\x12\r\n\x05value\x18\x01 \x01(\x01\x12\x0c\n\x04unit\x18\x02 \x01(\t\"0\n\x11ShippingDimension\x12\r\n\x05value\x18\x01 \x01(\x01\x12\x0c\n\x04unit\x18\x02 \x01(\t\"5\n\x16UnitPricingBaseMeasure\x12\r\n\x05value\x18\x01 \x01(\x03\x12\x0c\n\x04unit\x18\x02 \x01(\t\"1\n\x12UnitPricingMeasure\x12\r\n\x05value\x18\x01 \x01(\x01\x12\x0c\n\x04unit\x18\x02 \x01(\t\"\xa4\x01\n\x10SubscriptionCost\x12L\n\x06period\x18\x01 \x01(\x0e\x32<.google.shopping.merchant.products.v1beta.SubscriptionPeriod\x12\x15\n\rperiod_length\x18\x02 \x01(\x03\x12+\n\x06\x61mount\x18\x03 \x01(\x0b\x32\x1b.google.shopping.type.Price\"\xbb\x01\n\x0bInstallment\x12\x0e\n\x06months\x18\x01 \x01(\x03\x12+\n\x06\x61mount\x18\x02 \x01(\x0b\x32\x1b.google.shopping.type.Price\x12\x35\n\x0b\x64ownpayment\x18\x03 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x00\x88\x01\x01\x12\x18\n\x0b\x63redit_type\x18\x04 \x01(\tH\x01\x88\x01\x01\x42\x0e\n\x0c_downpaymentB\x0e\n\x0c_credit_type\"B\n\rLoyaltyPoints\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cpoints_value\x18\x02 \x01(\x03\x12\r\n\x05ratio\x18\x03 \x01(\x01\"\xc1\x03\n\x0eLoyaltyProgram\x12\x1a\n\rprogram_label\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x17\n\ntier_label\x18\x02 \x01(\tH\x01\x88\x01\x01\x12/\n\x05price\x18\x03 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x02\x88\x01\x01\x12\x41\n\x17\x63\x61shback_for_future_use\x18\x04 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x03\x88\x01\x01\x12\x1b\n\x0eloyalty_points\x18\x05 \x01(\x03H\x04\x88\x01\x01\x12?\n\x1bmember_price_effective_date\x18\x06 \x01(\x0b\x32\x15.google.type.IntervalH\x05\x88\x01\x01\x12\x1b\n\x0eshipping_label\x18\x07 \x01(\tH\x06\x88\x01\x01\x42\x10\n\x0e_program_labelB\r\n\x0b_tier_labelB\x08\n\x06_priceB\x1a\n\x18_cashback_for_future_useB\x11\n\x0f_loyalty_pointsB\x1e\n\x1c_member_price_effective_dateB\x11\n\x0f_shipping_label\"\x83\x03\n\x08Shipping\x12*\n\x05price\x18\x01 \x01(\x0b\x32\x1b.google.shopping.type.Price\x12\x0f\n\x07\x63ountry\x18\x02 \x01(\t\x12\x0e\n\x06region\x18\x03 \x01(\t\x12\x0f\n\x07service\x18\x04 \x01(\t\x12\x13\n\x0blocation_id\x18\x05 \x01(\x03\x12\x1b\n\x13location_group_name\x18\x06 \x01(\t\x12\x13\n\x0bpostal_code\x18\x07 \x01(\t\x12\x1e\n\x11min_handling_time\x18\x08 \x01(\x03H\x00\x88\x01\x01\x12\x1e\n\x11max_handling_time\x18\t \x01(\x03H\x01\x88\x01\x01\x12\x1d\n\x10min_transit_time\x18\n \x01(\x03H\x02\x88\x01\x01\x12\x1d\n\x10max_transit_time\x18\x0b \x01(\x03H\x03\x88\x01\x01\x42\x14\n\x12_min_handling_timeB\x14\n\x12_max_handling_timeB\x13\n\x11_min_transit_timeB\x13\n\x11_max_transit_time\"\x88\x01\n\x15\x46reeShippingThreshold\x12\x14\n\x07\x63ountry\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x39\n\x0fprice_threshold\x18\x02 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x01\x88\x01\x01\x42\n\n\x08_countryB\x12\n\x10_price_threshold\"V\n\rProductDetail\x12\x14\n\x0csection_name\x18\x01 \x01(\t\x12\x16\n\x0e\x61ttribute_name\x18\x02 \x01(\t\x12\x17\n\x0f\x61ttribute_value\x18\x03 \x01(\t\"\xfb\x01\n\rCertification\x12$\n\x17\x63\x65rtification_authority\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x1f\n\x12\x63\x65rtification_name\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x1f\n\x12\x63\x65rtification_code\x18\x03 \x01(\tH\x02\x88\x01\x01\x12 \n\x13\x63\x65rtification_value\x18\x04 \x01(\tH\x03\x88\x01\x01\x42\x1a\n\x18_certification_authorityB\x15\n\x13_certification_nameB\x15\n\x13_certification_codeB\x16\n\x14_certification_value\"t\n\x16ProductStructuredTitle\x12 \n\x13\x64igital_source_type\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63ontent\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x16\n\x14_digital_source_typeB\n\n\x08_content\"z\n\x1cProductStructuredDescription\x12 \n\x13\x64igital_source_type\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63ontent\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x16\n\x14_digital_source_typeB\n\n\x08_content\"9\n\x10ProductDimension\x12\x12\n\x05value\x18\x01 \x01(\x01\x42\x03\xe0\x41\x02\x12\x11\n\x04unit\x18\x02 \x01(\tB\x03\xe0\x41\x02\"6\n\rProductWeight\x12\x12\n\x05value\x18\x01 \x01(\x01\x42\x03\xe0\x41\x02\x12\x11\n\x04unit\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\xf7\x07\n\rProductStatus\x12g\n\x14\x64\x65stination_statuses\x18\x03 \x03(\x0b\x32I.google.shopping.merchant.products.v1beta.ProductStatus.DestinationStatus\x12\x61\n\x11item_level_issues\x18\x04 \x03(\x0b\x32\x46.google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue\x12\x31\n\rcreation_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_update_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16google_expiration_date\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\xc1\x01\n\x11\x44\x65stinationStatus\x12V\n\x11reporting_context\x18\x01 \x01(\x0e\x32;.google.shopping.type.ReportingContext.ReportingContextEnum\x12\x1a\n\x12\x61pproved_countries\x18\x02 \x03(\t\x12\x19\n\x11pending_countries\x18\x03 \x03(\t\x12\x1d\n\x15\x64isapproved_countries\x18\x04 \x03(\t\x1a\xb0\x03\n\x0eItemLevelIssue\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12\x61\n\x08severity\x18\x02 \x01(\x0e\x32O.google.shopping.merchant.products.v1beta.ProductStatus.ItemLevelIssue.Severity\x12\x12\n\nresolution\x18\x03 \x01(\t\x12\x11\n\tattribute\x18\x04 \x01(\t\x12V\n\x11reporting_context\x18\x05 \x01(\x0e\x32;.google.shopping.type.ReportingContext.ReportingContextEnum\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x12\x0e\n\x06\x64\x65tail\x18\x07 \x01(\t\x12\x15\n\rdocumentation\x18\x08 \x01(\t\x12\x1c\n\x14\x61pplicable_countries\x18\t \x03(\t\"T\n\x08Severity\x12\x18\n\x14SEVERITY_UNSPECIFIED\x10\x00\x12\x10\n\x0cNOT_IMPACTED\x10\x01\x12\x0b\n\x07\x44\x45MOTED\x10\x02\x12\x0f\n\x0b\x44ISAPPROVED\x10\x03\"\xa5\x02\n\x1f\x43loudExportAdditionalProperties\x12\x1a\n\rproperty_name\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x12\n\ntext_value\x18\x02 \x03(\t\x12\x17\n\nbool_value\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x11\n\tint_value\x18\x04 \x03(\x03\x12\x13\n\x0b\x66loat_value\x18\x05 \x03(\x02\x12\x16\n\tmin_value\x18\x06 \x01(\x02H\x02\x88\x01\x01\x12\x16\n\tmax_value\x18\x07 \x01(\x02H\x03\x88\x01\x01\x12\x16\n\tunit_code\x18\x08 \x01(\tH\x04\x88\x01\x01\x42\x10\n\x0e_property_nameB\r\n\x0b_bool_valueB\x0c\n\n_min_valueB\x0c\n\n_max_valueB\x0c\n\n_unit_code\"\xa1\x02\n\x1eProductSustainabilityIncentive\x12-\n\x06\x61mount\x18\x02 \x01(\x0b\x32\x1b.google.shopping.type.PriceH\x00\x12\x14\n\npercentage\x18\x03 \x01(\x01H\x00\x12`\n\x04type\x18\x01 \x01(\x0e\x32M.google.shopping.merchant.products.v1beta.ProductSustainabilityIncentive.TypeH\x01\x88\x01\x01\"F\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x11\n\rEV_TAX_CREDIT\x10\x01\x12\x15\n\x11\x45V_PRICE_DISCOUNT\x10\x02\x42\x07\n\x05valueB\x07\n\x05_type\"\xb4\x01\n\x12\x41utomatedDiscounts\x12\x30\n\x0bprior_price\x18\x01 \x01(\x0b\x32\x1b.google.shopping.type.Price\x12<\n\x17prior_price_progressive\x18\x02 \x01(\x0b\x32\x1b.google.shopping.type.Price\x12.\n\tgad_price\x18\x03 \x01(\x0b\x32\x1b.google.shopping.type.Price*N\n\x12SubscriptionPeriod\x12#\n\x1fSUBSCRIPTION_PERIOD_UNSPECIFIED\x10\x00\x12\t\n\x05MONTH\x10\x01\x12\x08\n\x04YEAR\x10\x02\x42\x95\x01\n,com.google.shopping.merchant.products.v1betaB\x13ProductsCommonProtoP\x01ZNcloud.google.com/go/shopping/merchant/products/apiv1beta/productspb;productspbb\x06proto3"
14
14
 
15
15
  pool = Google::Protobuf::DescriptorPool.generated_pool
16
16
 
@@ -311,7 +311,7 @@ module Google
311
311
  # @param page_size [::Integer]
312
312
  # The maximum number of products to return. The service may return fewer than
313
313
  # this value.
314
- # The maximum value is 250; values above 250 will be coerced to 250.
314
+ # The maximum value is 1000; values above 1000 will be coerced to 1000.
315
315
  # If unspecified, the maximum number of products will be returned.
316
316
  # @param page_token [::String]
317
317
  # A page token, received from a previous `ListProducts` call.
@@ -495,8 +495,8 @@ module Google
495
495
 
496
496
  config_attr :endpoint, nil, ::String, nil
497
497
  config_attr :credentials, nil do |value|
498
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
499
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
498
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
499
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
500
500
  allowed.any? { |klass| klass === value }
501
501
  end
502
502
  config_attr :scope, nil, ::String, ::Array, nil
@@ -297,7 +297,7 @@ module Google
297
297
  # @param page_size [::Integer]
298
298
  # The maximum number of products to return. The service may return fewer than
299
299
  # this value.
300
- # The maximum value is 250; values above 250 will be coerced to 250.
300
+ # The maximum value is 1000; values above 1000 will be coerced to 1000.
301
301
  # If unspecified, the maximum number of products will be returned.
302
302
  # @param page_token [::String]
303
303
  # A page token, received from a previous `ListProducts` call.
@@ -465,7 +465,7 @@ module Google
465
465
 
466
466
  config_attr :endpoint, nil, ::String, nil
467
467
  config_attr :credentials, nil do |value|
468
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
468
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
469
469
  allowed.any? { |klass| klass === value }
470
470
  end
471
471
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Products
24
24
  module V1beta
25
- VERSION = "0.5.0"
25
+ VERSION = "0.7.0"
26
26
  end
27
27
  end
28
28
  end
@@ -26,7 +26,8 @@ module Google
26
26
  # processed product that you see in Merchant Center, in Shopping ads, or
27
27
  # across Google surfaces. Product inputs, rules and supplemental data source
28
28
  # data are combined to create the processed
29
- # {::Google::Shopping::Merchant::Products::V1beta::Product Product}.
29
+ # {::Google::Shopping::Merchant::Products::V1beta::Product Product}. For more
30
+ # information, see [Manage products](/merchant/api/guides/products/overview).
30
31
  #
31
32
  # Required product input attributes to pass data validation checks are
32
33
  # primarily defined in the [Products Data
@@ -41,21 +42,24 @@ module Google
41
42
  # minutes before the processed product can be retrieved.
42
43
  #
43
44
  # All fields in the product input and its sub-messages match the English name
44
- # of their corresponding attribute in the vertical spec with [some
45
- # exceptions](https://support.google.com/merchants/answer/7052112).
45
+ # of their corresponding attribute in the [Products Data
46
+ # Specification](https://support.google.com/merchants/answer/188494) with
47
+ # [some exceptions](https://support.google.com/merchants/answer/7052112).
48
+ # The following reference documentation lists the field names in the
49
+ # **camelCase** casing style while the Products Data Specification lists the
50
+ # names in the **snake_case** casing style.
46
51
  # @!attribute [rw] name
47
52
  # @return [::String]
48
53
  # Identifier. The name of the product input.
49
- # Format: accounts/\\{account}/productInputs/\\{productinput}
54
+ # Format: `accounts/{account}/productInputs/{productinput}`
50
55
  # where the last section `productinput` consists of 4 parts:
51
- # channel~content_language~feed_label~offer_id
56
+ # `channel~content_language~feed_label~offer_id`
52
57
  # example for product input name is
53
- # "accounts/123/productInputs/online~en~US~sku123"
58
+ # `accounts/123/productInputs/online~en~US~sku123`
54
59
  # @!attribute [r] product
55
60
  # @return [::String]
56
61
  # Output only. The name of the processed product.
57
- # Format:
58
- # `"{product.name=accounts/{account}/products/{product}}"`
62
+ # Format: `accounts/{account}/products/{product}`
59
63
  # @!attribute [rw] channel
60
64
  # @return [::Google::Shopping::Type::Channel::ChannelEnum]
61
65
  # Immutable. The
@@ -76,14 +80,16 @@ module Google
76
80
  # product.
77
81
  # @!attribute [rw] feed_label
78
82
  # @return [::String]
79
- # Required. Immutable. The [feed
80
- # label](https://developers.google.com/shopping-content/guides/products/feed-labels)
81
- # for the product.
83
+ # Required. Immutable. The label that lets you categorize and identify your
84
+ # products. The maximum allowed characters are 20, and the supported
85
+ # characters are `A-Z`, `0-9`, hyphen, and underscore. The feed label must
86
+ # not include any spaces. For more information, see [Using feed
87
+ # labels](//support.google.com/merchants/answer/14994087).
82
88
  # @!attribute [rw] version_number
83
89
  # @return [::Integer]
84
- # Optional. Represents the existing version (freshness) of the product, which
85
- # can be used to preserve the right order when multiple updates are done at
86
- # the same time.
90
+ # Optional. Immutable. Represents the existing version (freshness) of the
91
+ # product, which can be used to preserve the right order when multiple
92
+ # updates are done at the same time.
87
93
  #
88
94
  # If set, the insertion is prevented when version number is lower than
89
95
  # the current version number of the existing product. Re-insertion (for
@@ -91,6 +97,8 @@ module Google
91
97
  # `version_number`.
92
98
  #
93
99
  # Only supported for insertions into primary data sources.
100
+ # Do not set this field for updates.
101
+ # Do not set this field for insertions into supplemental data sources.
94
102
  #
95
103
  # If the operation is prevented, the aborted exception will be
96
104
  # thrown.
@@ -104,7 +112,7 @@ module Google
104
112
  # form (for example,
105
113
  # `{ "name": "size type", "value": "regular" }`).
106
114
  # This is useful for submitting attributes not explicitly exposed by the
107
- # API, such as additional attributes used for Buy on Google.
115
+ # API.
108
116
  # Maximum allowed number of characters for each
109
117
  # custom attribute is 10240 (represents sum of characters for name and
110
118
  # value). Maximum 2500 custom attributes can be set per product, with total
@@ -119,7 +127,7 @@ module Google
119
127
  # @!attribute [rw] parent
120
128
  # @return [::String]
121
129
  # Required. The account where this product will be inserted.
122
- # Format: accounts/\\{account}
130
+ # Format: `accounts/{account}`
123
131
  # @!attribute [rw] product_input
124
132
  # @return [::Google::Shopping::Merchant::Products::V1beta::ProductInput]
125
133
  # Required. The product input to insert.
@@ -127,11 +135,14 @@ module Google
127
135
  # @return [::String]
128
136
  # Required. The primary or supplemental product data source name. If the
129
137
  # product already exists and data source provided is different, then the
130
- # product will be moved to a new data source.
138
+ # product will be moved to a new data source. For more information, see
139
+ # [Overview of Data sources
140
+ # sub-API](/merchant/api/guides/data-sources/overview).
131
141
  #
132
142
  # Only API data sources are supported.
133
143
  #
134
- # Format: `accounts/{account}/dataSources/{datasource}`.
144
+ # Format: `accounts/{account}/dataSources/{datasource}`. For example,
145
+ # `accounts/123456/dataSources/104628`.
135
146
  class InsertProductInputRequest
136
147
  include ::Google::Protobuf::MessageExts
137
148
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -169,7 +180,8 @@ module Google
169
180
  #
170
181
  # Only API data sources are supported.
171
182
  #
172
- # Format: `accounts/{account}/dataSources/{datasource}`.
183
+ # Format: `accounts/{account}/dataSources/{datasource}`. For example,
184
+ # `accounts/123456/dataSources/104628`.
173
185
  class UpdateProductInputRequest
174
186
  include ::Google::Protobuf::MessageExts
175
187
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -179,16 +191,17 @@ module Google
179
191
  # @!attribute [rw] name
180
192
  # @return [::String]
181
193
  # Required. The name of the product input resource to delete.
182
- # Format: accounts/\\{account}/productInputs/\\{product}
194
+ # Format: `accounts/{account}/productInputs/{product}`
183
195
  # where the last section `product` consists of 4 parts:
184
- # channel~content_language~feed_label~offer_id
196
+ # `channel~content_language~feed_label~offer_id`
185
197
  # example for product name is
186
- # "accounts/123/productInputs/online~en~US~sku123"
198
+ # `accounts/123/productInputs/online~en~US~sku123`.
187
199
  # @!attribute [rw] data_source
188
200
  # @return [::String]
189
201
  # Required. The primary or supplemental data source from which the product
190
202
  # input should be deleted. Format:
191
- # `accounts/{account}/dataSources/{datasource}`.
203
+ # `accounts/{account}/dataSources/{datasource}`. For example,
204
+ # `accounts/123456/dataSources/104628`.
192
205
  class DeleteProductInputRequest
193
206
  include ::Google::Protobuf::MessageExts
194
207
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -63,7 +63,11 @@ module Google
63
63
  # product.
64
64
  # @!attribute [r] feed_label
65
65
  # @return [::String]
66
- # Output only. The feed label for the product.
66
+ # Output only. The feed label lets you categorize and identify your products.
67
+ # The maximum allowed characters is 20 and the supported characters are`A-Z`,
68
+ # `0-9`, hyphen and underscore. The feed label must not include any spaces.
69
+ # For more information, see [Using feed
70
+ # labels](//support.google.com/merchants/answer/14994087)
67
71
  # @!attribute [r] data_source
68
72
  # @return [::String]
69
73
  # Output only. The primary data source of the product.
@@ -128,7 +132,7 @@ module Google
128
132
  # @return [::Integer]
129
133
  # The maximum number of products to return. The service may return fewer than
130
134
  # this value.
131
- # The maximum value is 250; values above 250 will be coerced to 250.
135
+ # The maximum value is 1000; values above 1000 will be coerced to 1000.
132
136
  # If unspecified, the maximum number of products will be returned.
133
137
  # @!attribute [rw] page_token
134
138
  # @return [::String]
@@ -30,8 +30,9 @@ module Google
30
30
  # Defaults to true, if not provided.
31
31
  # @!attribute [rw] is_bundle
32
32
  # @return [::Boolean]
33
- # Whether the item is a merchant-defined bundle. A bundle is a custom
34
- # grouping of different products sold by a merchant for a single price.
33
+ # Whether the item is a business-defined sub-API. A [sub-API]
34
+ # (https://support.google.com/merchants/answer/6324449) is a custom
35
+ # grouping of different products sold by a business for a single price.
35
36
  # @!attribute [rw] title
36
37
  # @return [::String]
37
38
  # Title of the item.
@@ -65,8 +66,9 @@ module Google
65
66
  # @return [::Google::Protobuf::Timestamp]
66
67
  # The date time when an offer becomes visible in search results across
67
68
  # Google’s YouTube surfaces, in [ISO
68
- # 8601](http://en.wikipedia.org/wiki/ISO_8601) format. See [Disclosure date](
69
- # https://support.google.com/merchants/answer/13034208) for more information.
69
+ # 8601](http://en.wikipedia.org/wiki/ISO_8601) format.
70
+ # See [Disclosure date](https://support.google.com/merchants/answer/13034208)
71
+ # for more information.
70
72
  # @!attribute [rw] adult
71
73
  # @return [::Boolean]
72
74
  # Set to true if the item is targeted towards adults.
@@ -76,23 +78,28 @@ module Google
76
78
  # the item.
77
79
  # @!attribute [rw] availability
78
80
  # @return [::String]
79
- # Availability status of the item.
81
+ # [Availability](https://support.google.com/merchants/answer/6324448) status
82
+ # of the item. For example, "in_stock" or "out_of_stock".
80
83
  # @!attribute [rw] availability_date
81
84
  # @return [::Google::Protobuf::Timestamp]
82
85
  # The day a pre-ordered product becomes available for delivery, in [ISO
83
86
  # 8601](http://en.wikipedia.org/wiki/ISO_8601) format.
84
87
  # @!attribute [rw] brand
85
88
  # @return [::String]
86
- # Brand of the item.
89
+ # [Brand](https://support.google.com/merchants/answer/6324351) of the item.
90
+ # For example, "Google".
87
91
  # @!attribute [rw] color
88
92
  # @return [::String]
89
- # Color of the item.
93
+ # [Color](https://support.google.com/merchants/answer/6324487) of the item.
94
+ # For example, "red".
90
95
  # @!attribute [rw] condition
91
96
  # @return [::String]
92
- # Condition or state of the item.
97
+ # [Condition](https://support.google.com/merchants/answer/6324469) or state
98
+ # of the item. For example, "new" or "used".
93
99
  # @!attribute [rw] gender
94
100
  # @return [::String]
95
- # Target gender of the item.
101
+ # Target [gender](https://support.google.com/merchants/answer/6324479) of the
102
+ # item. For example, "male" or "female".
96
103
  # @!attribute [rw] google_product_category
97
104
  # @return [::String]
98
105
  # Google's category of the item (see [Google product
@@ -101,6 +108,15 @@ module Google
101
108
  # is currently no way to get back the auto assigned google product
102
109
  # categories through the API.
103
110
  # @!attribute [rw] gtin
111
+ # @deprecated This field is deprecated and may be removed in the next major version update.
112
+ # @return [::Array<::String>]
113
+ # Global Trade Item Numbers
114
+ # ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the
115
+ # item.
116
+ # You can provide up to 10 GTINs.
117
+ #
118
+ # Deprecated: Use `gtins` instead.
119
+ # @!attribute [rw] gtins
104
120
  # @return [::Array<::String>]
105
121
  # Global Trade Item Numbers
106
122
  # ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the
@@ -111,7 +127,8 @@ module Google
111
127
  # Shared identifier for all variants of the same product.
112
128
  # @!attribute [rw] material
113
129
  # @return [::String]
114
- # The material of which the item is made.
130
+ # The [material](https://support.google.com/merchants/answer/6324410) of
131
+ # which the item is made. For example, "Leather" or "Cotton".
115
132
  # @!attribute [rw] mpn
116
133
  # @return [::String]
117
134
  # Manufacturer Part Number
@@ -119,10 +136,14 @@ module Google
119
136
  # item.
120
137
  # @!attribute [rw] pattern
121
138
  # @return [::String]
122
- # The item's pattern (for example, polka dots).
139
+ # The item's [pattern](https://support.google.com/merchants/answer/6324483).
140
+ # For example, polka dots.
123
141
  # @!attribute [rw] price
124
142
  # @return [::Google::Shopping::Type::Price]
125
143
  # Price of the item.
144
+ # @!attribute [rw] maximum_retail_price
145
+ # @return [::Google::Shopping::Type::Price]
146
+ # Maximum retail price (MRP) of the item. Applicable to India only.
126
147
  # @!attribute [rw] installment
127
148
  # @return [::Google::Shopping::Merchant::Products::V1beta::Installment]
128
149
  # Number and amount of installments to pay for an item.
@@ -141,14 +162,14 @@ module Google
141
162
  # @!attribute [rw] product_types
142
163
  # @return [::Array<::String>]
143
164
  # Categories of the item (formatted as in [product data
144
- # specification](https://support.google.com/merchants/answer/188494#product_type)).
165
+ # specification](https://support.google.com/merchants/answer/7052112#product_category)).
145
166
  # @!attribute [rw] sale_price
146
167
  # @return [::Google::Shopping::Type::Price]
147
168
  # Advertised sale price of the item.
148
169
  # @!attribute [rw] sale_price_effective_date
149
170
  # @return [::Google::Type::Interval]
150
- # Date range during which the item is on sale (see [product data
151
- # specification](https://support.google.com/merchants/answer/188494#sale_price_effective_date)).
171
+ # Date range during which the item is on sale, see [product data
172
+ # specification](https://support.google.com/merchants/answer/7052112#price_and_availability).
152
173
  # @!attribute [rw] sell_on_google_quantity
153
174
  # @return [::Integer]
154
175
  # The quantity of the product that is available for selling on Google.
@@ -206,22 +227,29 @@ module Google
206
227
  # @return [::String]
207
228
  # Size of the item. Only one value is allowed. For variants with different
208
229
  # sizes, insert a separate product for each size with the same
209
- # `itemGroupId` value (see
210
- # [https://support.google.com/merchants/answer/6324492](size definition)).
230
+ # `itemGroupId` value, see
231
+ # [Size](https://support.google.com/merchants/answer/6324492).
211
232
  # @!attribute [rw] size_system
212
233
  # @return [::String]
213
234
  # System in which the size is specified. Recommended for apparel items.
235
+ # For example, "US", "UK", "DE".
236
+ # For more information, see
237
+ # [Size system](https://support.google.com/merchants/answer/6324502).
214
238
  # @!attribute [rw] size_types
215
239
  # @return [::Array<::String>]
216
240
  # The cut of the item. It can be used to represent combined size types for
217
- # apparel items. Maximum two of size types can be provided (see
218
- # [https://support.google.com/merchants/answer/6324497](size type)).
241
+ # apparel items. Maximum two of size types can be provided, see
242
+ # [Size type](https://support.google.com/merchants/answer/6324497).
243
+ # For example, "petite", "plus size".
219
244
  # @!attribute [rw] taxes
245
+ # @deprecated This field is deprecated and may be removed in the next major version update.
220
246
  # @return [::Array<::Google::Shopping::Merchant::Products::V1beta::Tax>]
221
247
  # Tax information.
222
248
  # @!attribute [rw] tax_category
249
+ # @deprecated This field is deprecated and may be removed in the next major version update.
223
250
  # @return [::String]
224
- # The tax category of the product.
251
+ # The [tax category](https://support.google.com/merchants/answer/7569847) of
252
+ # the product.
225
253
  # @!attribute [rw] energy_efficiency_class
226
254
  # @return [::String]
227
255
  # The energy efficiency class as defined in EU directive 2010/30/EU.
@@ -239,11 +267,13 @@ module Google
239
267
  # The preference of the denominator of the unit price.
240
268
  # @!attribute [rw] multipack
241
269
  # @return [::Integer]
242
- # The number of identical products in a merchant-defined multipack.
270
+ # The number of identical products in a business-defined multipack.
243
271
  # @!attribute [rw] ads_grouping
244
272
  # @return [::String]
245
273
  # Used to group items in an arbitrary way. Only for CPA%, discouraged
246
- # otherwise.
274
+ # otherwise. For more information, see
275
+ # [Display ads
276
+ # attribute](https://support.google.com/merchants/answer/6069387).
247
277
  # @!attribute [rw] ads_labels
248
278
  # @return [::Array<::String>]
249
279
  # Similar to ads_grouping, but only works on CPC.
@@ -259,13 +289,16 @@ module Google
259
289
  # Technical specification or additional product details.
260
290
  # @!attribute [rw] product_highlights
261
291
  # @return [::Array<::String>]
262
- # Bullet points describing the most relevant highlights of a product.
292
+ # Bullet points describing the most relevant [product
293
+ # highlights](https://support.google.com/merchants/answer/9216100).
263
294
  # @!attribute [rw] display_ads_id
264
295
  # @return [::String]
265
296
  # An identifier for an item for dynamic remarketing campaigns.
266
297
  # @!attribute [rw] display_ads_similar_ids
267
298
  # @return [::Array<::String>]
268
- # Advertiser-specified recommendations.
299
+ # Advertiser-specified recommendations. For more information, see
300
+ # [Display ads attribute
301
+ # specification](https://support.google.com/merchants/answer/6069387).
269
302
  # @!attribute [rw] display_ads_title
270
303
  # @return [::String]
271
304
  # Title of an item for dynamic remarketing campaigns.
@@ -275,53 +308,78 @@ module Google
275
308
  # campaigns.
276
309
  # @!attribute [rw] display_ads_value
277
310
  # @return [::Float]
278
- # Offer margin for dynamic remarketing campaigns.
311
+ # Offer margin for dynamic remarketing campaigns. For more information, see
312
+ # [Display ads
313
+ # attribute](https://support.google.com/merchants/answer/6069387).
279
314
  # @!attribute [rw] promotion_ids
280
315
  # @return [::Array<::String>]
281
316
  # The unique ID of a promotion.
282
317
  # @!attribute [rw] pickup_method
283
318
  # @return [::String]
284
- # The pick up option for the item.
319
+ # The [pickup](https://support.google.com/merchants/answer/14634021) option
320
+ # for the item.
285
321
  # @!attribute [rw] pickup_sla
286
322
  # @return [::String]
287
- # Item store pickup timeline.
323
+ # Item store pickup timeline. For more information, see
324
+ # [Pickup SLA](https://support.google.com/merchants/answer/14635400).
288
325
  # @!attribute [rw] link_template
289
326
  # @return [::String]
290
- # Link template for merchant hosted local storefront.
327
+ # [Link template](https://support.google.com/merchants/answer/13871172) for
328
+ # business hosted local storefront.
291
329
  # @!attribute [rw] mobile_link_template
292
330
  # @return [::String]
293
- # Link template for merchant hosted local storefront optimized for mobile
331
+ # [Link template](https://support.google.com/merchants/answer/13870216) for
332
+ # business hosted local storefront optimized for mobile
294
333
  # devices.
295
334
  # @!attribute [rw] custom_label_0
296
335
  # @return [::String]
297
- # Custom label 0 for custom grouping of items in a Shopping campaign.
336
+ # [Custom label 0](https://support.google.com/merchants/answer/6324473) for
337
+ # custom grouping of items in a Shopping campaign.
298
338
  # @!attribute [rw] custom_label_1
299
339
  # @return [::String]
300
- # Custom label 1 for custom grouping of items in a Shopping campaign.
340
+ # [Custom label 1](https://support.google.com/merchants/answer/6324473)
341
+ # for custom grouping of items in a Shopping campaign.
301
342
  # @!attribute [rw] custom_label_2
302
343
  # @return [::String]
303
- # Custom label 2 for custom grouping of items in a Shopping campaign.
344
+ # [Custom label 2](https://support.google.com/merchants/answer/6324473)
345
+ # for custom grouping of items in a Shopping campaign.
304
346
  # @!attribute [rw] custom_label_3
305
347
  # @return [::String]
306
- # Custom label 3 for custom grouping of items in a Shopping campaign.
348
+ # [Custom label 3](https://support.google.com/merchants/answer/6324473)
349
+ # for custom grouping of items in a Shopping campaign.
307
350
  # @!attribute [rw] custom_label_4
308
351
  # @return [::String]
309
- # Custom label 4 for custom grouping of items in a Shopping campaign.
352
+ # [Custom label 4](https://support.google.com/merchants/answer/6324473) for
353
+ # custom grouping of items in a Shopping campaign.
310
354
  # @!attribute [rw] included_destinations
311
355
  # @return [::Array<::String>]
312
356
  # The list of destinations to include for this target (corresponds to
313
357
  # checked check boxes in Merchant Center). Default destinations are always
314
358
  # included unless provided in `excludedDestinations`.
359
+ #
360
+ # For more information, see
361
+ # [Included
362
+ # destination](https://support.google.com/merchants/answer/7501026).
363
+ #
364
+ # Note: We recommend setting destinations on datasources level for most use
365
+ # cases. Use this field within products to only setup exceptions.
315
366
  # @!attribute [rw] excluded_destinations
316
367
  # @return [::Array<::String>]
317
368
  # The list of destinations to exclude for this target (corresponds to
318
369
  # unchecked check boxes in Merchant Center).
370
+ #
371
+ # For more information, see
372
+ # [Excluded
373
+ # destination](https://support.google.com/merchants/answer/6324486).
374
+ #
375
+ # Note: We recommend setting destinations on datasources level for most use
376
+ # cases. Use this field within products to only setup exceptions.
319
377
  # @!attribute [rw] shopping_ads_excluded_countries
320
378
  # @return [::Array<::String>]
321
- # List of country codes (ISO 3166-1 alpha-2) to exclude the offer from
322
- # Shopping Ads destination.
323
- # Countries from this list are removed from countries configured
324
- # in data source settings.
379
+ # List of country codes [(ISO 3166-1
380
+ # alpha-2)](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to exclude the
381
+ # offer from Shopping Ads destination. Countries from this list are removed
382
+ # from countries configured in data source settings.
325
383
  # @!attribute [rw] external_seller_id
326
384
  # @return [::String]
327
385
  # Required for multi-seller accounts. Use this attribute if you're a
@@ -360,11 +418,11 @@ module Google
360
418
  # Structured description, for algorithmically (AI)-generated descriptions.
361
419
  # @!attribute [rw] auto_pricing_min_price
362
420
  # @return [::Google::Shopping::Type::Price]
363
- # A safeguard in the "Automated Discounts"
421
+ # A safeguard in the [automated discounts]
364
422
  # (https://support.google.com/merchants/answer/10295759) and
365
423
  # "Dynamic Promotions"
366
424
  # (https://support.google.com/merchants/answer/13949249) projects,
367
- # ensuring that discounts on merchants' offers do not fall below this value,
425
+ # ensuring that discounts on business offers do not fall below this value,
368
426
  # thereby preserving the offer's value and profitability.
369
427
  # @!attribute [rw] sustainability_incentives
370
428
  # @return [::Array<::Google::Shopping::Merchant::Products::V1beta::ProductSustainabilityIncentive>]
@@ -516,10 +574,10 @@ module Google
516
574
  # @!attribute [rw] program_label
517
575
  # @return [::String]
518
576
  # The label of the loyalty program. This is an internal label that uniquely
519
- # identifies the relationship between a merchant entity and a loyalty
577
+ # identifies the relationship between a business entity and a loyalty
520
578
  # program entity. The label must be provided so that the system can associate
521
- # the assets below (for example, price and points) with a merchant. The
522
- # corresponding program must be linked to the merchant account.
579
+ # the assets below (for example, price and points) with a business. The
580
+ # corresponding program must be linked to the Merchant Center account.
523
581
  # @!attribute [rw] tier_label
524
582
  # @return [::String]
525
583
  # The label of the tier within the loyalty program.
@@ -807,7 +865,7 @@ module Google
807
865
  # How this issue affects serving of the offer.
808
866
  # @!attribute [rw] resolution
809
867
  # @return [::String]
810
- # Whether the issue can be resolved by the merchant.
868
+ # Whether the issue can be resolved by the business.
811
869
  # @!attribute [rw] attribute
812
870
  # @return [::String]
813
871
  # The attribute's name, if the issue is caused by a single attribute.
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-products-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -136,14 +130,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
130
  requirements:
137
131
  - - ">="
138
132
  - !ruby/object:Gem::Version
139
- version: '3.0'
133
+ version: '3.1'
140
134
  required_rubygems_version: !ruby/object:Gem::Requirement
141
135
  requirements:
142
136
  - - ">="
143
137
  - !ruby/object:Gem::Version
144
138
  version: '0'
145
139
  requirements: []
146
- rubygems_version: 3.6.5
140
+ rubygems_version: 3.6.9
147
141
  specification_version: 4
148
142
  summary: Programmatically manage your Merchant Center Accounts.
149
143
  test_files: []