google-apis-gkehub_v1beta 0.57.0 → 0.58.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: c3f54a630128a8c4a41d9c48bd5fa0f7b9c66ab9ab1095c1d16fc6ce507f6bc5
|
4
|
+
data.tar.gz: 934d0659bab64aaeb6d2eb9c99f8e0c47081c234fc03dae253227ddb84f7af9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b69b01274407b933ac3a9e87b3cae7b7eaaaf610cefd822caa564c0f2d40d90732b04c97a1c82bef217836909648b3c687bace03fb8993376d20d06b1540b96
|
7
|
+
data.tar.gz: 3f34604660114b81833d802ab99fac2f7da38fb4208abd9544b5b61a9b9efb4dba9be27a9acb327472ef6dca37171feb952e0dfa16792badb5d06af905e80b5e
|
data/CHANGELOG.md
CHANGED
@@ -3808,12 +3808,6 @@ module Google
|
|
3808
3808
|
class Scope
|
3809
3809
|
include Google::Apis::Core::Hashable
|
3810
3810
|
|
3811
|
-
# If true, all Memberships in the Fleet bind to this Scope.
|
3812
|
-
# Corresponds to the JSON property `allMemberships`
|
3813
|
-
# @return [Boolean]
|
3814
|
-
attr_accessor :all_memberships
|
3815
|
-
alias_method :all_memberships?, :all_memberships
|
3816
|
-
|
3817
3811
|
# Output only. When the scope was created.
|
3818
3812
|
# Corresponds to the JSON property `createTime`
|
3819
3813
|
# @return [String]
|
@@ -3867,7 +3861,6 @@ module Google
|
|
3867
3861
|
|
3868
3862
|
# Update properties of this object
|
3869
3863
|
def update!(**args)
|
3870
|
-
@all_memberships = args[:all_memberships] if args.key?(:all_memberships)
|
3871
3864
|
@create_time = args[:create_time] if args.key?(:create_time)
|
3872
3865
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
3873
3866
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta
|
18
18
|
# Version of the google-apis-gkehub_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.58.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 = "20230921"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1815,7 +1815,6 @@ module Google
|
|
1815
1815
|
class Scope
|
1816
1816
|
# @private
|
1817
1817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1818
|
-
property :all_memberships, as: 'allMemberships'
|
1819
1818
|
property :create_time, as: 'createTime'
|
1820
1819
|
property :delete_time, as: 'deleteTime'
|
1821
1820
|
hash :labels, as: 'labels'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.58.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-
|
11
|
+
date: 2023-10-01 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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.58.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|