Skip to content

Commit f590bb4

Browse files
feat: Automated regeneration of retail v2alpha client (#25068)
Auto-created at 2025-11-23 10:39:48 +0000 using the toys pull request generator.
1 parent 15afc3c commit f590bb4

File tree

4 files changed

+27
-19
lines changed

4 files changed

+27
-19
lines changed

generated/google-apis-retail_v2alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-retail_v2alpha
22

3+
### v0.131.0 (2025-11-23)
4+
5+
* Regenerated from discovery document revision 20251113
6+
37
### v0.130.0 (2025-11-09)
48

59
* Regenerated from discovery document revision 20251030

generated/google-apis-retail_v2alpha/lib/google/apis/retail_v2alpha/classes.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10520,8 +10520,9 @@ class GoogleLongrunningListOperationsResponse
1052010520
attr_accessor :operations
1052110521

1052210522
# Unordered list. Unreachable resources. Populated when the request sets `
10523-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
10524-
# when attempting to list all resources across all supported locations.
10523+
# ListOperationsRequest.return_partial_success` and reads across collections.
10524+
# For example, when attempting to list all resources across all supported
10525+
# locations.
1052510526
# Corresponds to the JSON property `unreachable`
1052610527
# @return [Array<String>]
1052710528
attr_accessor :unreachable

generated/google-apis-retail_v2alpha/lib/google/apis/retail_v2alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RetailV2alpha
1818
# Version of the google-apis-retail_v2alpha gem
19-
GEM_VERSION = "0.130.0"
19+
GEM_VERSION = "0.131.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251030"
25+
REVISION = "20251113"
2626
end
2727
end
2828
end

generated/google-apis-retail_v2alpha/lib/google/apis/retail_v2alpha/service.rb

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,11 +2509,12 @@ def get_project_location_catalog_operation(name, fields: nil, quota_user: nil, o
25092509
# The standard list page token.
25102510
# @param [Boolean] return_partial_success
25112511
# 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.
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.
25172518
# @param [String] fields
25182519
# Selector specifying which fields to include in a partial response.
25192520
# @param [String] quota_user
@@ -3317,11 +3318,12 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
33173318
# The standard list page token.
33183319
# @param [Boolean] return_partial_success
33193320
# 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.
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.
33253327
# @param [String] fields
33263328
# Selector specifying which fields to include in a partial response.
33273329
# @param [String] quota_user
@@ -3396,11 +3398,12 @@ def get_project_operation(name, fields: nil, quota_user: nil, options: nil, &blo
33963398
# The standard list page token.
33973399
# @param [Boolean] return_partial_success
33983400
# 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.
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.
34043407
# @param [String] fields
34053408
# Selector specifying which fields to include in a partial response.
34063409
# @param [String] quota_user

0 commit comments

Comments
 (0)