google-apis-retail_v2alpha 0.55.0 → 0.56.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: a3998ac9bd8f858e59131de0ad2e4be475004668288b49f08a0502078db6ac76
4
- data.tar.gz: 15618f805ab79dc87f02b2142f41c5dfc795cc38fdb31c5157cecaab69820cd2
3
+ metadata.gz: 2b33836f3cf94e3635a5712ad26790d064c21e3665984409172e76ae3bb1c8c5
4
+ data.tar.gz: 745fc296d29777018c245ab31f2fec87f4e14e8dfeb56b419de6a033083f642a
5
5
  SHA512:
6
- metadata.gz: 5ef6634e59ba8594acd41c64de68ee7b955cfe58b589ddcf3b8d6c23199ff0e34020b2d6254f026d998cf26d3c59eac42f28f0d31a8a1ed4d57b209fa5a57653
7
- data.tar.gz: 862f441683702d3b5b7273e76aa57b5011d0e7e384e0ebb2831db0f494944bb22c2a4eaf62be57139b9174b76e775a21a840d469aba46225910f017ac3f8d826
6
+ metadata.gz: 1b778bc5f4d8bcf0046ff0cec27a9a5afe4f6fc7fb133299ebf2cc3a1a79c544a9a59cc363da0c40d2e813c7d8bbffc50279740f284dc4ca1c3a40037912205f
7
+ data.tar.gz: 869373e3bc1901c8ab126b15f82b63d471072021e5e3d0f525a95115471b8710186f62e67a7ed1d2495b5e506c09459b0317638782199a5ef70c426fea362d96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.56.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220901
6
+
3
7
  ### v0.55.0 (2022-08-31)
4
8
 
5
9
  * 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.56.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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.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_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.56.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: []