google-apis-gkehub_v1alpha2 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: 7794f39cfbb40a8c615648bc9520e72362213b5fb85dc19bf23e2dddf5167a08
4
- data.tar.gz: 5bbfaf74de987c77752a6c24830341e051eaa53184290f9d5b81c1b7ae81ee00
3
+ metadata.gz: 4dfad590a95707c679831550f7645c0c5b8339b7c52abd92090a0c40b05e3c52
4
+ data.tar.gz: f8026816ac2635da8813a398f831e6868e7f724e1d2e62c9e84c6cb555e92c11
5
5
  SHA512:
6
- metadata.gz: fd45f359cbea235345c22d7c966ae171f77ad0e7b17a3a0330a7799a09768c3edf48621381da0c62b7d3a30138b49346bbe30b02107d1c95251720b1662770e9
7
- data.tar.gz: a8a88ad8772f520192c0f390125d62dc9ee516bccf9c97ac914f0162d11a8c6f0b9f1c5e504eab1cc03903f872e7407d1ddb2c8a166117a300d89a02af572870
6
+ metadata.gz: 3a752fd4d7ef4b60f2c47062c208f3262c4b566608897755b21a48792298b5c6269375faa7e23450f5398a9ff15db2bf5fd6ba1240f2ce9b8243e5efcbc61df8
7
+ data.tar.gz: 4c644474728907ed7ae2758408c3815ec51ad504b7e71cd90f687cc6fad30baf4285822df6280c3ff5e706c46c06aaee4eb0d9ba464a8bc33e0ed59f638331f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha2
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
@@ -1107,13 +1107,13 @@ module Google
1107
1107
  # @return [String]
1108
1108
  attr_accessor :name
1109
1109
 
1110
- # The normal response of the operation in case of success. If the original
1111
- # method returns no data on success, such as `Delete`, the response is `google.
1112
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1113
- # the response should be the resource. For other methods, the response should
1114
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1115
- # example, if the original method name is `TakeSnapshot()`, the inferred
1116
- # response type is `TakeSnapshotResponse`.
1110
+ # The normal, successful response of the operation. If the original method
1111
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1112
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1113
+ # response should be the resource. For other methods, the response should have
1114
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1115
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1116
+ # `TakeSnapshotResponse`.
1117
1117
  # Corresponds to the JSON property `response`
1118
1118
  # @return [Hash<String,Object>]
1119
1119
  attr_accessor :response
@@ -1202,22 +1202,22 @@ module Google
1202
1202
  # evaluates to `true`. A condition can add constraints based on attributes of
1203
1203
  # the request, the resource, or both. To learn which resources support
1204
1204
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1205
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1205
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1206
1206
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1207
1207
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1208
1208
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1209
1209
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1210
1210
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1211
1211
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1212
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1213
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1214
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1215
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1216
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1217
- # access description: Does not grant access after Sep 2020 expression: request.
1218
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1219
- # a description of IAM and its features, see the [IAM documentation](https://
1220
- # cloud.google.com/iam/docs/).
1212
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1213
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1214
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1215
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1216
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1217
+ # title: expirable access description: Does not grant access after Sep 2020
1218
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1219
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1220
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1221
1221
  class Policy
1222
1222
  include Google::Apis::Core::Hashable
1223
1223
 
@@ -1368,22 +1368,22 @@ module Google
1368
1368
  # evaluates to `true`. A condition can add constraints based on attributes of
1369
1369
  # the request, the resource, or both. To learn which resources support
1370
1370
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1371
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1371
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1372
1372
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1373
1373
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1374
1374
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1375
1375
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1376
1376
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1377
1377
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1378
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1379
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1380
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1381
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1382
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1383
- # access description: Does not grant access after Sep 2020 expression: request.
1384
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1385
- # a description of IAM and its features, see the [IAM documentation](https://
1386
- # cloud.google.com/iam/docs/).
1378
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1379
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1380
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1381
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1382
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1383
+ # title: expirable access description: Does not grant access after Sep 2020
1384
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1385
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1386
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1387
1387
  # Corresponds to the JSON property `policy`
1388
1388
  # @return [Google::Apis::GkehubV1alpha2::Policy]
1389
1389
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha2
18
18
  # Version of the google-apis-gkehub_v1alpha2 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_v1alpha2
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-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_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha2
63
63
  post_install_message:
64
64
  rdoc_options: []