google-apis-retail_v2alpha 0.130.0 → 0.131.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: 8e5b45f20679ab9180dd703dd0271d691a0dbbfb603fd13196ddab242e4018e2
|
|
4
|
+
data.tar.gz: ce3765ade142fc943d830baf91bbea9bfac40ac76be8e0f965843775a8a38164
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bf011277161d1c5857d10526b72f928852eab1e0bd105bf4f98a08ddc27d64cfd2f730326645ae77362127e4ee5a57cf6f8666a5d3ffe1df258830281404166
|
|
7
|
+
data.tar.gz: 16460db7455b9b2f319834ec430960e4c04401bc8c100afb308c647380e2ba6b7b9497008e830fc8c99297af5816932466f6760242cac12db765538b74dcddd5
|
data/CHANGELOG.md
CHANGED
|
@@ -10520,8 +10520,9 @@ module Google
|
|
|
10520
10520
|
attr_accessor :operations
|
|
10521
10521
|
|
|
10522
10522
|
# 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
|
|
10523
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
10524
|
+
# For example, when attempting to list all resources across all supported
|
|
10525
|
+
# locations.
|
|
10525
10526
|
# Corresponds to the JSON property `unreachable`
|
|
10526
10527
|
# @return [Array<String>]
|
|
10527
10528
|
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.131.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 = "20251113"
|
|
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.131.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.131.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:
|