google-apis-gkehub_v1alpha 0.47.0 → 0.49.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: f9f8d7459f6f631409d88e7a6e21dc3d22e6123e8ed771843b735836e71d0103
4
+ data.tar.gz: 4d398cc07ba52dd98521251438928bf269ac591c81ef47b72e9eb560e22962f0
5
5
  SHA512:
6
- metadata.gz: e9e72b9e8b4fb04d2ad8256403b9fc474cdfa61593d7e3a1f5bf381dbca7455e5e2cdc4bf08cfaec17921047ba42977901133ef1f9d2b46e66eb3c69ae50c795
7
- data.tar.gz: 7440fb4537f55c54ce58f734b1743dcc5b0cfd629bbed0b77c6c3882885749c1c560dd7971ad861a0a191a2e3566bc798e2436cff0e41709b644303247722f44
6
+ metadata.gz: 1cd0b2280096ddfcc310effb548f9799edf47d23e720ed35bfdf4ad065352cca60f265d4959059ad16316226f0145998ecab95ffcc0a5b134dc4cdc65dfd04d7
7
+ data.tar.gz: e0fe9c7e76c2b8eccd257b73ba42f73b1a19824528d9568646770d565e09dbcda1ca7e100ccfcf1dcd583438dd68623272d3e187a83ef1d8e1144061fc0d46a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.49.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230310
6
+
7
+ ### v0.48.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230224
10
+
3
11
  ### v0.47.0 (2023-02-26)
4
12
 
5
13
  * 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.49.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 = "20230310"
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.
@@ -1839,13 +1841,7 @@ module Google
1839
1841
  end
1840
1842
 
1841
1843
  # Lists operations that match the specified filter in the request. If the server
1842
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
1843
- # binding allows API services to override the binding to use different resource
1844
- # name schemes, such as `users/*/operations`. To override the binding, API
1845
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
1846
- # service configuration. For backwards compatibility, the default name includes
1847
- # the operations collection id, however overriding users must ensure the name
1848
- # binding is the parent resource, without the operations collection id.
1844
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
1849
1845
  # @param [String] name
1850
1846
  # The name of the operation's parent resource.
1851
1847
  # @param [String] filter
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.49.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-19 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.49.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: []