google-apis-retail_v2alpha 0.55.0 → 0.57.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: a3998ac9bd8f858e59131de0ad2e4be475004668288b49f08a0502078db6ac76
4
- data.tar.gz: 15618f805ab79dc87f02b2142f41c5dfc795cc38fdb31c5157cecaab69820cd2
3
+ metadata.gz: e78c4cdd76e9911dd3a10abdcac3cab458c29c4c2d16063a1ce16a139cfd61fa
4
+ data.tar.gz: 7738463ce4e5c80c0f56f9af4703c81a1f3619fdfbf29b977fc479c6618aecb9
5
5
  SHA512:
6
- metadata.gz: 5ef6634e59ba8594acd41c64de68ee7b955cfe58b589ddcf3b8d6c23199ff0e34020b2d6254f026d998cf26d3c59eac42f28f0d31a8a1ed4d57b209fa5a57653
7
- data.tar.gz: 862f441683702d3b5b7273e76aa57b5011d0e7e384e0ebb2831db0f494944bb22c2a4eaf62be57139b9174b76e775a21a840d469aba46225910f017ac3f8d826
6
+ metadata.gz: 303d5c1356bb5ba3518671bcc8a5afbfc8b9721ed4e159ae9cefef3f09d476982b253c6648861c4e2d36b957a933d11e58a05cb138a65a567765272d80253b48
7
+ data.tar.gz: 928515886cb26196454ed8791a0ca887d77f8b89897020462accf30e5819b511d22a2e0b15a90f26395a217bd038af4a527d184d27ad7fa3ef24eec40f2a3bc7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.57.0 (2022-09-17)
4
+
5
+ * Regenerated from discovery document revision 20220909
6
+
7
+ ### v0.56.0 (2022-09-10)
8
+
9
+ * Regenerated from discovery document revision 20220901
10
+
3
11
  ### v0.55.0 (2022-08-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20220825
@@ -984,15 +984,15 @@ module Google
984
984
  class GoogleCloudRetailV2alphaBatchRemoveCatalogAttributesResponse
985
985
  include Google::Apis::Core::Hashable
986
986
 
987
- # Catalog attributes that were deleted. Only attributes that are not in use by
988
- # products can be deleted.
987
+ # Catalog attributes that were deleted. Only pre-loaded catalog attributes that
988
+ # are neither in use by products nor predefined can be deleted.
989
989
  # Corresponds to the JSON property `deletedCatalogAttributes`
990
990
  # @return [Array<String>]
991
991
  attr_accessor :deleted_catalog_attributes
992
992
 
993
- # Catalog attributes that were reset. Attributes that are in use by products
994
- # cannot be deleted, however their configuration properties will reset to
995
- # default values upon removal request.
993
+ # Catalog attributes that were reset. Catalog attributes that are either in use
994
+ # by products or are predefined attributes cannot be deleted; however, their
995
+ # configuration properties will reset to default values upon removal request.
996
996
  # Corresponds to the JSON property `resetCatalogAttributes`
997
997
  # @return [Array<String>]
998
998
  attr_accessor :reset_catalog_attributes
@@ -1171,11 +1171,12 @@ module Google
1171
1171
  # Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using
1172
1172
  # CatalogService.AddCatalogAttribute, CatalogService.ImportCatalogAttributes, or
1173
1173
  # CatalogService.UpdateAttributesConfig APIs. This field is `False` for pre-
1174
- # loaded CatalogAttributes. Only pre-loaded CatalogAttributes that are neither
1175
- # in use by products nor predefined can be deleted. CatalogAttributes that are
1176
- # either in use by products or are predefined cannot be deleted; however, their
1177
- # configuration properties will reset to default values upon removal request.
1178
- # After catalog changes, it takes about 10 minutes for this field to update.
1174
+ # loaded CatalogAttributes. Only pre-loaded catalog attributes that are neither
1175
+ # in use by products nor predefined can be deleted. Catalog attributes that are
1176
+ # either in use by products or are predefined attributes cannot be deleted;
1177
+ # however, their configuration properties will reset to default values upon
1178
+ # removal request. After catalog changes, it takes about 10 minutes for this
1179
+ # field to update.
1179
1180
  # Corresponds to the JSON property `inUse`
1180
1181
  # @return [Boolean]
1181
1182
  attr_accessor :in_use
@@ -3228,6 +3229,8 @@ module Google
3228
3229
  attr_accessor :available_quantity
3229
3230
 
3230
3231
  # The timestamp when this Product becomes available for SearchService.Search.
3232
+ # Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and
3233
+ # ignored for Type.VARIANT.
3231
3234
  # Corresponds to the JSON property `availableTime`
3232
3235
  # @return [String]
3233
3236
  attr_accessor :available_time
@@ -3296,7 +3299,10 @@ module Google
3296
3299
  attr_accessor :description
3297
3300
 
3298
3301
  # The timestamp when this product becomes unavailable for SearchService.Search.
3299
- # If it is set, the Product is not available for SearchService.Search after
3302
+ # Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and
3303
+ # ignored for Type.VARIANT. In general, we suggest the users to delete the stale
3304
+ # products explicitly, instead of using this field to determine staleness. If it
3305
+ # is set, the Product is not available for SearchService.Search after
3300
3306
  # expire_time. However, the product can still be retrieved by ProductService.
3301
3307
  # GetProduct and ProductService.ListProducts. expire_time must be later than
3302
3308
  # available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.
@@ -3359,7 +3365,8 @@ module Google
3359
3365
 
3360
3366
  # Output only. A list of local inventories specific to different places. This is
3361
3367
  # only available for users who have Retail Search enabled, and it can be managed
3362
- # by AddLocalInventories and RemoveLocalInventories APIs.
3368
+ # by ProductService.AddLocalInventories and ProductService.
3369
+ # RemoveLocalInventories APIs.
3363
3370
  # Corresponds to the JSON property `localInventories`
3364
3371
  # @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaLocalInventory>]
3365
3372
  attr_accessor :local_inventories
@@ -3482,7 +3489,10 @@ module Google
3482
3489
  # @return [String]
3483
3490
  attr_accessor :title
3484
3491
 
3485
- # Input only. The TTL (time to live) of the product. If it is set, it must be a
3492
+ # Input only. The TTL (time to live) of the product. Note that this is only
3493
+ # applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.
3494
+ # In general, we suggest the users to delete the stale products explicitly,
3495
+ # instead of using this field to determine staleness. If it is set, it must be a
3486
3496
  # non-negative value, and expire_time is set as current timestamp plus ttl. The
3487
3497
  # derived expire_time is returned in the output and ttl is left blank when
3488
3498
  # 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 RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.57.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 = "20220909"
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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.57.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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.7.2
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.7.2
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.57.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []