google-apis-retail_v2alpha 0.130.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
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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-retail_v2alpha
|
|
2
2
|
|
|
3
|
+
### v0.132.0 (2026-02-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260122
|
|
6
|
+
|
|
7
|
+
### v0.131.0 (2025-11-23)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251113
|
|
10
|
+
|
|
3
11
|
### v0.130.0 (2025-11-09)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251030
|
|
@@ -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
|
|
@@ -10520,8 +10522,9 @@ module Google
|
|
|
10520
10522
|
attr_accessor :operations
|
|
10521
10523
|
|
|
10522
10524
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
10523
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
10524
|
-
# when attempting to list all resources across all supported
|
|
10525
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
10526
|
+
# For example, when attempting to list all resources across all supported
|
|
10527
|
+
# locations.
|
|
10525
10528
|
# Corresponds to the JSON property `unreachable`
|
|
10526
10529
|
# @return [Array<String>]
|
|
10527
10530
|
attr_accessor :unreachable
|
|
@@ -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
|
|
@@ -2509,11 +2509,12 @@ module Google
|
|
|
2509
2509
|
# The standard list page token.
|
|
2510
2510
|
# @param [Boolean] return_partial_success
|
|
2511
2511
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
2512
|
-
# those that are unreachable are returned in the
|
|
2513
|
-
# unreachable
|
|
2514
|
-
#
|
|
2515
|
-
# by default
|
|
2516
|
-
# explicitly documented otherwise in service or product specific
|
|
2512
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
2513
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
2514
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
2515
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
2516
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
2517
|
+
# documentation.
|
|
2517
2518
|
# @param [String] fields
|
|
2518
2519
|
# Selector specifying which fields to include in a partial response.
|
|
2519
2520
|
# @param [String] quota_user
|
|
@@ -3317,11 +3318,12 @@ module Google
|
|
|
3317
3318
|
# The standard list page token.
|
|
3318
3319
|
# @param [Boolean] return_partial_success
|
|
3319
3320
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
3320
|
-
# those that are unreachable are returned in the
|
|
3321
|
-
# unreachable
|
|
3322
|
-
#
|
|
3323
|
-
# by default
|
|
3324
|
-
# explicitly documented otherwise in service or product specific
|
|
3321
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
3322
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
3323
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
3324
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
3325
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
3326
|
+
# documentation.
|
|
3325
3327
|
# @param [String] fields
|
|
3326
3328
|
# Selector specifying which fields to include in a partial response.
|
|
3327
3329
|
# @param [String] quota_user
|
|
@@ -3396,11 +3398,12 @@ module Google
|
|
|
3396
3398
|
# The standard list page token.
|
|
3397
3399
|
# @param [Boolean] return_partial_success
|
|
3398
3400
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
3399
|
-
# those that are unreachable are returned in the
|
|
3400
|
-
# unreachable
|
|
3401
|
-
#
|
|
3402
|
-
# by default
|
|
3403
|
-
# explicitly documented otherwise in service or product specific
|
|
3401
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
3402
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
3403
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
3404
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
3405
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
3406
|
+
# documentation.
|
|
3404
3407
|
# @param [String] fields
|
|
3405
3408
|
# Selector specifying which fields to include in a partial response.
|
|
3406
3409
|
# @param [String] quota_user
|
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:
|