google-apis-retail_v2beta 0.73.0 → 0.75.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: 5862afc80ff228c3b524c97126ab0dd1c95256a9874f73fbae3925b61677777e
4
+ data.tar.gz: 42055eeda1700eed5350ccdd9457cabdb5edc31d6e8448e974f618ef63bfbb76
5
5
  SHA512:
6
- metadata.gz: 8c63bb8f2969fec8b37a4c81cb45d135bdfdc9cb1fb81726fe3e13192a613fddf105e0a8cd00f5978f2baa796427a2c35c08f820d75e311c6a39cf4b296c2a5d
7
- data.tar.gz: 5ab08a04c5515d3fa8f4c021e082669ff3f1c7bbeadaa63427d70fb7c364b81da73abf6fbe9b2ac361d6eb1f844b1139acb1685f26a88f51f1c5aef82e15b04c
6
+ metadata.gz: 953d3ca0508e7c86ab41ee43d7713e02d45bb2a59132fcbcbd0b2f8def72e963468443fdda5c48723489542051d4e9bdbd3b69b6d984c42167c63848e0a7751b
7
+ data.tar.gz: d29b3d1ee30f6b84708f76c3f68e306d0cdeaf2f3bd4b95edf24513979ea50b034a4a86a2934a9b651ab132e477222dec13261af20e9a54180a287f0fbce1c71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.75.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230516
6
+
7
+ ### v0.74.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230504
10
+
3
11
  ### v0.73.0 (2023-04-30)
4
12
 
5
13
  * 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
@@ -2641,8 +2641,9 @@ module Google
2641
2641
 
2642
2642
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
2643
2643
  # if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
2644
- # faceted, or boosted in SearchService.Search. Must be specified, otherwise
2645
- # throws INVALID_FORMAT error.
2644
+ # faceted, or boosted in SearchService.Search. Must be specified when
2645
+ # AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
2646
+ # otherwise throws INVALID_FORMAT error.
2646
2647
  # Corresponds to the JSON property `indexableOption`
2647
2648
  # @return [String]
2648
2649
  attr_accessor :indexable_option
@@ -2677,7 +2678,8 @@ module Google
2677
2678
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
2678
2679
  # attribute values will not be searchable by text queries in SearchService.
2679
2680
  # Search, as there are no text values associated to numerical attributes. Must
2680
- # be specified, otherwise throws INVALID_FORMAT error.
2681
+ # be specified, when AttributesConfig.attribute_config_level is
2682
+ # CATALOG_LEVEL_ATTRIBUTE_CONFIG, otherwise throws INVALID_FORMAT error.
2681
2683
  # Corresponds to the JSON property `searchableOption`
2682
2684
  # @return [String]
2683
2685
  attr_accessor :searchable_option
@@ -4072,17 +4074,17 @@ module Google
4072
4074
  end
4073
4075
  end
4074
4076
 
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.
4077
+ # Represents a link between a Merchant Center account and a branch. After a link
4078
+ # is established, products from the linked Merchant Center account are streamed
4079
+ # to the linked branch.
4078
4080
  class GoogleCloudRetailV2betaMerchantCenterAccountLink
4079
4081
  include Google::Apis::Core::Hashable
4080
4082
 
4081
- # Required. The branch id (e.g. 0/1/2) within the catalog that products from
4083
+ # Required. The branch ID (e.g. 0/1/2) within the catalog that products from
4082
4084
  # merchant_center_account_id are streamed to. When updating this field, an empty
4083
4085
  # value will use the currently configured default branch. However, changing the
4084
4086
  # 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.
4087
+ # ID can only have one linked Merchant Center account ID.
4086
4088
  # Corresponds to the JSON property `branchId`
4087
4089
  # @return [String]
4088
4090
  attr_accessor :branch_id
@@ -4212,9 +4214,9 @@ module Google
4212
4214
  end
4213
4215
  end
4214
4216
 
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.
4217
+ # Represents a link between a Merchant Center account and a branch. After a link
4218
+ # is established, products from the linked Merchant Center account are streamed
4219
+ # to the linked branch.
4218
4220
  class GoogleCloudRetailV2betaMerchantCenterLink
4219
4221
  include Google::Apis::Core::Hashable
4220
4222
 
@@ -4222,7 +4224,7 @@ module Google
4222
4224
  # merchant_center_account_id are streamed to. When updating this field, an empty
4223
4225
  # value will use the currently configured default branch. However, changing the
4224
4226
  # 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.
4227
+ # ID can only have one linked Merchant Center account ID.
4226
4228
  # Corresponds to the JSON property `branchId`
4227
4229
  # @return [String]
4228
4230
  attr_accessor :branch_id
@@ -4252,7 +4254,7 @@ module Google
4252
4254
  # @return [String]
4253
4255
  attr_accessor :language_code
4254
4256
 
4255
- # Required. The linked [Merchant center account ID](https://developers.google.
4257
+ # Required. The linked [Merchant Center account ID](https://developers.google.
4256
4258
  # com/shopping-content/guides/accountstatuses). The account must be a standalone
4257
4259
  # account or a sub-account of a MCA.
4258
4260
  # Corresponds to the JSON property `merchantCenterAccountId`
@@ -4447,13 +4449,13 @@ module Google
4447
4449
  end
4448
4450
  end
4449
4451
 
4450
- # More configs of the frequently-bought-together model type.
4452
+ # Additional configs for the frequently-bought-together model type.
4451
4453
  class GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig
4452
4454
  include Google::Apis::Core::Hashable
4453
4455
 
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.
4456
+ # Optional. Specifies the context of the model when it is used in predict
4457
+ # requests. Can only be set for the `frequently-bought-together` type. If it isn'
4458
+ # t specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.
4457
4459
  # Corresponds to the JSON property `contextProductsType`
4458
4460
  # @return [String]
4459
4461
  attr_accessor :context_products_type
@@ -4472,7 +4474,7 @@ module Google
4472
4474
  class GoogleCloudRetailV2betaModelModelFeaturesConfig
4473
4475
  include Google::Apis::Core::Hashable
4474
4476
 
4475
- # More configs of the frequently-bought-together model type.
4477
+ # Additional configs for the frequently-bought-together model type.
4476
4478
  # Corresponds to the JSON property `frequentlyBoughtTogetherConfig`
4477
4479
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaModelFrequentlyBoughtTogetherFeaturesConfig]
4478
4480
  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.75.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 = "20230516"
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.75.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-21 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.75.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: []