google-apis-gkehub_v1beta1 0.34.0 → 0.35.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: 9754ee90e1b738951bd930b0b7b89a46cfc054b244757676b6dfd763d894a4e2
4
- data.tar.gz: 26455d15b1e7eb01a17addc46f68706a3f2b7d3036b2d4cb5307f32718e848be
3
+ metadata.gz: 2913300ecce9b645b878e0b03ff4409fa0adc519c6989eb142057ca19b922615
4
+ data.tar.gz: 858b9fb27733df2b5d3c7d25e8915ec6f011a913ca55eede0d072274df26f8ea
5
5
  SHA512:
6
- metadata.gz: d982ae5ef73597aeb17d84d60957d0633090ab9b5c3a3470009602fe119b7ef40beddef10c04ed750d34e44a03c69effc85d7409445e5afbb96be1d35884b2a9
7
- data.tar.gz: c101f195e04b6655e4e8caec3f2ffe2ecc1484a2ab2ac64ebb8c34c6ccb4416e2221aa68dec397af1668916d2b30493bc3095e21072cbf7c5ffd70969104c508
6
+ metadata.gz: '0229c75b512f6b951282c6aba9d6acf213013e4253e0e4287d4eb82825e9f192aa5a5086c36d5769c36176ed9287e1a5f84b00b73cd0c61247340496c912ce27'
7
+ data.tar.gz: be4d757b7d01236a6afbbd0c8403ecdfbbae59f1740b0c31341700464abdcb8272ee4e441679e2c1cc6db59618326d9202cf8041b6be4d70271d1aea1cfc30de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta1
2
2
 
3
+ ### v0.35.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.34.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230424
@@ -1103,13 +1103,13 @@ module Google
1103
1103
  # @return [String]
1104
1104
  attr_accessor :name
1105
1105
 
1106
- # The normal response of the operation in case of success. If the original
1107
- # method returns no data on success, such as `Delete`, the response is `google.
1108
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1109
- # the response should be the resource. For other methods, the response should
1110
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1111
- # example, if the original method name is `TakeSnapshot()`, the inferred
1112
- # response type is `TakeSnapshotResponse`.
1106
+ # The normal, successful response of the operation. If the original method
1107
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1108
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1109
+ # response should be the resource. For other methods, the response should have
1110
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1111
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1112
+ # `TakeSnapshotResponse`.
1113
1113
  # Corresponds to the JSON property `response`
1114
1114
  # @return [Hash<String,Object>]
1115
1115
  attr_accessor :response
@@ -1198,22 +1198,22 @@ module Google
1198
1198
  # evaluates to `true`. A condition can add constraints based on attributes of
1199
1199
  # the request, the resource, or both. To learn which resources support
1200
1200
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1201
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1201
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1202
1202
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1203
1203
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1204
1204
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1205
1205
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1206
1206
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1207
1207
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1208
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1209
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1210
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1211
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1212
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1213
- # access description: Does not grant access after Sep 2020 expression: request.
1214
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1215
- # a description of IAM and its features, see the [IAM documentation](https://
1216
- # cloud.google.com/iam/docs/).
1208
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1209
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1210
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1211
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1212
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1213
+ # title: expirable access description: Does not grant access after Sep 2020
1214
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1215
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1216
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1217
1217
  class Policy
1218
1218
  include Google::Apis::Core::Hashable
1219
1219
 
@@ -1364,22 +1364,22 @@ module Google
1364
1364
  # evaluates to `true`. A condition can add constraints based on attributes of
1365
1365
  # the request, the resource, or both. To learn which resources support
1366
1366
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1367
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1367
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1368
1368
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1369
1369
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1370
1370
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1371
1371
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1372
1372
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1373
1373
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1374
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1375
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1376
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1377
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1378
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1379
- # access description: Does not grant access after Sep 2020 expression: request.
1380
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1381
- # a description of IAM and its features, see the [IAM documentation](https://
1382
- # cloud.google.com/iam/docs/).
1374
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1375
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1376
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1377
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1378
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1379
+ # title: expirable access description: Does not grant access after Sep 2020
1380
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1381
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1382
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1383
1383
  # Corresponds to the JSON property `policy`
1384
1384
  # @return [Google::Apis::GkehubV1beta1::Policy]
1385
1385
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta1
18
18
  # Version of the google-apis-gkehub_v1beta1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.35.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 = "20230424"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.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-04-30 00:00:00.000000000 Z
11
+ date: 2023-08-13 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []