google-apis-retail_v2beta 0.67.0 → 0.68.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a537066a6261bd21833fe4e347d0253a32b8bde2b81a68250fb59ce661d40b4
|
4
|
+
data.tar.gz: e0fd5bba3c189feb79089516628af86f6bdfe9b4468ff1d2d3156348b68c0aaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d30ab68d27d3ae4cbaec9edc5089ad312a62c17c5d8fbd38fca32bb3101e2d21bfbf6e7e97621739aa7f45fd7b7e6a93badec14e0d3e0edc4a1249f54a58fad
|
7
|
+
data.tar.gz: f566db64524730dadfbd177062a02a3fdd283c7aca0c5b09a02c266b060389bb6e161efcdb8af6f4353a236542ac671f3c98e1c2d106b433a968b95f17cb8a2d
|
data/CHANGELOG.md
CHANGED
@@ -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
|
4590
|
-
#
|
4591
|
-
#
|
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.
|
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 = "
|
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
|
-
#
|
613
|
-
#
|
614
|
-
#
|
615
|
-
#
|
616
|
-
#
|
617
|
-
#
|
618
|
-
#
|
619
|
-
#
|
620
|
-
#
|
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
|
-
#
|
971
|
-
#
|
972
|
-
#
|
973
|
-
#
|
974
|
-
#
|
975
|
-
#
|
976
|
-
#
|
977
|
-
#
|
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.
|
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-
|
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.
|
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: []
|