google-apis-retail_v2beta 0.67.0 → 0.68.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: 95ff730b1518e7aaacd414b718abde9b6a6ca2a0915a3e817a7706a9a55e5643
4
- data.tar.gz: 03b8e49adc71c535e31f7415d23e43f7c6e6e508c15d73ca14decbefb7fc6834
3
+ metadata.gz: 4a537066a6261bd21833fe4e347d0253a32b8bde2b81a68250fb59ce661d40b4
4
+ data.tar.gz: e0fd5bba3c189feb79089516628af86f6bdfe9b4468ff1d2d3156348b68c0aaa
5
5
  SHA512:
6
- metadata.gz: bbfb3727e6c23cea3a03dd2755fc8a850950ae6c288e107511418cc5c8337ea723f6380ebe6b3e7dbd34116df25a39c95fa61a57ba218e44da986f65b06f65e7
7
- data.tar.gz: a46bf2af5f16afb91b55191b2b34d1a63f20e16d47a35b1d4c541af12012ddd2ae7fccce8339177a7ed7260a37f3de2522740b87742e1fdb7611e7b52ccd8620
6
+ metadata.gz: 2d30ab68d27d3ae4cbaec9edc5089ad312a62c17c5d8fbd38fca32bb3101e2d21bfbf6e7e97621739aa7f45fd7b7e6a93badec14e0d3e0edc4a1249f54a58fad
7
+ data.tar.gz: f566db64524730dadfbd177062a02a3fdd283c7aca0c5b09a02c266b060389bb6e161efcdb8af6f4353a236542ac671f3c98e1c2d106b433a968b95f17cb8a2d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.68.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230223
6
+
3
7
  ### v0.67.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -4586,10 +4586,9 @@ module Google
4586
4586
  # @return [String]
4587
4587
  attr_accessor :language_code
4588
4588
 
4589
- # Output only. A list of local inventories specific to different places. This is
4590
- # only available for users who have Retail Search enabled, and it can be managed
4591
- # by ProductService.AddLocalInventories and ProductService.
4592
- # RemoveLocalInventories APIs.
4589
+ # Output only. A list of local inventories specific to different places. This
4590
+ # field can be managed by ProductService.AddLocalInventories and ProductService.
4591
+ # RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.
4593
4592
  # Corresponds to the JSON property `localInventories`
4594
4593
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaLocalInventory>]
4595
4594
  attr_accessor :local_inventories
@@ -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.67.0"
19
+ GEM_VERSION = "0.68.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 = "20230202"
25
+ REVISION = "20230223"
26
26
  end
27
27
  end
28
28
  end
@@ -609,16 +609,19 @@ module Google
609
609
  execute_or_queue_command(command, &block)
610
610
  end
611
611
 
612
- # Incrementally adds place IDs to Product.fulfillment_info.place_ids. This
613
- # process is asynchronous and does not require the Product to exist before
614
- # updating fulfillment information. If the request is valid, the update will be
615
- # enqueued and processed downstream. As a consequence, when a response is
616
- # returned, the added place IDs are not immediately manifested in the Product
617
- # queried by ProductService.GetProduct or ProductService.ListProducts. The
618
- # returned Operations will be obsolete after 1 day, and GetOperation API will
619
- # return NOT_FOUND afterwards. If conflicting updates are issued, the Operations
620
- # associated with the stale updates will not be marked as done until being
621
- # obsolete.
612
+ # It is recommended to use the ProductService.AddLocalInventories method instead
613
+ # of ProductService.AddFulfillmentPlaces. ProductService.AddLocalInventories
614
+ # achieves the same results but provides more fine-grained control over
615
+ # ingesting local inventory data. Incrementally adds place IDs to Product.
616
+ # fulfillment_info.place_ids. This process is asynchronous and does not require
617
+ # the Product to exist before updating fulfillment information. If the request
618
+ # is valid, the update will be enqueued and processed downstream. As a
619
+ # consequence, when a response is returned, the added place IDs are not
620
+ # immediately manifested in the Product queried by ProductService.GetProduct or
621
+ # ProductService.ListProducts. The returned Operations will be obsolete after 1
622
+ # day, and GetOperation API will return NOT_FOUND afterwards. If conflicting
623
+ # updates are issued, the Operations associated with the stale updates will not
624
+ # be marked as done until being obsolete.
622
625
  # @param [String] product
623
626
  # Required. Full resource name of Product, such as `projects/*/locations/global/
624
627
  # catalogs/default_catalog/branches/default_branch/products/some_product_id`. If
@@ -967,14 +970,18 @@ module Google
967
970
  execute_or_queue_command(command, &block)
968
971
  end
969
972
 
970
- # Incrementally removes place IDs from a Product.fulfillment_info.place_ids.
971
- # This process is asynchronous and does not require the Product to exist before
972
- # updating fulfillment information. If the request is valid, the update will be
973
- # enqueued and processed downstream. As a consequence, when a response is
974
- # returned, the removed place IDs are not immediately manifested in the Product
975
- # queried by ProductService.GetProduct or ProductService.ListProducts. The
976
- # returned Operations will be obsolete after 1 day, and GetOperation API will
977
- # return NOT_FOUND afterwards. If conflicting updates are issued, the Operations
973
+ # It is recommended to use the ProductService.RemoveLocalInventories method
974
+ # instead of ProductService.RemoveFulfillmentPlaces. ProductService.
975
+ # RemoveLocalInventories achieves the same results but provides more fine-
976
+ # grained control over ingesting local inventory data. Incrementally removes
977
+ # place IDs from a Product.fulfillment_info.place_ids. This process is
978
+ # asynchronous and does not require the Product to exist before updating
979
+ # fulfillment information. If the request is valid, the update will be enqueued
980
+ # and processed downstream. As a consequence, when a response is returned, the
981
+ # removed place IDs are not immediately manifested in the Product queried by
982
+ # ProductService.GetProduct or ProductService.ListProducts. The returned
983
+ # Operations will be obsolete after 1 day, and GetOperation API will return
984
+ # NOT_FOUND afterwards. If conflicting updates are issued, the Operations
978
985
  # associated with the stale updates will not be marked as done until being
979
986
  # obsolete.
980
987
  # @param [String] product
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.67.0
4
+ version: 0.68.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-03-05 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.67.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.68.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: []