google-apis-gkehub_v1beta1 0.33.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: 2ed80f2cb278b7740db582715cf2e2edef9f9b639584ab35be1d5c9c3d780372
4
- data.tar.gz: 23f62c54a12ae303a2fbe9d672eae1de9e7468b91bb7921a6a7d88fdb65c1fa7
3
+ metadata.gz: 2913300ecce9b645b878e0b03ff4409fa0adc519c6989eb142057ca19b922615
4
+ data.tar.gz: 858b9fb27733df2b5d3c7d25e8915ec6f011a913ca55eede0d072274df26f8ea
5
5
  SHA512:
6
- metadata.gz: 17c66ab7310af1395188b92e7d2c14ca1412a2c51f0354c52cf5b9cd7e4eab8b26a68d5edc1b8ae49c7c8282fdb357589f177db5e905f1adefac25109eb54a54
7
- data.tar.gz: '023349647ed8be1af7b691e86196500c2478b78445a62f0368b6d388d545efdbd74cef9cad2154f6e988f20828e52211860b8a0b728fb61300a6b0090e197c75'
6
+ metadata.gz: '0229c75b512f6b951282c6aba9d6acf213013e4253e0e4287d4eb82825e9f192aa5a5086c36d5769c36176ed9287e1a5f84b00b73cd0c61247340496c912ce27'
7
+ data.tar.gz: be4d757b7d01236a6afbbd0c8403ecdfbbae59f1740b0c31341700464abdcb8272ee4e441679e2c1cc6db59618326d9202cf8041b6be4d70271d1aea1cfc30de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.34.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230424
10
+
3
11
  ### v0.33.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230407
@@ -685,7 +685,7 @@ module Google
685
685
  end
686
686
  end
687
687
 
688
- # A resource that represents Google Cloud Platform location.
688
+ # A resource that represents a Google Cloud location.
689
689
  class Location
690
690
  include Google::Apis::Core::Hashable
691
691
 
@@ -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.33.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 = "20230407"
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.33.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-16 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.33.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: []