google-apis-gkehub_v1alpha 0.27.0 → 0.28.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: cd152a99ba6594975332fecaf39972379dcff0ca3027d8cd168fbfdfb7ab94f4
|
4
|
+
data.tar.gz: d76b5e2d28b8f2a48caa9283bdf24a0bb7ecfbf41bfdc4edada9054e99937580
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 430181cfa8fe1010e4bbf66c070953bf35f4984fa87c3035851e816a70f99ff01279754dbcc27d3b51468f2b82701ceae405b25767bc61169a6264fa7822d4db
|
7
|
+
data.tar.gz: 39d2fbc966a36eef55a30238964e6aaf5c7ade43a009645f69551d68b1aa5011d4c7db7be5e45cf795d1235d63b8753094649646ff4234712a3e95f5309b8c3b
|
data/CHANGELOG.md
CHANGED
@@ -122,8 +122,8 @@ module Google
|
|
122
122
|
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
123
123
|
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
124
124
|
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
125
|
-
# exempts jose@example.com from DATA_READ logging, and aliya@example.com
|
126
|
-
# DATA_WRITE logging.
|
125
|
+
# exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
|
126
|
+
# from DATA_WRITE logging.
|
127
127
|
class AuditConfig
|
128
128
|
include Google::Apis::Core::Hashable
|
129
129
|
|
@@ -1881,6 +1881,12 @@ module Google
|
|
1881
1881
|
attr_accessor :deploy_cloud_console_proxy
|
1882
1882
|
alias_method :deploy_cloud_console_proxy?, :deploy_cloud_console_proxy
|
1883
1883
|
|
1884
|
+
# Enable access token.
|
1885
|
+
# Corresponds to the JSON property `enableAccessToken`
|
1886
|
+
# @return [Boolean]
|
1887
|
+
attr_accessor :enable_access_token
|
1888
|
+
alias_method :enable_access_token?, :enable_access_token
|
1889
|
+
|
1884
1890
|
# Output only. Encrypted OIDC Client secret
|
1885
1891
|
# Corresponds to the JSON property `encryptedClientSecret`
|
1886
1892
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
@@ -1939,6 +1945,7 @@ module Google
|
|
1939
1945
|
@client_id = args[:client_id] if args.key?(:client_id)
|
1940
1946
|
@client_secret = args[:client_secret] if args.key?(:client_secret)
|
1941
1947
|
@deploy_cloud_console_proxy = args[:deploy_cloud_console_proxy] if args.key?(:deploy_cloud_console_proxy)
|
1948
|
+
@enable_access_token = args[:enable_access_token] if args.key?(:enable_access_token)
|
1942
1949
|
@encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
|
1943
1950
|
@extra_params = args[:extra_params] if args.key?(:extra_params)
|
1944
1951
|
@group_prefix = args[:group_prefix] if args.key?(:group_prefix)
|
@@ -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.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220429"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1122,6 +1122,7 @@ module Google
|
|
1122
1122
|
property :client_id, as: 'clientId'
|
1123
1123
|
property :client_secret, as: 'clientSecret'
|
1124
1124
|
property :deploy_cloud_console_proxy, as: 'deployCloudConsoleProxy'
|
1125
|
+
property :enable_access_token, as: 'enableAccessToken'
|
1125
1126
|
property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
|
1126
1127
|
property :extra_params, as: 'extraParams'
|
1127
1128
|
property :group_prefix, as: 'groupPrefix'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.28.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: 2022-05-
|
11
|
+
date: 2022-05-09 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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|