google-apis-gkehub_v1 0.51.0 → 0.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fae71c42d7514f617912730a044986cde72c34c8c46a916c1fdb69bd9739ab31
|
4
|
+
data.tar.gz: b840a32be85dc633c045d952ebafc0424e26202070ebd6a35a75d8145c27bf93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f4863639de82ce38a2f3e8a264571ef5083ce313e1a5cb3e15446909cd4bae000c615aae9bae5f5a723c23bae30f7199ad1934687da67f511e458b50119b819
|
7
|
+
data.tar.gz: 7972a8031bc3f4c5d5bfe3b7ae32d3761e01ad8b9349378cf4b4f302c83ab350c697c27c2506dd856431a2aea0143e11b4a48b20a342d2009b3a2f75e9f9768a
|
data/CHANGELOG.md
CHANGED
@@ -1673,6 +1673,11 @@ module Google
|
|
1673
1673
|
# @return [String]
|
1674
1674
|
attr_accessor :display_name
|
1675
1675
|
|
1676
|
+
# Optional. Labels for this Fleet.
|
1677
|
+
# Corresponds to the JSON property `labels`
|
1678
|
+
# @return [Hash<String,String>]
|
1679
|
+
attr_accessor :labels
|
1680
|
+
|
1676
1681
|
# Output only. The full, unique resource name of this fleet in the format of `
|
1677
1682
|
# projects/`project`/locations/`location`/fleets/`fleet``. Each Google Cloud
|
1678
1683
|
# project can have at most one fleet resource, named "default".
|
@@ -1706,6 +1711,7 @@ module Google
|
|
1706
1711
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1707
1712
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
1708
1713
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1714
|
+
@labels = args[:labels] if args.key?(:labels)
|
1709
1715
|
@name = args[:name] if args.key?(:name)
|
1710
1716
|
@state = args[:state] if args.key?(:state)
|
1711
1717
|
@uid = args[:uid] if args.key?(:uid)
|
@@ -2109,6 +2115,11 @@ module Google
|
|
2109
2115
|
# @return [String]
|
2110
2116
|
attr_accessor :tenant
|
2111
2117
|
|
2118
|
+
# Optional. Claim in the AzureAD ID Token that holds the user details.
|
2119
|
+
# Corresponds to the JSON property `userClaim`
|
2120
|
+
# @return [String]
|
2121
|
+
attr_accessor :user_claim
|
2122
|
+
|
2112
2123
|
def initialize(**args)
|
2113
2124
|
update!(**args)
|
2114
2125
|
end
|
@@ -2120,6 +2131,7 @@ module Google
|
|
2120
2131
|
@encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
|
2121
2132
|
@kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
|
2122
2133
|
@tenant = args[:tenant] if args.key?(:tenant)
|
2134
|
+
@user_claim = args[:user_claim] if args.key?(:user_claim)
|
2123
2135
|
end
|
2124
2136
|
end
|
2125
2137
|
|
@@ -2782,6 +2794,11 @@ module Google
|
|
2782
2794
|
attr_accessor :fleet
|
2783
2795
|
alias_method :fleet?, :fleet
|
2784
2796
|
|
2797
|
+
# Optional. Labels for this MembershipBinding.
|
2798
|
+
# Corresponds to the JSON property `labels`
|
2799
|
+
# @return [Hash<String,String>]
|
2800
|
+
attr_accessor :labels
|
2801
|
+
|
2785
2802
|
# The resource name for the membershipbinding itself `projects/`project`/
|
2786
2803
|
# locations/`location`/memberships/`membership`/bindings/`membershipbinding``
|
2787
2804
|
# Corresponds to the JSON property `name`
|
@@ -2819,6 +2836,7 @@ module Google
|
|
2819
2836
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2820
2837
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
2821
2838
|
@fleet = args[:fleet] if args.key?(:fleet)
|
2839
|
+
@labels = args[:labels] if args.key?(:labels)
|
2822
2840
|
@name = args[:name] if args.key?(:name)
|
2823
2841
|
@scope = args[:scope] if args.key?(:scope)
|
2824
2842
|
@state = args[:state] if args.key?(:state)
|
@@ -3502,6 +3520,11 @@ module Google
|
|
3502
3520
|
# @return [String]
|
3503
3521
|
attr_accessor :delete_time
|
3504
3522
|
|
3523
|
+
# Optional. Labels for this Scope.
|
3524
|
+
# Corresponds to the JSON property `labels`
|
3525
|
+
# @return [Hash<String,String>]
|
3526
|
+
attr_accessor :labels
|
3527
|
+
|
3505
3528
|
# The resource name for the scope `projects/`project`/locations/`location`/
|
3506
3529
|
# scopes/`scope``
|
3507
3530
|
# Corresponds to the JSON property `name`
|
@@ -3534,6 +3557,7 @@ module Google
|
|
3534
3557
|
@all_memberships = args[:all_memberships] if args.key?(:all_memberships)
|
3535
3558
|
@create_time = args[:create_time] if args.key?(:create_time)
|
3536
3559
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
3560
|
+
@labels = args[:labels] if args.key?(:labels)
|
3537
3561
|
@name = args[:name] if args.key?(:name)
|
3538
3562
|
@state = args[:state] if args.key?(:state)
|
3539
3563
|
@uid = args[:uid] if args.key?(:uid)
|
@@ -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.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 = "20230707"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1102,6 +1102,7 @@ module Google
|
|
1102
1102
|
property :create_time, as: 'createTime'
|
1103
1103
|
property :delete_time, as: 'deleteTime'
|
1104
1104
|
property :display_name, as: 'displayName'
|
1105
|
+
hash :labels, as: 'labels'
|
1105
1106
|
property :name, as: 'name'
|
1106
1107
|
property :state, as: 'state', class: Google::Apis::GkehubV1::FleetLifecycleState, decorator: Google::Apis::GkehubV1::FleetLifecycleState::Representation
|
1107
1108
|
|
@@ -1246,6 +1247,7 @@ module Google
|
|
1246
1247
|
property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
|
1247
1248
|
property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
|
1248
1249
|
property :tenant, as: 'tenant'
|
1250
|
+
property :user_claim, as: 'userClaim'
|
1249
1251
|
end
|
1250
1252
|
end
|
1251
1253
|
|
@@ -1424,6 +1426,7 @@ module Google
|
|
1424
1426
|
property :create_time, as: 'createTime'
|
1425
1427
|
property :delete_time, as: 'deleteTime'
|
1426
1428
|
property :fleet, as: 'fleet'
|
1429
|
+
hash :labels, as: 'labels'
|
1427
1430
|
property :name, as: 'name'
|
1428
1431
|
property :scope, as: 'scope'
|
1429
1432
|
property :state, as: 'state', class: Google::Apis::GkehubV1::MembershipBindingLifecycleState, decorator: Google::Apis::GkehubV1::MembershipBindingLifecycleState::Representation
|
@@ -1605,6 +1608,7 @@ module Google
|
|
1605
1608
|
property :all_memberships, as: 'allMemberships'
|
1606
1609
|
property :create_time, as: 'createTime'
|
1607
1610
|
property :delete_time, as: 'deleteTime'
|
1611
|
+
hash :labels, as: 'labels'
|
1608
1612
|
property :name, as: 'name'
|
1609
1613
|
property :state, as: 'state', class: Google::Apis::GkehubV1::ScopeLifecycleState, decorator: Google::Apis::GkehubV1::ScopeLifecycleState::Representation
|
1610
1614
|
|
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.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-07-
|
11
|
+
date: 2023-07-16 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.52.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: []
|