Skip to content

Commit 3756731

Browse files
feat: Automated regeneration of apigateway v1beta client (#25300)
Auto-created at 2025-12-21 10:32:28 +0000 using the toys pull request generator.
1 parent 6ba0bb1 commit 3756731

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

generated/google-apis-apigateway_v1beta/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-apigateway_v1beta
22

3+
### v0.39.0 (2025-12-21)
4+
5+
* Regenerated from discovery document revision 20251210
6+
37
### v0.38.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251021

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,9 @@ class ApigatewayListOperationsResponse
747747
attr_accessor :operations
748748

749749
# Unordered list. Unreachable resources. Populated when the request sets `
750-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
751-
# when attempting to list all resources across all supported locations.
750+
# ListOperationsRequest.return_partial_success` and reads across collections.
751+
# For example, when attempting to list all resources across all supported
752+
# locations.
752753
# Corresponds to the JSON property `unreachable`
753754
# @return [Array<String>]
754755
attr_accessor :unreachable

generated/google-apis-apigateway_v1beta/lib/google/apis/apigateway_v1beta/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 ApigatewayV1beta
1818
# Version of the google-apis-apigateway_v1beta gem
19-
GEM_VERSION = "0.38.0"
19+
GEM_VERSION = "0.39.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 = "20251021"
25+
REVISION = "20251210"
2626
end
2727
end
2828
end

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,11 +1156,12 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
11561156
# The standard list page token.
11571157
# @param [Boolean] return_partial_success
11581158
# When set to `true`, operations that are reachable are returned as normal, and
1159-
# those that are unreachable are returned in the [ListOperationsResponse.
1160-
# unreachable] field. This can only be `true` when reading across collections e.
1161-
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1162-
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
1163-
# explicitly documented otherwise in service or product specific documentation.
1159+
# those that are unreachable are returned in the ListOperationsResponse.
1160+
# unreachable field. This can only be `true` when reading across collections.
1161+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
1162+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
1163+
# if set unless explicitly documented otherwise in service or product specific
1164+
# documentation.
11641165
# @param [String] fields
11651166
# Selector specifying which fields to include in a partial response.
11661167
# @param [String] quota_user

0 commit comments

Comments
 (0)