google-apis-retail_v2beta 0.73.0 → 0.74.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: 9daaf416b8009bfddf1f3613489639810b6719aa0f63c628b313cdeea8b7c4f6
4
- data.tar.gz: 3fe0d744420c0fd07f2d50fb39b1b9e79d4184791246138b443965d897f12dc3
3
+ metadata.gz: 4b7d45911c6109a4d3e2ae54bcb62b9a721e7944ffe985290a96b58819ab8eee
4
+ data.tar.gz: 91ef762f8000e0ab5156828d91160c34b82a1d3287c3be7e5fc6bf4286f2b512
5
5
  SHA512:
6
- metadata.gz: 8c63bb8f2969fec8b37a4c81cb45d135bdfdc9cb1fb81726fe3e13192a613fddf105e0a8cd00f5978f2baa796427a2c35c08f820d75e311c6a39cf4b296c2a5d
7
- data.tar.gz: 5ab08a04c5515d3fa8f4c021e082669ff3f1c7bbeadaa63427d70fb7c364b81da73abf6fbe9b2ac361d6eb1f844b1139acb1685f26a88f51f1c5aef82e15b04c
6
+ metadata.gz: e75e345b3ee96fddb5c1300cc639d2460ab9f7b57dfa1aefc03973e426376b2c8c929e930405632f99c29423707998ebbead5a5252e337d1832597a0cabb4a79
7
+ data.tar.gz: 64bafe7090cc97276c80f8320af75aab8d25b7a62a26bdbef04212b6a971256420a9bd5269c99ae5ecc3129a26c256d4cc2b58bd696db21f4ecc85b45f50c7ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.74.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230504
6
+
3
7
  ### v0.73.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230420
@@ -662,13 +662,13 @@ module Google
662
662
  end
663
663
  end
664
664
 
665
- # More configs of the frequently-bought-together model type.
665
+ # Additional configs for the frequently-bought-together model type.
666
666
  class GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig
667
667
  include Google::Apis::Core::Hashable
668
668
 
669
- # Optional. Specifies the context of the model when used in predict requests.
670
- # Only settable for the `frequently-bought-together` type. Will default to
671
- # MULTI_CONTEXT if not specified.
669
+ # Optional. Specifies the context of the model when it is used in predict
670
+ # requests. Can only be set for the `frequently-bought-together` type. If it isn'
671
+ # t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
672
672
  # Corresponds to the JSON property `contextProductsType`
673
673
  # @return [String]
674
674
  attr_accessor :context_products_type
@@ -687,7 +687,7 @@ module Google
687
687
  class GoogleCloudRetailV2ModelModelFeaturesConfig
688
688
  include Google::Apis::Core::Hashable
689
689
 
690
- # More configs of the frequently-bought-together model type.
690
+ # Additional configs for the frequently-bought-together model type.
691
691
  # Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
692
692
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig]
693
693
  attr_accessor :frequently_bought_together_config
@@ -1370,17 +1370,17 @@ module Google
1370
1370
  end
1371
1371
  end
1372
1372
 
1373
- # Represents a link between a Merchant Center account and a branch. Once a link
1374
- # is established, products from the linked merchant center account will be
1375
- # streamed to the linked branch.
1373
+ # Represents a link between a Merchant Center account and a branch. After a link
1374
+ # is established, products from the linked Merchant Center account are streamed
1375
+ # to the linked branch.
1376
1376
  class GoogleCloudRetailV2alphaMerchantCenterAccountLink
1377
1377
  include Google::Apis::Core::Hashable
1378
1378
 
1379
- # Required. The branch id (e.g. 0/1/2) within the catalog that products from
1379
+ # Required. The branch ID (e.g. 0/1/2) within the catalog that products from
1380
1380
  # merchant_center_account_id are streamed to. When updating this field, an empty
1381
1381
  # value will use the currently configured default branch. However, changing the
1382
1382
  # default branch later on won't change the linked branch here. A single branch
1383
- # id can only have one linked merchant center account id.
1383
+ # ID can only have one linked Merchant Center account ID.
1384
1384
  # Corresponds to the JSON property `branchId`
1385
1385
  # @return [String]
1386
1386
  attr_accessor :branch_id
@@ -1638,13 +1638,13 @@ module Google
1638
1638
  end
1639
1639
  end
1640
1640
 
1641
- # More configs of the frequently-bought-together model type.
1641
+ # Additional configs for the frequently-bought-together model type.
1642
1642
  class GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig
1643
1643
  include Google::Apis::Core::Hashable
1644
1644
 
1645
- # Optional. Specifies the context of the model when used in predict requests.
1646
- # Only settable for the `frequently-bought-together` type. Will default to
1647
- # MULTI_CONTEXT if not specified.
1645
+ # Optional. Specifies the context of the model when it is used in predict
1646
+ # requests. Can only be set for the `frequently-bought-together` type. If it isn'
1647
+ # t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
1648
1648
  # Corresponds to the JSON property `contextProductsType`
