google-apis-gkehub_v1 0.75.0 → 0.76.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: b6ae16ce0ab257593cd7525cea5951eeaf0517d9e66f292a899eaccd412d044c
4
- data.tar.gz: c1c7c2ec565b3d279a843ee0abf01b22c29aae67b2c7ce2f26159e5060f07bc2
3
+ metadata.gz: c5857aec0002b87ba0bc4ed499b3048d659140a7ba84b8652552b7d7907d4bce
4
+ data.tar.gz: 58a942fafb62b45747b13ec38ac76107305dc931e9c486f4f342b3e72b83fe3b
5
5
  SHA512:
6
- metadata.gz: e2c7a9d6f9e4aab18114530f308674896d6945fcfdc0c479d4e52b1691d773c9e77bb8c7eaf4bdff66df5a9899eea333f5e028e891d3d6b025f54d02a327e75a
7
- data.tar.gz: 72443276802d73342f8f8a59616669bef16a6314b4555cdc4c6112122de8c04d67aa5066f399b41bb8a05893f34dd96e16a063450bbf6f7620514327c0c52fd0
6
+ metadata.gz: 0d9d3649352b77deb7f67e34a4dac19aec77c31878435fcc95d1e08332c508d2ade20b15718bdaa44e849943a0ab7f9cec7d9395fcaa55537124b416345ff43e
7
+ data.tar.gz: e055f20e7ce449b834d8cf5361b4c57963250c7ea434c3f959e638aa9d5fd53efd992a9e1c03e69a15eb369723eeb57e584dc6260f22fecae9009fc72856c27a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.76.0 (2024-06-30)
4
+
5
+ * Regenerated from discovery document revision 20240623
6
+
3
7
  ### v0.75.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240511
@@ -3412,6 +3412,39 @@ module Google
3412
3412
  end
3413
3413
  end
3414
3414
 
3415
+ # List of Membership RBACRoleBindings.
3416
+ class ListMembershipRbacRoleBindingsResponse
3417
+ include Google::Apis::Core::Hashable
3418
+
3419
+ # A token to request the next page of resources from the `
3420
+ # ListMembershipRBACRoleBindings` method. The value of an empty string means
3421
+ # that there are no more resources to return.
3422
+ # Corresponds to the JSON property `nextPageToken`
3423
+ # @return [String]
3424
+ attr_accessor :next_page_token
3425
+
3426
+ # The list of Membership RBACRoleBindings.
3427
+ # Corresponds to the JSON property `rbacrolebindings`
3428
+ # @return [Array<Google::Apis::GkehubV1::RbacRoleBinding>]
3429
+ attr_accessor :rbacrolebindings
3430
+
3431
+ # List of locations that could not be reached while fetching this list.
3432
+ # Corresponds to the JSON property `unreachable`
3433
+ # @return [Array<String>]
3434
+ attr_accessor :unreachable
3435
+
3436
+ def initialize(**args)
3437
+ update!(**args)
3438
+ end
3439
+
3440
+ # Update properties of this object
3441
+ def update!(**args)
3442
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3443
+ @rbacrolebindings = args[:rbacrolebindings] if args.key?(:rbacrolebindings)
3444
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3445
+ end
3446
+ end
3447
+
3415
3448
  # Response message for the `GkeHub.ListMemberships` method.
3416
3449
  class ListMembershipsResponse
3417
3450
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.75.0"
19
+ GEM_VERSION = "0.76.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240511"
25
+ REVISION = "20240623"
26
26
  end
27
27
  end
28
28
  end
@@ -586,6 +586,12 @@ module Google
586
586
  include Google::Apis::Core::JsonObjectSupport
587
587
  end
588
588
 
589
+ class ListMembershipRbacRoleBindingsResponse
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
589
595
  class ListMembershipsResponse
590
596
  class Representation < Google::Apis::Core::JsonRepresentation; end
591
597
 
@@ -1903,6 +1909,16 @@ module Google
1903
1909
  end
1904
1910
  end
1905
1911
 
1912
+ class ListMembershipRbacRoleBindingsResponse
1913
+ # @private
1914
+ class Representation < Google::Apis::Core::JsonRepresentation
1915
+ property :next_page_token, as: 'nextPageToken'
1916
+ collection :rbacrolebindings, as: 'rbacrolebindings', class: Google::Apis::GkehubV1::RbacRoleBinding, decorator: Google::Apis::GkehubV1::RbacRoleBinding::Representation
1917
+
1918
+ collection :unreachable, as: 'unreachable'
1919
+ end
1920
+ end
1921
+
1906
1922
  class ListMembershipsResponse
1907
1923
  # @private
1908
1924
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1294,6 +1294,47 @@ module Google
1294
1294
  execute_or_queue_command(command, &block)
1295
1295
  end
1296
1296
 
1297
+ # Lists all Membership RBACRoleBindings.
1298
+ # @param [String] parent
1299
+ # Required. The parent (project and location) where the Features will be listed.
1300
+ # Specified in the format `projects/*/locations/*/memberships/*`.
1301
+ # @param [Fixnum] page_size
1302
+ # Optional. When requesting a 'page' of resources, `page_size` specifies number
1303
+ # of resources to return. If unspecified or set to 0, all resources will be
1304
+ # returned.
1305
+ # @param [String] page_token
1306
+ # Optional. Token returned by previous call to `ListMembershipRBACRoleBindings`
1307
+ # which specifies the position in the list from where to continue listing the
1308
+ # resources.
1309
+ # @param [String] fields
1310
+ # Selector specifying which fields to include in a partial response.
1311
+ # @param [String] quota_user
1312
+ # Available to use for quota purposes for server-side applications. Can be any
1313
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1314
+ # @param [Google::Apis::RequestOptions] options
1315
+ # Request-specific options
1316
+ #
1317
+ # @yield [result, err] Result & error if block supplied
1318
+ # @yieldparam result [Google::Apis::GkehubV1::ListMembershipRbacRoleBindingsResponse] parsed result object
1319
+ # @yieldparam err [StandardError] error object if request failed
1320
+ #
1321
+ # @return [Google::Apis::GkehubV1::ListMembershipRbacRoleBindingsResponse]
1322
+ #
1323
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1324
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1325
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1326
+ def list_project_location_membership_rbacrolebindings(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1327
+ command = make_simple_command(:get, 'v1/{+parent}/rbacrolebindings', options)
1328
+ command.response_representation = Google::Apis::GkehubV1::ListMembershipRbacRoleBindingsResponse::Representation
1329
+ command.response_class = Google::Apis::GkehubV1::ListMembershipRbacRoleBindingsResponse
1330
+ command.params['parent'] = parent unless parent.nil?
1331
+ command.query['pageSize'] = page_size unless page_size.nil?
1332
+ command.query['pageToken'] = page_token unless page_token.nil?
1333
+ command.query['fields'] = fields unless fields.nil?
1334
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1335
+ execute_or_queue_command(command, &block)
1336
+ end
1337
+
1297
1338
  # Starts asynchronous cancellation on a long-running operation. The server makes
1298
1339
  # a best effort to cancel the operation, but success is not guaranteed. If the
1299
1340
  # server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.75.0
4
+ version: 0.76.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-30 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.75.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.76.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []