google-apis-gkehub_v1beta1 0.40.0 → 0.42.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 834a7a6faae84135508668412a69ea64ec1c696743d7429d134eeb1a458b2165
|
4
|
+
data.tar.gz: '099eeb197b2cb9fc7519cafa4d222f216bc0ca35b8bf719d062d0dca6f7cf953'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c5eaab0692c7761333a7ea3f8f07c46e68b6b5ba82f9e1c98ec48cfc85e2f7be9646c406276a80b83f5835d976149e35391900f3a375a1bd1d543f2522b03f1
|
7
|
+
data.tar.gz: 7ff99255755578fceb6831d314b4bd87d731f3a55bf0ded1118c0349f10eb5d65d14c716441fca8bdb5d9531e49ad6c2512514ecc074062dfc2f28dcdc6dd31f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1beta1
|
2
2
|
|
3
|
+
### v0.42.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241206
|
6
|
+
|
7
|
+
### v0.41.0 (2024-12-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241108
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.40.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
@@ -146,6 +146,18 @@ module Google
|
|
146
146
|
# @return [String]
|
147
147
|
attr_accessor :oidc_jwks
|
148
148
|
|
149
|
+
# Optional. Output only. The identity provider for the scope-tenancy workload
|
150
|
+
# identity pool.
|
151
|
+
# Corresponds to the JSON property `scopeTenancyIdentityProvider`
|
152
|
+
# @return [String]
|
153
|
+
attr_accessor :scope_tenancy_identity_provider
|
154
|
+
|
155
|
+
# Optional. Output only. The name of the scope-tenancy workload identity pool.
|
156
|
+
# This pool is set in the fleet-level feature.
|
157
|
+
# Corresponds to the JSON property `scopeTenancyWorkloadIdentityPool`
|
158
|
+
# @return [String]
|
159
|
+
attr_accessor :scope_tenancy_workload_identity_pool
|
160
|
+
|
149
161
|
# Output only. The name of the workload identity pool in which `issuer` will be
|
150
162
|
# recognized. There is a single Workload Identity Pool per Hub that is shared
|
151
163
|
# between all Memberships that belong to that Hub. For a Hub hosted in `
|
@@ -164,6 +176,8 @@ module Google
|
|
164
176
|
@identity_provider = args[:identity_provider] if args.key?(:identity_provider)
|
165
177
|
@issuer = args[:issuer] if args.key?(:issuer)
|
166
178
|
@oidc_jwks = args[:oidc_jwks] if args.key?(:oidc_jwks)
|
179
|
+
@scope_tenancy_identity_provider = args[:scope_tenancy_identity_provider] if args.key?(:scope_tenancy_identity_provider)
|
180
|
+
@scope_tenancy_workload_identity_pool = args[:scope_tenancy_workload_identity_pool] if args.key?(:scope_tenancy_workload_identity_pool)
|
167
181
|
@workload_identity_pool = args[:workload_identity_pool] if args.key?(:workload_identity_pool)
|
168
182
|
end
|
169
183
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta1
|
18
18
|
# Version of the google-apis-gkehub_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -268,6 +268,8 @@ module Google
|
|
268
268
|
property :identity_provider, as: 'identityProvider'
|
269
269
|
property :issuer, as: 'issuer'
|
270
270
|
property :oidc_jwks, :base64 => true, as: 'oidcJwks'
|
271
|
+
property :scope_tenancy_identity_provider, as: 'scopeTenancyIdentityProvider'
|
272
|
+
property :scope_tenancy_workload_identity_pool, as: 'scopeTenancyWorkloadIdentityPool'
|
271
273
|
property :workload_identity_pool, as: 'workloadIdentityPool'
|
272
274
|
end
|
273
275
|
end
|
@@ -644,8 +644,8 @@ module Google
|
|
644
644
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
645
645
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
646
646
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
647
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
648
|
-
# corresponding to `Code.CANCELLED`.
|
647
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
648
|
+
# , corresponding to `Code.CANCELLED`.
|
649
649
|
# @param [String] name
|
650
650
|
# The name of the operation resource to be cancelled.
|
651
651
|
# @param [Google::Apis::GkehubV1beta1::CancelOperationRequest] cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.42.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.42.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for GKE Hub API V1beta1
|