1649
1649
  # @return [String]
1650
1650
  attr_accessor :context_products_type
@@ -1663,7 +1663,7 @@ module Google
1663
1663
  class GoogleCloudRetailV2alphaModelModelFeaturesConfig
1664
1664
  include Google::Apis::Core::Hashable
1665
1665
 
1666
- # More configs of the frequently-bought-together model type.
1666
+ # Additional configs for the frequently-bought-together model type.
1667
1667
  # Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
1668
1668
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaModelFrequentlyBoughtTogetherFeaturesConfig]
1669
1669
  attr_accessor :frequently_bought_together_config
@@ -4072,17 +4072,17 @@ module Google
4072
4072
  end
4073
4073
  end
4074
4074
 
4075
- # Represents a link between a Merchant Center account and a branch. Once a link
4076
- # is established, products from the linked merchant center account will be
4077
- # streamed to the linked branch.
4075
+ # Represents a link between a Merchant Center account and a branch. After a link
4076
+ # is established, products from the linked Merchant Center account are streamed
4077
+ # to the linked branch.
4078
4078
  class GoogleCloudRetailV2betaMerchantCenterAccountLink
4079
4079
  include Google::Apis::Core::Hashable
4080
4080
 
4081
- # Required. The branch id (e.g. 0/1/2) within the catalog that products from
4081
+ # Required. The branch ID (e.g. 0/1/2) within the catalog that products from
4082
4082
  # merchant_center_account_id are streamed to. When updating this field, an empty
4083
4083
  # value will use the currently configured default branch. However, changing the
4084
4084
  # default branch later on won't change the linked branch here. A single branch
4085
- # id can only have one linked merchant center account id.
4085
+ # ID can only have one linked Merchant Center account ID.
4086
4086
  # Corresponds to the JSON property `branchId`
4087
4087
  # @return [String]
4088
4088
  attr_accessor :branch_id
@@ -4212,9 +4212,9 @@ module Google
4212
4212
  end
4213
4213
  end
4214
4214
 
4215
- # Represents a link between a Merchant Center account and a branch. Once a link
4216
- # is established, products from the linked merchant center account will be
4217
- # streamed to the linked branch.
4215
+ # Represents a link between a Merchant Center account and a branch. After a link
4216
+ # is established, products from the linked Merchant Center account are streamed
4217
+ # to the linked branch.
4218
4218
  class GoogleCloudRetailV2betaMerchantCenterLink
4219
4219
  include Google::Apis::Core::Hashable
4220
4220
 
@@ -4222,7 +4222,7 @@ module Google
4222
4222
  # merchant_center_account_id are streamed to. When updating this field, an empty
4223
4223
  # value will use the currently configured default branch. However, changing the
4224
4224
  # default branch later on won't change the linked branch here. A single branch
4225
- # ID can only have one linked merchant center account ID.
4225
+ # ID can only have one linked Merchant Center account ID.
4226
4226
  # Corresponds to the JSON property `branchId`
4227
4227
  # @return [String]
4228
4228
  attr_accessor :branch_id
@@ -4252,7 +4252,7 @@ module Google
4252
4252
  # @return [String]
4253
4253
  attr_accessor :language_code
4254
4254
 
4255
- # Required. The linked [Merchant center account ID](https://developers.google.
4255
+ # Required. The linked [Merchant Center account ID](https://developers.google.
4256
4256
  # com/shopping-content/guides/accountstatuses). The account must be a standalone
4257
4257
  # account or a sub-account of a MCA.
4258
4258
  # Corresponds to the JSON property `merchantCenterAccountId`
@@ -4447,13 +4447,13 @@ module Google
4447
4447
  end
4448
4448
  end
4449
4449
 
4450
- # More configs of the frequently-bought-together model type.
4450
+ # Additional configs for the frequently-bought-together model type.
4451
4451
  class GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig
4452
4452
  include Google::Apis::Core::Hashable
4453
4453
 
4454
- # Optional. Specifies the context of the model when used in predict requests.
4455
- # Only settable for the `frequently-bought-together` type. Will default to
4456
- # MULTI_CONTEXT if not specified.
4454
+ # Optional. Specifies the context of the model when it is used in predict
4455
+ # requests. Can only be set for the `frequently-bought-together` type. If it isn'
4456
+ # t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
4457
4457
  # Corresponds to the JSON property `contextProductsType`
4458
4458
  # @return [String]
4459
4459
  attr_accessor :context_products_type
@@ -4472,7 +4472,7 @@ module Google
4472
4472
  class GoogleCloudRetailV2betaModelModelFeaturesConfig
4473
4473
  include Google::Apis::Core::Hashable
4474
4474
 
4475
- # More configs of the frequently-bought-together model type.
4475
+ # Additional configs for the frequently-bought-together model type.
4476
4476
  # Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
4477
4477
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig]
4478
4478
  attr_accessor :frequently_bought_together_config
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.73.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230420"
25
+ REVISION = "20230504"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.74.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: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-05-14 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-retail_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.74.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []