google-apis-gkehub_v1alpha 0.94.0 → 0.96.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: 98401a792d00ac1b6fdeb47c21ed7b4d06553c5c967eaa7e7ad063f03d93cfff
|
4
|
+
data.tar.gz: 4947d1bcbe206447d9d43d28a0d5e740f8de78b59b654a7ad8877d73ca4ad639
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d150b9aa6c6e1adfeb271afbc811d7e7e887e86e17d38fe718f7e0a594a42ad3a61f5940a3fe584b8254ed1c42371ccd673fd65d5d632d7ef660641b88c60d9d
|
7
|
+
data.tar.gz: 61c6797dddc2bcd0d3ab72b0a0a3089a337d50ec4e4834407f33144ebf338d04b7e97f33aae0f8cb815b254aa7cdf156647915ee9468612514611dc2eb296b77
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1alpha
|
2
2
|
|
3
|
+
### v0.96.0 (2025-10-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250925
|
6
|
+
|
7
|
+
### v0.95.0 (2025-09-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250907
|
10
|
+
|
3
11
|
### v0.94.0 (2025-08-24)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250815
|
@@ -4094,6 +4094,13 @@ module Google
|
|
4094
4094
|
# @return [Array<Google::Apis::GkehubV1alpha::Operation>]
|
4095
4095
|
attr_accessor :operations
|
4096
4096
|
|
4097
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
4098
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
4099
|
+
# when attempting to list all resources across all supported locations.
|
4100
|
+
# Corresponds to the JSON property `unreachable`
|
4101
|
+
# @return [Array<String>]
|
4102
|
+
attr_accessor :unreachable
|
4103
|
+
|
4097
4104
|
def initialize(**args)
|
4098
4105
|
update!(**args)
|
4099
4106
|
end
|
@@ -4102,6 +4109,7 @@ module Google
|
|
4102
4109
|
def update!(**args)
|
4103
4110
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
4104
4111
|
@operations = args[:operations] if args.key?(:operations)
|
4112
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
4105
4113
|
end
|
4106
4114
|
end
|
4107
4115
|
|
@@ -5923,8 +5931,14 @@ module Google
|
|
5923
5931
|
# @return [String]
|
5924
5932
|
attr_accessor :connect_version
|
5925
5933
|
|
5926
|
-
# Optional.
|
5927
|
-
#
|
5934
|
+
# Optional. Git version of the Kubernetes cluster. This is only used to gate the
|
5935
|
+
# Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
|
5936
|
+
# Corresponds to the JSON property `k8sGitVersion`
|
5937
|
+
# @return [String]
|
5938
|
+
attr_accessor :k8s_git_version
|
5939
|
+
|
5940
|
+
# Optional. Major and minor version of the Kubernetes cluster. This is only used
|
5941
|
+
# to determine which version to use for the CustomResourceDefinition resources, `
|
5928
5942
|
# apiextensions/v1beta1` or`apiextensions/v1`.
|
5929
5943
|
# Corresponds to the JSON property `k8sVersion`
|
5930
5944
|
# @return [String]
|
@@ -5945,6 +5959,7 @@ module Google
|
|
5945
5959
|
# Update properties of this object
|
5946
5960
|
def update!(**args)
|
5947
5961
|
@connect_version = args[:connect_version] if args.key?(:connect_version)
|
5962
|
+
@k8s_git_version = args[:k8s_git_version] if args.key?(:k8s_git_version)
|
5948
5963
|
@k8s_version = args[:k8s_version] if args.key?(:k8s_version)
|
5949
5964
|
@v1beta1_crd = args[:v1beta1_crd] if args.key?(:v1beta1_crd)
|
5950
5965
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1alpha
|
18
18
|
# Version of the google-apis-gkehub_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.96.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 = "20250925"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2340,6 +2340,7 @@ module Google
|
|
2340
2340
|
property :next_page_token, as: 'nextPageToken'
|
2341
2341
|
collection :operations, as: 'operations', class: Google::Apis::GkehubV1alpha::Operation, decorator: Google::Apis::GkehubV1alpha::Operation::Representation
|
2342
2342
|
|
2343
|
+
collection :unreachable, as: 'unreachable'
|
2343
2344
|
end
|
2344
2345
|
end
|
2345
2346
|
|
@@ -2849,6 +2850,7 @@ module Google
|
|
2849
2850
|
# @private
|
2850
2851
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2851
2852
|
property :connect_version, as: 'connectVersion'
|
2853
|
+
property :k8s_git_version, as: 'k8sGitVersion'
|
2852
2854
|
property :k8s_version, as: 'k8sVersion'
|
2853
2855
|
property :v1beta1_crd, as: 'v1beta1Crd'
|
2854
2856
|
end
|
@@ -127,8 +127,8 @@ module Google
|
|
127
127
|
# @param [String] name
|
128
128
|
# The resource that owns the locations collection, if applicable.
|
129
129
|
# @param [Array<String>, String] extra_location_types
|
130
|
-
# Optional.
|
131
|
-
#
|
130
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
131
|
+
# field which is primarily intended for internal usage.
|
132
132
|
# @param [String] filter
|
133
133
|
# A filter to narrow down results to a preferred subset. The filtering language
|
134
134
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -1822,6 +1822,13 @@ module Google
|
|
1822
1822
|
# The standard list page size.
|
1823
1823
|
# @param [String] page_token
|
1824
1824
|
# The standard list page token.
|
1825
|
+
# @param [Boolean] return_partial_success
|
1826
|
+
# 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.
|
1825
1832
|
# @param [String] fields
|
1826
1833
|
# Selector specifying which fields to include in a partial response.
|
1827
1834
|
# @param [String] quota_user
|
@@ -1839,7 +1846,7 @@ module Google
|
|
1839
1846
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1840
1847
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1841
1848
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1842
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1849
|
+
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)
|
1843
1850
|
command = make_simple_command(:get, 'v1alpha/{+name}/operations', options)
|
1844
1851
|
command.response_representation = Google::Apis::GkehubV1alpha::ListOperationsResponse::Representation
|
1845
1852
|
command.response_class = Google::Apis::GkehubV1alpha::ListOperationsResponse
|
@@ -1847,6 +1854,7 @@ module Google
|
|
1847
1854
|
command.query['filter'] = filter unless filter.nil?
|
1848
1855
|
command.query['pageSize'] = page_size unless page_size.nil?
|
1849
1856
|
command.query['pageToken'] = page_token unless page_token.nil?
|
1857
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
1850
1858
|
command.query['fields'] = fields unless fields.nil?
|
1851
1859
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1852
1860
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.96.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-gkehub_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.96.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|