Skip to content

Commit 8e364dd

Browse files
feat: Automated regeneration of gkehub v1alpha client (googleapis#25151)
Auto-created at 2025-12-07 10:51:18 +0000 using the toys pull request generator.
1 parent f556aa3 commit 8e364dd

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

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

3+
### v0.101.0 (2025-12-07)
4+
5+
* Regenerated from discovery document revision 20251201
6+
37
### v0.100.0 (2025-11-16)
48

59
* Regenerated from discovery document revision 20251108

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4174,8 +4174,9 @@ class ListOperationsResponse
41744174
attr_accessor :operations
41754175

41764176
# Unordered list. Unreachable resources. Populated when the request sets `
4177-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
4178-
# when attempting to list all resources across all supported locations.
4177+
# ListOperationsRequest.return_partial_success` and reads across collections.
4178+
# For example, when attempting to list all resources across all supported
4179+
# locations.
41794180
# Corresponds to the JSON property `unreachable`
41804181
# @return [Array<String>]
41814182
attr_accessor :unreachable

generated/google-apis-gkehub_v1alpha/lib/google/apis/gkehub_v1alpha/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 GkehubV1alpha
1818
# Version of the google-apis-gkehub_v1alpha gem
19-
GEM_VERSION = "0.100.0"
19+
GEM_VERSION = "0.101.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 = "20251108"
25+
REVISION = "20251201"
2626
end
2727
end
2828
end

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,11 +1824,12 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
18241824
# The standard list page token.
18251825
# @param [Boolean] return_partial_success
18261826
# When set to `true`, operations that are reachable are returned as normal, and
1827-
# those that are unreachable are returned in the [ListOperationsResponse.
1828-
# unreachable] field. This can only be `true` when reading across collections e.
1829-
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1830-
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
1831-
# explicitly documented otherwise in service or product specific documentation.
1827+
# those that are unreachable are returned in the ListOperationsResponse.
1828+
# unreachable field. This can only be `true` when reading across collections.
1829+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
1830+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
1831+
# if set unless explicitly documented otherwise in service or product specific
1832+
# documentation.
18321833
# @param [String] fields
18331834
# Selector specifying which fields to include in a partial response.
18341835
# @param [String] quota_user

0 commit comments

Comments
 (0)