google-apis-gkehub_v1 0.74.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5857aec0002b87ba0bc4ed499b3048d659140a7ba84b8652552b7d7907d4bce
|
4
|
+
data.tar.gz: 58a942fafb62b45747b13ec38ac76107305dc931e9c486f4f342b3e72b83fe3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d9d3649352b77deb7f67e34a4dac19aec77c31878435fcc95d1e08332c508d2ade20b15718bdaa44e849943a0ab7f9cec7d9395fcaa55537124b416345ff43e
|
7
|
+
data.tar.gz: e055f20e7ce449b834d8cf5361b4c57963250c7ea434c3f959e638aa9d5fd53efd992a9e1c03e69a15eb369723eeb57e584dc6260f22fecae9009fc72856c27a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
7
|
+
### v0.75.0 (2024-05-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240511
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.74.0 (2024-05-05)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240428
|
@@ -3395,6 +3395,11 @@ module Google
|
|
3395
3395
|
# @return [String]
|
3396
3396
|
attr_accessor :next_page_token
|
3397
3397
|
|
3398
|
+
# List of locations that could not be reached while fetching this list.
|
3399
|
+
# Corresponds to the JSON property `unreachable`
|
3400
|
+
# @return [Array<String>]
|
3401
|
+
attr_accessor :unreachable
|
3402
|
+
|
3398
3403
|
def initialize(**args)
|
3399
3404
|
update!(**args)
|
3400
3405
|
end
|
@@ -3403,6 +3408,40 @@ module Google
|
|
3403
3408
|
def update!(**args)
|
3404
3409
|
@membership_bindings = args[:membership_bindings] if args.key?(:membership_bindings)
|
3405
3410
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
3411
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
3412
|
+
end
|
3413
|
+
end
|
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)
|
3406
3445
|
end
|
3407
3446
|
end
|
3408
3447
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.76.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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
|
|
@@ -1899,6 +1905,17 @@ module Google
|
|
1899
1905
|
collection :membership_bindings, as: 'membershipBindings', class: Google::Apis::GkehubV1::MembershipBinding, decorator: Google::Apis::GkehubV1::MembershipBinding::Representation
|
1900
1906
|
|
1901
1907
|
property :next_page_token, as: 'nextPageToken'
|
1908
|
+
collection :unreachable, as: 'unreachable'
|
1909
|
+
end
|
1910
|
+
end
|
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'
|
1902
1919
|
end
|
1903
1920
|
end
|
1904
1921
|
|
@@ -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.
|
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-
|
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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
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: []
|