google-apis-retail_v2beta 0.119.0 → 0.120.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: 2ec5824ed3312ad0eb841799def71a739228e81884e46b64eaba248d65ba26bd
|
4
|
+
data.tar.gz: a9b110f1521b668c3b993fd604b230aeeac1e860abefa29686f1cd215aeff156
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e33ebc89a29e2550195b48c5128ac59432ec31a4e376625865550f527f6a50c249121af3cbe73c32d8ac4e93b4197c51ed0a639051bd9ad406f67db0d51f2ff
|
7
|
+
data.tar.gz: 6cea608ea7c84d8bdad4089b4683e354fe0e941b70a8c58a38ab542fca2d07012ca8b9bb00744b78f31738fa09d73669e20aa1c33fac585defb1e97e2272d2bc
|
data/CHANGELOG.md
CHANGED
@@ -10127,6 +10127,13 @@ module Google
|
|
10127
10127
|
# @return [Array<Google::Apis::RetailV2beta::GoogleLongrunningOperation>]
|
10128
10128
|
attr_accessor :operations
|
10129
10129
|
|
10130
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
10131
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
10132
|
+
# when attempting to list all resources across all supported locations.
|
10133
|
+
# Corresponds to the JSON property `unreachable`
|
10134
|
+
# @return [Array<String>]
|
10135
|
+
attr_accessor :unreachable
|
10136
|
+
|
10130
10137
|
def initialize(**args)
|
10131
10138
|
update!(**args)
|
10132
10139
|
end
|
@@ -10135,6 +10142,7 @@ module Google
|
|
10135
10142
|
def update!(**args)
|
10136
10143
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
10137
10144
|
@operations = args[:operations] if args.key?(:operations)
|
10145
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
10138
10146
|
end
|
10139
10147
|
end
|
10140
10148
|
|
@@ -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.120.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 = "20251002"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4394,6 +4394,7 @@ module Google
|
|
4394
4394
|
property :next_page_token, as: 'nextPageToken'
|
4395
4395
|
collection :operations, as: 'operations', class: Google::Apis::RetailV2beta::GoogleLongrunningOperation, decorator: Google::Apis::RetailV2beta::GoogleLongrunningOperation::Representation
|
4396
4396
|
|
4397
|
+
collection :unreachable, as: 'unreachable'
|
4397
4398
|
end
|
4398
4399
|
end
|
4399
4400
|
|
@@ -2121,6 +2121,13 @@ module Google
|
|
2121
2121
|
# The standard list page size.
|
2122
2122
|
# @param [String] page_token
|
2123
2123
|
# The standard list page token.
|
2124
|
+
# @param [Boolean] return_partial_success
|
2125
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
2126
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
2127
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
2128
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
2129
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
2130
|
+
# explicitly documented otherwise in service or product specific documentation.
|
2124
2131
|
# @param [String] fields
|
2125
2132
|
# Selector specifying which fields to include in a partial response.
|
2126
2133
|
# @param [String] quota_user
|
@@ -2138,7 +2145,7 @@ module Google
|
|
2138
2145
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2139
2146
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2140
2147
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2141
|
-
def list_project_location_catalog_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2148
|
+
def list_project_location_catalog_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2142
2149
|
command = make_simple_command(:get, 'v2beta/{+name}/operations', options)
|
2143
2150
|
command.response_representation = Google::Apis::RetailV2beta::GoogleLongrunningListOperationsResponse::Representation
|
2144
2151
|
command.response_class = Google::Apis::RetailV2beta::GoogleLongrunningListOperationsResponse
|
@@ -2146,6 +2153,7 @@ module Google
|
|
2146
2153
|
command.query['filter'] = filter unless filter.nil?
|
2147
2154
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2148
2155
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2156
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
2149
2157
|
command.query['fields'] = fields unless fields.nil?
|
2150
2158
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2151
2159
|
execute_or_queue_command(command, &block)
|
@@ -2921,6 +2929,13 @@ module Google
|
|
2921
2929
|
# The standard list page size.
|
2922
2930
|
# @param [String] page_token
|
2923
2931
|
# The standard list page token.
|
2932
|
+
# @param [Boolean] return_partial_success
|
2933
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
2934
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
2935
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
2936
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
2937
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
2938
|
+
# explicitly documented otherwise in service or product specific documentation.
|
2924
2939
|
# @param [String] fields
|
2925
2940
|
# Selector specifying which fields to include in a partial response.
|
2926
2941
|
# @param [String] quota_user
|
@@ -2938,7 +2953,7 @@ module Google
|
|
2938
2953
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2939
2954
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2940
2955
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2941
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2956
|
+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2942
2957
|
command = make_simple_command(:get, 'v2beta/{+name}/operations', options)
|
2943
2958
|
command.response_representation = Google::Apis::RetailV2beta::GoogleLongrunningListOperationsResponse::Representation
|
2944
2959
|
command.response_class = Google::Apis::RetailV2beta::GoogleLongrunningListOperationsResponse
|
@@ -2946,6 +2961,7 @@ module Google
|
|
2946
2961
|
command.query['filter'] = filter unless filter.nil?
|
2947
2962
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2948
2963
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2964
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
2949
2965
|
command.query['fields'] = fields unless fields.nil?
|
2950
2966
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2951
2967
|
execute_or_queue_command(command, &block)
|
@@ -2992,6 +3008,13 @@ module Google
|
|
2992
3008
|
# The standard list page size.
|
2993
3009
|
# @param [String] page_token
|
2994
3010
|
# The standard list page token.
|
3011
|
+
# @param [Boolean] return_partial_success
|
3012
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
3013
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
3014
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
3015
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
3016
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
3017
|
+
# explicitly documented otherwise in service or product specific documentation.
|
2995
3018
|
# @param [String] fields
|
2996
3019
|
# Selector specifying which fields to include in a partial response.
|
2997
3020
|
# @param [String] quota_user
|
@@ -3009,7 +3032,7 @@ module Google
|
|
3009
3032
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3010
3033
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3011
3034
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3012
|
-
def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3035
|
+
def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3013
3036
|
command = make_simple_command(:get, 'v2beta/{+name}/operations', options)
|
3014
3037
|
command.response_representation = Google::Apis::RetailV2beta::GoogleLongrunningListOperationsResponse::Representation
|
3015
3038
|
command.response_class = Google::Apis::RetailV2beta::GoogleLongrunningListOperationsResponse
|
@@ -3017,6 +3040,7 @@ module Google
|
|
3017
3040
|
command.query['filter'] = filter unless filter.nil?
|
3018
3041
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3019
3042
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3043
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
3020
3044
|
command.query['fields'] = fields unless fields.nil?
|
3021
3045
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3022
3046
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.120.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_v2beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.120.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|