google-apis-gkehub_v1alpha 0.47.0 → 0.48.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: b2cae1101c0ed82451fd14b66324efb2ec822ae28726b55b3a975c3992fe91a2
4
- data.tar.gz: ef3b8e959e8a2c186cd72d81c4be0062abe12e3cbb0b4c9dcb2205b35f1cf359
3
+ metadata.gz: ecb572e2f38a3307526a21cf0725a47654ee15e3c76035b37978b94dcde1812a
4
+ data.tar.gz: c66e9c6af95348eb11dd5bbb65396c3bc392630fa1cd99cba151eb68601a2042
5
5
  SHA512:
6
- metadata.gz: e9e72b9e8b4fb04d2ad8256403b9fc474cdfa61593d7e3a1f5bf381dbca7455e5e2cdc4bf08cfaec17921047ba42977901133ef1f9d2b46e66eb3c69ae50c795
7
- data.tar.gz: 7440fb4537f55c54ce58f734b1743dcc5b0cfd629bbed0b77c6c3882885749c1c560dd7971ad861a0a191a2e3566bc798e2436cff0e41709b644303247722f44
6
+ metadata.gz: 440444e6fce7fe9a26a8fbad9b0190ee4ff4319e50534f33aa25840138410cbb61f6df70b174885a65ee2a9db8bc3aedef9f5c1b5ed7a1544dcfe9a902d2caba
7
+ data.tar.gz: 3deef3acfda603715a93497cb0d4e7cf5ddd2431e2b3796b1841e465bf31b87efc4cb38ef045a7d1a1ac8af6bc982858bee4394bce7533cf2e30532b01cc5a6d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.48.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230224
6
+
3
7
  ### v0.47.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230219
@@ -4014,7 +4014,9 @@ module Google
4014
4014
  attr_accessor :group
4015
4015
 
4016
4016
  # The resource name for the rbacrolebinding `projects/`project`/locations/`
4017
- # location`/namespaces/`namespace`/rbacrolebindings/`rbacrolebinding``
4017
+ # location`/namespaces/`namespace`/rbacrolebindings/`rbacrolebinding`` or `
4018
+ # projects/`project`/locations/`location`/memberships/`membership`/
4019
+ # rbacrolebindings/`rbacrolebinding``
4018
4020
  # Corresponds to the JSON property `name`
4019
4021
  # @return [String]
4020
4022
  attr_accessor :name
@@ -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.47.0"
19
+ GEM_VERSION = "0.48.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 = "20230219"
25
+ REVISION = "20230224"
26
26
  end
27
27
  end
28
28
  end
@@ -1700,7 +1700,9 @@ module Google
1700
1700
  # Updates a RBACRoleBinding.
1701
1701
  # @param [String] name
1702
1702
  # The resource name for the rbacrolebinding `projects/`project`/locations/`
1703
- # location`/namespaces/`namespace`/rbacrolebindings/`rbacrolebinding``
1703
+ # location`/namespaces/`namespace`/rbacrolebindings/`rbacrolebinding`` or `
1704
+ # projects/`project`/locations/`location`/memberships/`membership`/
1705
+ # rbacrolebindings/`rbacrolebinding``
1704
1706
  # @param [Google::Apis::GkehubV1alpha::RbacRoleBinding] rbac_role_binding_object
1705
1707
  # @param [String] update_mask
1706
1708
  # Required. The fields to be updated.
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.47.0
4
+ version: 0.48.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-02-26 00:00:00.000000000 Z
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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.48.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: []