google-apis-retail_v2alpha 0.126.0 → 0.128.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: b593f5b49fcac13c6c1deb92aa6cf9fab4b33fcbe06bcde25f7346b679203e51
|
4
|
+
data.tar.gz: 7f4c973244e1baed442f254609b167b50e45269026f787b00529c2ff6dbbfd78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75eba59f954efd8e00a1d68ecc87bb295aacb2631bf92f00ae5470351d7ce3f3df283e7347f3ae5c9ab2cdcc0ce94733255448a70c94748d7cbf82c4d6fcefaf
|
7
|
+
data.tar.gz: a41babf0b98f5d60f18aba6b52c8b0090c1498eec42e10fa5f934a70e57df18f18b6e10a9a400155194772fd376b5d6f0891be65bbaffb51c79c898fe0d4373c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-retail_v2alpha
|
2
2
|
|
3
|
+
### v0.128.0 (2025-10-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20251002
|
6
|
+
|
7
|
+
### v0.127.0 (2025-09-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250911
|
10
|
+
|
3
11
|
### v0.126.0 (2025-08-17)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250807
|
@@ -3070,13 +3070,11 @@ module Google
|
|
3070
3070
|
# @return [String]
|
3071
3071
|
attr_accessor :state
|
3072
3072
|
|
3073
|
-
#
|
3074
|
-
# as. Supported values are: - "ADVERSARIAL" - "CHITCHAT" - "JAILBREAK" - "
|
3073
|
+
# The types Retail classifies the search query as. Supported values are: - "
|
3075
3074
|
# ORDER_SUPPORT" - "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "
|
3076
3075
|
# PRODUCT_DETAILS" - "PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "
|
3077
3076
|
# STORE_RELEVANT" - "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" - "
|
3078
|
-
# DISABLED"
|
3079
|
-
# conversational_search_customization_config.ts:intent_types_ts)
|
3077
|
+
# DISABLED"
|
3080
3078
|
# Corresponds to the JSON property `userQueryTypes`
|
3081
3079
|
# @return [Array<String>]
|
3082
3080
|
attr_accessor :user_query_types
|
@@ -10568,6 +10566,13 @@ module Google
|
|
10568
10566
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleLongrunningOperation>]
|
10569
10567
|
attr_accessor :operations
|
10570
10568
|
|
10569
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
10570
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
10571
|
+
# when attempting to list all resources across all supported locations.
|
10572
|
+
# Corresponds to the JSON property `unreachable`
|
10573
|
+
# @return [Array<String>]
|
10574
|
+
attr_accessor :unreachable
|
10575
|
+
|
10571
10576
|
def initialize(**args)
|
10572
10577
|
update!(**args)
|
10573
10578
|
end
|
@@ -10576,6 +10581,7 @@ module Google
|
|
10576
10581
|
def update!(**args)
|
10577
10582
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
10578
10583
|
@operations = args[:operations] if args.key?(:operations)
|
10584
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
10579
10585
|
end
|
10580
10586
|
end
|
10581
10587
|
|
@@ -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.128.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
|
@@ -4580,6 +4580,7 @@ module Google
|
|
4580
4580
|
property :next_page_token, as: 'nextPageToken'
|
4581
4581
|
collection :operations, as: 'operations', class: Google::Apis::RetailV2alpha::GoogleLongrunningOperation, decorator: Google::Apis::RetailV2alpha::GoogleLongrunningOperation::Representation
|
4582
4582
|
|
4583
|
+
collection :unreachable, as: 'unreachable'
|
4583
4584
|
end
|
4584
4585
|
end
|
4585
4586
|
|
@@ -2507,6 +2507,13 @@ module Google
|
|
2507
2507
|
# The standard list page size.
|
2508
2508
|
# @param [String] page_token
|
2509
2509
|
# The standard list page token.
|
2510
|
+
# @param [Boolean] return_partial_success
|
2511
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
2512
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
2513
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
2514
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
2515
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
2516
|
+
# explicitly documented otherwise in service or product specific documentation.
|
2510
2517
|
# @param [String] fields
|
2511
2518
|
# Selector specifying which fields to include in a partial response.
|
2512
2519
|
# @param [String] quota_user
|
@@ -2524,7 +2531,7 @@ module Google
|
|
2524
2531
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2525
2532
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2526
2533
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2527
|
-
def list_project_location_catalog_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2534
|
+
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)
|
2528
2535
|
command = make_simple_command(:get, 'v2alpha/{+name}/operations', options)
|
2529
2536
|
command.response_representation = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse::Representation
|
2530
2537
|
command.response_class = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse
|
@@ -2532,6 +2539,7 @@ module Google
|
|
2532
2539
|
command.query['filter'] = filter unless filter.nil?
|
2533
2540
|
command.query['pageSize'] = page_size unless page_size.nil?
|
2534
2541
|
command.query['pageToken'] = page_token unless page_token.nil?
|
2542
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
2535
2543
|
command.query['fields'] = fields unless fields.nil?
|
2536
2544
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2537
2545
|
execute_or_queue_command(command, &block)
|
@@ -3307,6 +3315,13 @@ module Google
|
|
3307
3315
|
# The standard list page size.
|
3308
3316
|
# @param [String] page_token
|
3309
3317
|
# The standard list page token.
|
3318
|
+
# @param [Boolean] return_partial_success
|
3319
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
3320
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
3321
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
3322
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
3323
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
3324
|
+
# explicitly documented otherwise in service or product specific documentation.
|
3310
3325
|
# @param [String] fields
|
3311
3326
|
# Selector specifying which fields to include in a partial response.
|
3312
3327
|
# @param [String] quota_user
|
@@ -3324,7 +3339,7 @@ module Google
|
|
3324
3339
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3325
3340
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3326
3341
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3327
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3342
|
+
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)
|
3328
3343
|
command = make_simple_command(:get, 'v2alpha/{+name}/operations', options)
|
3329
3344
|
command.response_representation = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse::Representation
|
3330
3345
|
command.response_class = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse
|
@@ -3332,6 +3347,7 @@ module Google
|
|
3332
3347
|
command.query['filter'] = filter unless filter.nil?
|
3333
3348
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3334
3349
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3350
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
3335
3351
|
command.query['fields'] = fields unless fields.nil?
|
3336
3352
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3337
3353
|
execute_or_queue_command(command, &block)
|
@@ -3378,6 +3394,13 @@ module Google
|
|
3378
3394
|
# The standard list page size.
|
3379
3395
|
# @param [String] page_token
|
3380
3396
|
# The standard list page token.
|
3397
|
+
# @param [Boolean] return_partial_success
|
3398
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
3399
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
3400
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
3401
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
3402
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
3403
|
+
# explicitly documented otherwise in service or product specific documentation.
|
3381
3404
|
# @param [String] fields
|
3382
3405
|
# Selector specifying which fields to include in a partial response.
|
3383
3406
|
# @param [String] quota_user
|
@@ -3395,7 +3418,7 @@ module Google
|
|
3395
3418
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3396
3419
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3397
3420
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3398
|
-
def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3421
|
+
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)
|
3399
3422
|
command = make_simple_command(:get, 'v2alpha/{+name}/operations', options)
|
3400
3423
|
command.response_representation = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse::Representation
|
3401
3424
|
command.response_class = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse
|
@@ -3403,6 +3426,7 @@ module Google
|
|
3403
3426
|
command.query['filter'] = filter unless filter.nil?
|
3404
3427
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3405
3428
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3429
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
3406
3430
|
command.query['fields'] = fields unless fields.nil?
|
3407
3431
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3408
3432
|
execute_or_queue_command(command, &block)
|
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.128.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.128.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:
|