google-apis-gkehub_v1alpha 0.51.0 → 0.52.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: 9fa842b9d06c95e8d879f9887a19d66d19fba335c0518227d8dc0c63e2042363
|
4
|
+
data.tar.gz: 1b86799618c5d6762935a8dcecb62a5244279e6ee61eb95408d9d255cfe35d7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '068f350a1dea9280b67db5f004e81b174a1dc10d4c3615ea3ca6238b157bddf8a08804338f0f81a27f2078f8d2fa8216c5ff336bb8d0006a98d563b97daf179f'
|
7
|
+
data.tar.gz: 9f9af361858b84c29a7a514f5360bca76e17ddce33bb60a3e4dccc2cbb34efbfcc10b9db6fb22c393328374657373fc7a582db1647059460530afa39fa23fead
|
data/CHANGELOG.md
CHANGED
@@ -4311,6 +4311,12 @@ module Google
|
|
4311
4311
|
class Scope
|
4312
4312
|
include Google::Apis::Core::Hashable
|
4313
4313
|
|
4314
|
+
# If true, all Memberships in the Fleet bind to this Scope.
|
4315
|
+
# Corresponds to the JSON property `allMemberships`
|
4316
|
+
# @return [Boolean]
|
4317
|
+
attr_accessor :all_memberships
|
4318
|
+
alias_method :all_memberships?, :all_memberships
|
4319
|
+
|
4314
4320
|
# Output only. When the scope was created.
|
4315
4321
|
# Corresponds to the JSON property `createTime`
|
4316
4322
|
# @return [String]
|
@@ -4350,6 +4356,7 @@ module Google
|
|
4350
4356
|
|
4351
4357
|
# Update properties of this object
|
4352
4358
|
def update!(**args)
|
4359
|
+
@all_memberships = args[:all_memberships] if args.key?(:all_memberships)
|
4353
4360
|
@create_time = args[:create_time] if args.key?(:create_time)
|
4354
4361
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
4355
4362
|
@name = args[:name] if args.key?(: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.
|
19
|
+
GEM_VERSION = "0.52.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 = "20230414"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2036,6 +2036,7 @@ module Google
|
|
2036
2036
|
class Scope
|
2037
2037
|
# @private
|
2038
2038
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2039
|
+
property :all_memberships, as: 'allMemberships'
|
2039
2040
|
property :create_time, as: 'createTime'
|
2040
2041
|
property :delete_time, as: 'deleteTime'
|
2041
2042
|
property :name, as: 'name'
|
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.
|
4
|
+
version: 0.52.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-04-
|
11
|
+
date: 2023-04-23 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.52.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: []
|