google-apis-gkehub_v1beta 0.40.0 → 0.41.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: 562a324db0b4f6981d740d21ddb968d5dd69fa71950f0e8286a0d01e0b304efc
|
4
|
+
data.tar.gz: f820e55c69ed9fde06d9a3104e0827a7cd62d8faa571d59869ccf1bb3bb5b9c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6aaded1c38528e5948b2c1d77b3a555a7fa20d2431466a02316dc94713f06977db54e36853fad4bede367aeb69c77d3a09515c32aae437c573a6a386704e4000
|
7
|
+
data.tar.gz: 9d7df2dec2a675dd10b6422df0c78faddb1aad567a5d39399372bb9f14ff55cc204105b3f7a3fe78853df1a0674da33604dd8cc96c8fdc234b0fb01c0eb463c9
|
data/CHANGELOG.md
CHANGED
@@ -3196,7 +3196,9 @@ module Google
|
|
3196
3196
|
attr_accessor :group
|
3197
3197
|
|
3198
3198
|
# The resource name for the rbacrolebinding `projects/`project`/locations/`
|
3199
|
-
# location`/namespaces/`namespace`/rbacrolebindings/`rbacrolebinding``
|
3199
|
+
# location`/namespaces/`namespace`/rbacrolebindings/`rbacrolebinding`` or `
|
3200
|
+
# projects/`project`/locations/`location`/memberships/`membership`/
|
3201
|
+
# rbacrolebindings/`rbacrolebinding``
|
3200
3202
|
# Corresponds to the JSON property `name`
|
3201
3203
|
# @return [String]
|
3202
3204
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta
|
18
18
|
# Version of the google-apis-gkehub_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230224"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1096,7 +1096,9 @@ module Google
|
|
1096
1096
|
# Updates a RBACRoleBinding.
|
1097
1097
|
# @param [String] name
|
1098
1098
|
# The resource name for the rbacrolebinding `projects/`project`/locations/`
|
1099
|
-
# location`/namespaces/`namespace`/rbacrolebindings/`rbacrolebinding``
|
1099
|
+
# location`/namespaces/`namespace`/rbacrolebindings/`rbacrolebinding`` or `
|
1100
|
+
# projects/`project`/locations/`location`/memberships/`membership`/
|
1101
|
+
# rbacrolebindings/`rbacrolebinding``
|
1100
1102
|
# @param [Google::Apis::GkehubV1beta::RbacRoleBinding] rbac_role_binding_object
|
1101
1103
|
# @param [String] update_mask
|
1102
1104
|
# Required. The fields to be updated.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.41.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: 2023-
|
11
|
+
date: 2023-03-05 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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|