google-apis-gkehub_v1beta 0.53.0 → 0.54.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: f2089a757a3d207b2bacb2226b7c02bffd0c2f95883a226f50e0596dc452c51d
4
- data.tar.gz: 51c4c160a8e30fe84df91e3dae558024d521212e2840a55da7e67eea2a9b6951
3
+ metadata.gz: 4a7b518666904c0e9b15a0c92a69bba855abc9377a844b863cb5b49b69113f9a
4
+ data.tar.gz: 75657a2014ba0ca8d0ef725cbc87567bc3fd968af0a55c29d233fae4211dcacb
5
5
  SHA512:
6
- metadata.gz: a18084c47dd759b2cbe180239f70d36bd558900e2c18b29e9042e3aea2c1671950bfdec42d1d896293e1d81948ecaa6a386c1201613abed2fdda6cea454e01bf
7
- data.tar.gz: f43ec53ed2a66950127ab48bce477146daff30403f4e755b7907d469b6d33f47b20f0442d476bdfa6d567b36db8caa3fc3e13a0dadd5bb874bc315006e288406
6
+ metadata.gz: 9f52fa11efa9697f42371077674cdfaec3d1eda270e017c6639ed4f145915b8fd87fec9d7436f2f34189ff88dd2d8f26b7e7d1901d185d2e7b3809477bd20345
7
+ data.tar.gz: 73d1a5a6c2242a8074a37428e75ec4257f25157988f6d18dd126f1e9d7ac68f2b65301a0302c5843465d723aad697340162005a25c97f58b646f551bd019da7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.54.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.53.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230728
@@ -2103,6 +2103,11 @@ 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
+
2106
2111
  def initialize(**args)
2107
2112
  update!(**args)
2108
2113
  end
@@ -2114,6 +2119,7 @@ module Google
2114
2119
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
2115
2120
  @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
2116
2121
  @tenant = args[:tenant] if args.key?(:tenant)
2122
+ @user_claim = args[:user_claim] if args.key?(:user_claim)
2117
2123
  end
2118
2124
  end
2119
2125
 
@@ -3066,13 +3072,13 @@ module Google
3066
3072
  # @return [String]
3067
3073
  attr_accessor :name
3068
3074
 
3069
- # The normal response of the operation in case of success. If the original
3070
- # method returns no data on success, such as `Delete`, the response is `google.
3071
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3072
- # the response should be the resource. For other methods, the response should
3073
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3074
- # example, if the original method name is `TakeSnapshot()`, the inferred
3075
- # response type is `TakeSnapshotResponse`.
3075
+ # The normal, successful response of the operation. If the original method
3076
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3077
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3078
+ # response should be the resource. For other methods, the response should have
3079
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3080
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3081
+ # `TakeSnapshotResponse`.
3076
3082
  # Corresponds to the JSON property `response`
3077
3083
  # @return [Hash<String,Object>]
3078
3084
  attr_accessor :response
@@ -3180,22 +3186,22 @@ module Google
3180
3186
  # evaluates to `true`. A condition can add constraints based on attributes of
3181
3187
  # the request, the resource, or both. To learn which resources support
3182
3188
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3183
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3189
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3184
3190
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3185
3191
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3186
3192
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3187
3193
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3188
3194
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3189
3195
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3190
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3191
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3192
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3193
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3194
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3195
- # access description: Does not grant access after Sep 2020 expression: request.
3196
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3197
- # a description of IAM and its features, see the [IAM documentation](https://
3198
- # cloud.google.com/iam/docs/).
3196
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3197
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3198
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3199
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3200
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3201
+ # title: expirable access description: Does not grant access after Sep 2020
3202
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3203
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3204
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3199
3205
  class Policy
3200
3206
  include Google::Apis::Core::Hashable
3201
3207
 
@@ -4075,22 +4081,22 @@ module Google
4075
4081
  # evaluates to `true`. A condition can add constraints based on attributes of
4076
4082
  # the request, the resource, or both. To learn which resources support
4077
4083
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4078
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4084
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4079
4085
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4080
4086
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4081
4087
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4082
4088
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4083
4089
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4084
4090
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4085
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4086
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4087
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4088
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4089
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4090
- # access description: Does not grant access after Sep 2020 expression: request.
4091
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4092
- # a description of IAM and its features, see the [IAM documentation](https://
4093
- # cloud.google.com/iam/docs/).
4091
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4092
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4093
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4094
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4095
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4096
+ # title: expirable access description: Does not grant access after Sep 2020
4097
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4098
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4099
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4094
4100
  # Corresponds to the JSON property `policy`
4095
4101
  # @return [Google::Apis::GkehubV1beta::Policy]
4096
4102
  attr_accessor :policy
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.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 = "20230728"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
@@ -1331,6 +1331,7 @@ 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'
1334
1335
  end
1335
1336
  end
1336
1337
 
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.53.0
4
+ version: 0.54.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-06 00:00:00.000000000 Z
11
+ date: 2023-08-20 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.54.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: []