google-apis-retail_v2alpha 0.131.0 → 0.132.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2alpha/classes.rb +7 -5
- data/lib/google/apis/retail_v2alpha/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11dee4f7fc195c73ddf7e1208ec55350751449d3b4c3c8285735a37c0c717d9d
|
|
4
|
+
data.tar.gz: 937cf0370f980f6ba652181b1598cccaa8cc24fdf111922e02409e4b4d792d24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 902e90aae3393141f29eddf42e8312c368f606537d787df356cbd0a7a08f4a39c44033b83250a6da2e7a57cafe44cf18b4bf763380e4b4966a753d3ff39eaf4c
|
|
7
|
+
data.tar.gz: 51dcaa4fa5dc2ce35b8340ad2af51cdf211b1b8b3c33ae1de5d86c684b897e581f0c7b8ab8100b65dbfb8ae5e7c6321386d1665099add8008f54f95f47181a3f
|
data/CHANGELOG.md
CHANGED
|
@@ -1746,14 +1746,16 @@ module Google
|
|
|
1746
1746
|
attr_accessor :name
|
|
1747
1747
|
|
|
1748
1748
|
# Output only. Statistics for number of products in the branch, provided for
|
|
1749
|
-
# different scopes. This field is not populated in BranchView.
|
|
1749
|
+
# different scopes. This field is not populated in BranchView.BRANCH_VIEW_BASIC
|
|
1750
|
+
# view.
|
|
1750
1751
|
# Corresponds to the JSON property `productCountStats`
|
|
1751
1752
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaBranchProductCountStatistic>]
|
|
1752
1753
|
attr_accessor :product_count_stats
|
|
1753
1754
|
|
|
1754
1755
|
# Output only. The quality metrics measured among products of this branch. See
|
|
1755
1756
|
# QualityMetric.requirement_key for supported metrics. Metrics could be missing
|
|
1756
|
-
# if failed to retrieve. This field is not populated in BranchView.
|
|
1757
|
+
# if failed to retrieve. This field is not populated in BranchView.
|
|
1758
|
+
# BRANCH_VIEW_BASIC view.
|
|
1757
1759
|
# Corresponds to the JSON property `qualityMetrics`
|
|
1758
1760
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaBranchQualityMetric>]
|
|
1759
1761
|
attr_accessor :quality_metrics
|
|
@@ -2963,7 +2965,7 @@ module Google
|
|
|
2963
2965
|
attr_accessor :filter
|
|
2964
2966
|
|
|
2965
2967
|
# Optional. The sort string to specify the sorting of search results. The syntax
|
|
2966
|
-
# of the sort string is the same as SearchRequest.
|
|
2968
|
+
# of the sort string is the same as SearchRequest.order_by.
|
|
2967
2969
|
# Corresponds to the JSON property `sortBy`
|
|
2968
2970
|
# @return [String]
|
|
2969
2971
|
attr_accessor :sort_by
|
|
@@ -7900,8 +7902,8 @@ module Google
|
|
|
7900
7902
|
|
|
7901
7903
|
# This field specifies the conversation id, which maintains the state of the
|
|
7902
7904
|
# conversation between client side and server side. Use the value from the
|
|
7903
|
-
# previous ConversationalSearchResult.conversation_id. For the
|
|
7904
|
-
# this should be empty.
|
|
7905
|
+
# previous SearchResponse.ConversationalSearchResult.conversation_id. For the
|
|
7906
|
+
# initial request, this should be empty.
|
|
7905
7907
|
# Corresponds to the JSON property `conversationId`
|
|
7906
7908
|
# @return [String]
|
|
7907
7909
|
attr_accessor :conversation_id
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.132.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260122"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-retail_v2alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.132.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.132.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|