google-apis-gkehub_v1alpha 0.63.0 → 0.64.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: '0943ef4c495127a3337926ac6c4a2cc69bc7f55c5b2db4e14524f052d26bb385'
|
4
|
+
data.tar.gz: 3996f22d87f1dafce65478867fb8308e01a65b2ea1798eac815c576c1600881a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8a630263f45582c13877cc4198f28c6e2fbd58bf9f7710c4fb21e00a20bbe94246500fc222064840117b5298e74df94b4db63510dd0c4e14a58a73b918d4a43
|
7
|
+
data.tar.gz: a6fde7a00533595c9f26c1d326cddcdab075806ed2ec9e8128c9426d4ce72347875917d393d5f9e5ba8d370617dd7fe4fb412ddcef72ef75521af0c15fcd4785
|
data/CHANGELOG.md
CHANGED
@@ -5103,12 +5103,6 @@ module Google
|
|
5103
5103
|
class Scope
|
5104
5104
|
include Google::Apis::Core::Hashable
|
5105
5105
|
|
5106
|
-
# If true, all Memberships in the Fleet bind to this Scope.
|
5107
|
-
# Corresponds to the JSON property `allMemberships`
|
5108
|
-
# @return [Boolean]
|
5109
|
-
attr_accessor :all_memberships
|
5110
|
-
alias_method :all_memberships?, :all_memberships
|
5111
|
-
|
5112
5106
|
# Output only. When the scope was created.
|
5113
5107
|
# Corresponds to the JSON property `createTime`
|
5114
5108
|
# @return [String]
|
@@ -5162,7 +5156,6 @@ module Google
|
|
5162
5156
|
|
5163
5157
|
# Update properties of this object
|
5164
5158
|
def update!(**args)
|
5165
|
-
@all_memberships = args[:all_memberships] if args.key?(:all_memberships)
|
5166
5159
|
@create_time = args[:create_time] if args.key?(:create_time)
|
5167
5160
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
5168
5161
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -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.64.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 = "20230929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2440,7 +2440,6 @@ module Google
|
|
2440
2440
|
class Scope
|
2441
2441
|
# @private
|
2442
2442
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2443
|
-
property :all_memberships, as: 'allMemberships'
|
2444
2443
|
property :create_time, as: 'createTime'
|
2445
2444
|
property :delete_time, as: 'deleteTime'
|
2446
2445
|
hash :labels, as: 'labels'
|
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.64.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-08 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.64.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: []
|