google-apis-retail_v2 0.123.0 → 0.125.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 +8 -0
- data/lib/google/apis/retail_v2/classes.rb +6 -5
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- data/lib/google/apis/retail_v2/service.rb +18 -15
- 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: 1604770db0c60e4c80cb900c45c21bec0a078df704ef0af7f4767822e51cc4b2
|
|
4
|
+
data.tar.gz: 6d8776263f1246797fbfdaec5df4bb9058f00700f3dc62c23b8ad2fed4173ece
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18e2adb7f7f84fd51902ca8c367a8c4a2e40caaecd7f650afa0bdb9dd569ac2976ad219d76db528ea69d3c81c1f32ab8462bbb1a6c633c3a12501f33df178972
|
|
7
|
+
data.tar.gz: bfb9e70ce299b0c34bcf59534f59cff0619bc52275c66c8982c7bd5db830f7cf192c12c430dd6f73b99766d87ee54f4f4074fb723e1aaccce84451b7d29dc22d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-retail_v2
|
|
2
2
|
|
|
3
|
+
### v0.125.0 (2026-02-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260122
|
|
6
|
+
|
|
7
|
+
### v0.124.0 (2025-11-23)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251113
|
|
10
|
+
|
|
3
11
|
### v0.123.0 (2025-10-12)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251002
|
|
@@ -1747,7 +1747,7 @@ module Google
|
|
|
1747
1747
|
attr_accessor :filter
|
|
1748
1748
|
|
|
1749
1749
|
# Optional. The sort string to specify the sorting of search results. The syntax
|
|
1750
|
-
# of the sort string is the same as SearchRequest.
|
|
1750
|
+
# of the sort string is the same as SearchRequest.order_by.
|
|
1751
1751
|
# Corresponds to the JSON property `sortBy`
|
|
1752
1752
|
# @return [String]
|
|
1753
1753
|
attr_accessor :sort_by
|
|
@@ -5898,8 +5898,8 @@ module Google
|
|
|
5898
5898
|
|
|
5899
5899
|
# This field specifies the conversation id, which maintains the state of the
|
|
5900
5900
|
# conversation between client side and server side. Use the value from the
|
|
5901
|
-
# previous ConversationalSearchResult.conversation_id. For the
|
|
5902
|
-
# this should be empty.
|
|
5901
|
+
# previous SearchResponse.ConversationalSearchResult.conversation_id. For the
|
|
5902
|
+
# initial request, this should be empty.
|
|
5903
5903
|
# Corresponds to the JSON property `conversationId`
|
|
5904
5904
|
# @return [String]
|
|
5905
5905
|
attr_accessor :conversation_id
|
|
@@ -9766,8 +9766,9 @@ module Google
|
|
|
9766
9766
|
attr_accessor :operations
|
|
9767
9767
|
|
|
9768
9768
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
9769
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
9770
|
-
# when attempting to list all resources across all supported
|
|
9769
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
9770
|
+
# For example, when attempting to list all resources across all supported
|
|
9771
|
+
# locations.
|
|
9771
9772
|
# Corresponds to the JSON property `unreachable`
|
|
9772
9773
|
# @return [Array<String>]
|
|
9773
9774
|
attr_accessor :unreachable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RetailV2
|
|
18
18
|
# Version of the google-apis-retail_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.125.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
|
|
@@ -1984,11 +1984,12 @@ module Google
|
|
|
1984
1984
|
# The standard list page token.
|
|
1985
1985
|
# @param [Boolean] return_partial_success
|
|
1986
1986
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1987
|
-
# those that are unreachable are returned in the
|
|
1988
|
-
# unreachable
|
|
1989
|
-
#
|
|
1990
|
-
# by default
|
|
1991
|
-
# explicitly documented otherwise in service or product specific
|
|
1987
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1988
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1989
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1990
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1991
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1992
|
+
# documentation.
|
|
1992
1993
|
# @param [String] fields
|
|
1993
1994
|
# Selector specifying which fields to include in a partial response.
|
|
1994
1995
|
# @param [String] quota_user
|
|
@@ -2757,11 +2758,12 @@ module Google
|
|
|
2757
2758
|
# The standard list page token.
|
|
2758
2759
|
# @param [Boolean] return_partial_success
|
|
2759
2760
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2760
|
-
# those that are unreachable are returned in the
|
|
2761
|
-
# unreachable
|
|
2762
|
-
#
|
|
2763
|
-
# by default
|
|
2764
|
-
# explicitly documented otherwise in service or product specific
|
|
2761
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
2762
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
2763
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
2764
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
2765
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
2766
|
+
# documentation.
|
|
2765
2767
|
# @param [String] fields
|
|
2766
2768
|
# Selector specifying which fields to include in a partial response.
|
|
2767
2769
|
# @param [String] quota_user
|
|
@@ -2836,11 +2838,12 @@ module Google
|
|
|
2836
2838
|
# The standard list page token.
|
|
2837
2839
|
# @param [Boolean] return_partial_success
|
|
2838
2840
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2839
|
-
# those that are unreachable are returned in the
|
|
2840
|
-
# unreachable
|
|
2841
|
-
#
|
|
2842
|
-
# by default
|
|
2843
|
-
# explicitly documented otherwise in service or product specific
|
|
2841
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
2842
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
2843
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
2844
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
2845
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
2846
|
+
# documentation.
|
|
2844
2847
|
# @param [String] fields
|
|
2845
2848
|
# Selector specifying which fields to include in a partial response.
|
|
2846
2849
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-retail_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.125.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_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.125.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|