google-apis-gkehub_v1beta 0.55.0 → 0.56.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: c3f1249b56105a0d0cd04a5fa28a67c36b974a6150af3aee7e36e6fe0d5f2ee0
4
- data.tar.gz: c0c0d592e0b6d13336595ea6f015ba73ad1c3283f229263949a25682ba3fe33c
3
+ metadata.gz: 494ff53cb73cb4ad5a1802e23b61ad920cde5d1cb557bed52b82a76f6ad8d3e9
4
+ data.tar.gz: b663491fc974ab212969c984c54aa8c02338ff5918c672d5fe7ecb73c4d2a669
5
5
  SHA512:
6
- metadata.gz: 6e0a9ec5436813518be7378bd3136cead4b898893858178e3074462a718f0e38b98d6d837851c25aeadf4ab3b654f50d8ba8d41880786da5886fee4e728628ac
7
- data.tar.gz: '0994281c762918915e0b0adc4ad4836370517ea06174b2a38002d4e8f2390d35420b2a171c8e45214eca320f23076b5f1a9dfec7cdf40cc7724a130f9084b43f'
6
+ metadata.gz: d23a58f956838cf9a89c75f195353ef81b17c113271c377742a0fffc39306c7caaf9c3e2d7d486573d15b8a0762d482bf9c6f2a474a7e0b709a8e6a053fa5dbe
7
+ data.tar.gz: 2915e0b416d184fbe92467b83cb7c0124c43dec5268f2187c334c96efe7d671762d890423f05d201e4536072b56581e6ad4bba62e685c21ce7a5418556c00b39
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.56.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230901
6
+
3
7
  ### v0.55.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230814
@@ -2103,11 +2103,6 @@ module Google
2103
2103
  # @return [String]
2104
2104
  attr_accessor :tenant
2105
2105
 
2106
- # Optional. Claim in the AzureAD ID Token that holds the user details.
2107
- # Corresponds to the JSON property `userClaim`
2108
- # @return [String]
2109
- attr_accessor :user_claim
2110
-
2111
2106
  def initialize(**args)
2112
2107
  update!(**args)
2113
2108
  end
@@ -2119,7 +2114,6 @@ module Google
2119
2114
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
2120
2115
  @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
2121
2116
  @tenant = args[:tenant] if args.key?(:tenant)
2122
- @user_claim = args[:user_claim] if args.key?(:user_claim)
2123
2117
  end
2124
2118
  end
2125
2119
 
@@ -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.55.0"
19
+ GEM_VERSION = "0.56.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 = "20230814"
25
+ REVISION = "20230901"
26
26
  end
27
27
  end
28
28
  end
@@ -1331,7 +1331,6 @@ module Google
1331
1331
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1332
1332
  property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
1333
1333
  property :tenant, as: 'tenant'
1334
- property :user_claim, as: 'userClaim'
1335
1334
  end
1336
1335
  end
1337
1336
 
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.55.0
4
+ version: 0.56.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-08-27 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.56.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: []