google-apis-retail_v2beta 0.54.0 → 0.55.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: fb05a9a1b6de5f05923d2ee461ceba14daaadd7dd478b5baec3f721df5615092
4
- data.tar.gz: 64034e617c232036c90571d4d2afe960a61bebe99ef6197cb8a8333722a4b608
3
+ metadata.gz: 4bde730c21a6737fcb6e471f4917b83b81d58752cbec169b9d3b6583504b7f16
4
+ data.tar.gz: 1efa8c6a6d872673a1c9955f192dc0a336827fe7700d02b5165a9fd5da8d975b
5
5
  SHA512:
6
- metadata.gz: 3afd3238566b0eb472f6f3a7a8bdd179117f2dd6b3cab99aa01faeae2a3b999900fa3b61777995fffbb4b03e827e27e59b0e67dd8feb0a7e4631dbe57babb1dc
7
- data.tar.gz: ff46ebb3bae3c70cbe654d17e90ed80ad2b18984d5f347666553e058da6ef37326b2e54141612458550f1e349066abbbef388760d7e2553352b0bed8734a5a5c
6
+ metadata.gz: c84de9ac4fa28fbb973907d10317ede110f881997a6721daf43e033d6799071f381e4f20cb4ec50f4790bd8cb34b7392e713e1ddfb2d364a054f5520f27c4ef5
7
+ data.tar.gz: 174232beec44ee77b4e9ce58302d8c17c74348a0544c3e294af488169c496fded9a9c14c898389f62504a6d45b811edf8800cdf3d33c077f7a4cbcbd70315386
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.55.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220901
6
+
3
7
  ### v0.54.0 (2022-08-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20220825
@@ -1964,15 +1964,15 @@ module Google
1964
1964
  class GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse
1965
1965
  include Google::Apis::Core::Hashable
1966
1966
 
1967
- # Catalog attributes that were deleted. Only attributes that are not in use by
1968
- # products can be deleted.
1967
+ # Catalog attributes that were deleted. Only pre-loaded catalog attributes that
1968
+ # are neither in use by products nor predefined can be deleted.
1969
1969
  # Corresponds to the JSON property `deletedCatalogAttributes`
1970
1970
  # @return [Array<String>]
1971
1971
  attr_accessor :deleted_catalog_attributes
1972
1972
 
1973
- # Catalog attributes that were reset. Attributes that are in use by products
1974
- # cannot be deleted, however their configuration properties will reset to
1975
- # default values upon removal request.
1973
+ # Catalog attributes that were reset. Catalog attributes that are either in use
1974
+ # by products or are predefined attributes cannot be deleted; however, their
1975
+ # configuration properties will reset to default values upon removal request.
1976
1976
  # Corresponds to the JSON property `resetCatalogAttributes`
1977
1977
  # @return [Array<String>]
1978
1978
  attr_accessor :reset_catalog_attributes
@@ -2151,11 +2151,12 @@ module Google
2151
2151
  # Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using
2152
2152
  # CatalogService.AddCatalogAttribute, CatalogService.ImportCatalogAttributes, or
2153
2153
  # CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-
2154
- # loaded CatalogAttributes. Only pre-loaded CatalogAttributes that are neither
2155
- # in use by products nor predefined can be deleted. CatalogAttributes that are
2156
- # either in use by products or are predefined cannot be deleted; however, their
2157
- # configuration properties will reset to default values upon removal request.
2158
- # After catalog changes, it takes about 10 minutes for this field to update.
2154
+ # loaded CatalogAttributes. Only pre-loaded catalog attributes that are neither
2155
+ # in use by products nor predefined can be deleted. Catalog attributes that are
2156
+ # either in use by products or are predefined attributes cannot be deleted;
2157
+ # however, their configuration properties will reset to default values upon
2158
+ # removal request. After catalog changes, it takes about 10 minutes for this
2159
+ # field to update.
2159
2160
  # Corresponds to the JSON property `inUse`
2160
2161
  # @return [Boolean]
2161
2162
  attr_accessor :in_use
@@ -4055,6 +4056,8 @@ module Google
4055
4056
  attr_accessor :available_quantity
4056
4057
 
4057
4058
  # The timestamp when this Product becomes available for SearchService.Search.
4059
+ # Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and
4060
+ # ignored for Type.VARIANT.
4058
4061
  # Corresponds to the JSON property `availableTime`
4059
4062
  # @return [String]
4060
4063
  attr_accessor :available_time
@@ -4123,7 +4126,10 @@ module Google
4123
4126
  attr_accessor :description
4124
4127
 
4125
4128
  # The timestamp when this product becomes unavailable for SearchService.Search.
4126
- # If it is set, the Product is not available for SearchService.Search after
4129
+ # Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and
4130
+ # ignored for Type.VARIANT. In general, we suggest the users to delete the stale
4131
+ # products explicitly, instead of using this field to determine staleness. If it
4132
+ # is set, the Product is not available for SearchService.Search after
4127
4133
  # expire_time. However, the product can still be retrieved by ProductService.
4128
4134
  # GetProduct and ProductService.ListProducts. expire_time must be later than
4129
4135
  # available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.
@@ -4186,7 +4192,8 @@ module Google
4186
4192
 
4187
4193
  # Output only. A list of local inventories specific to different places. This is
4188
4194
  # only available for users who have Retail Search enabled, and it can be managed
4189
- # by AddLocalInventories and RemoveLocalInventories APIs.
4195
+ # by ProductService.AddLocalInventories and ProductService.
4196
+ # RemoveLocalInventories APIs.
4190
4197
  # Corresponds to the JSON property `localInventories`
4191
4198
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaLocalInventory>]
4192
4199
  attr_accessor :local_inventories
@@ -4309,7 +4316,10 @@ module Google
4309
4316
  # @return [String]
4310
4317
  attr_accessor :title
4311
4318
 
4312
- # Input only. The TTL (time to live) of the product. If it is set, it must be a
4319
+ # Input only. The TTL (time to live) of the product. Note that this is only
4320
+ # applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.
4321
+ # In general, we suggest the users to delete the stale products explicitly,
4322
+ # instead of using this field to determine staleness. If it is set, it must be a
4313
4323
  # non-negative value, and expire_time is set as current timestamp plus ttl. The
4314
4324
  # derived expire_time is returned in the output and ttl is left blank when
4315
4325
  # retrieving the Product. If it is set, the product is not available for
@@ -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.54.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220825"
25
+ REVISION = "20220901"
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.54.0
4
+ version: 0.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-12 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.55.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: []