google-apis-gkehub_v1alpha2 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: f4eae519f50752f9a48a2c9ea0297e071429201878afb0c37783f51ac7f8fc43
4
- data.tar.gz: 6718505979dc3d2fa59fd17ec472cf765db885fb84e1e3888f6c5c58b4cf3716
3
+ metadata.gz: 4dfad590a95707c679831550f7645c0c5b8339b7c52abd92090a0c40b05e3c52
4
+ data.tar.gz: f8026816ac2635da8813a398f831e6868e7f724e1d2e62c9e84c6cb555e92c11
5
5
  SHA512:
6
- metadata.gz: ab2a0432f784117e98afc6501d8752a7697664f422113d653e0cdaf533b59fc41d5a24d740fb6296d4076f3940c9a842ae271e9cd06c6863e723b929acb966e6
7
- data.tar.gz: 68799057344efc7b2729d345f89906b9f06d1f401a5dbcc81ebd5a03e411438ff39e795eddff396755c749903aa818233073c77875dbbd2c3f9a697b8f536e2d
6
+ metadata.gz: 3a752fd4d7ef4b60f2c47062c208f3262c4b566608897755b21a48792298b5c6269375faa7e23450f5398a9ff15db2bf5fd6ba1240f2ce9b8243e5efcbc61df8
7
+ data.tar.gz: 4c644474728907ed7ae2758408c3815ec51ad504b7e71cd90f687cc6fad30baf4285822df6280c3ff5e706c46c06aaee4eb0d9ba464a8bc33e0ed59f638331f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
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
@@ -26,9 +26,9 @@ module Google
26
26
  class ApplianceCluster
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # Immutable. Self-link of the GCP resource for the Appliance Cluster. For
30
- # example: //transferappliance.googleapis.com/projects/my-project/locations/us-
31
- # west1-a/appliances/my-appliance
29
+ # Immutable. Self-link of the Google Cloud resource for the Appliance Cluster.
30
+ # For example: //transferappliance.googleapis.com/projects/my-project/locations/
31
+ # us-west1-a/appliances/my-appliance
32
32
  # Corresponds to the JSON property `resourceLink`
33
33
  # @return [String]
34
34
  attr_accessor :resource_link
@@ -288,9 +288,9 @@ module Google
288
288
  class EdgeCluster
289
289
  include Google::Apis::Core::Hashable
290
290
 
291
- # Immutable. Self-link of the GCP resource for the Edge Cluster. For example: //
292
- # edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/
293
- # my-cluster
291
+ # Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For
292
+ # example: //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-
293
+ # a/clusters/my-cluster
294
294
  # Corresponds to the JSON property `resourceLink`
295
295
  # @return [String]
296
296
  attr_accessor :resource_link
@@ -407,9 +407,9 @@ module Google
407
407
  attr_accessor :cluster_missing
408
408
  alias_method :cluster_missing?, :cluster_missing
409
409
 
410
- # Immutable. Self-link of the GCP resource for the GKE cluster. For example: //
411
- # container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-
412
- # cluster Zonal clusters are also supported.
410
+ # Immutable. Self-link of the Google Cloud resource for the GKE cluster. For
411
+ # example: //container.googleapis.com/projects/my-project/locations/us-west1-a/
412
+ # clusters/my-cluster Zonal clusters are also supported.
413
413
  # Corresponds to the JSON property `resourceLink`
414
414
  # @return [String]
415
415
  attr_accessor :resource_link
@@ -699,7 +699,7 @@ module Google
699
699
  end
700
700
  end
701
701
 
702
- # A resource that represents Google Cloud Platform location.
702
+ # A resource that represents a Google Cloud location.
703
703
  class Location
704
704
  include Google::Apis::Core::Hashable
705
705
 
@@ -794,7 +794,7 @@ module Google
794
794
  # @return [String]
795
795
  attr_accessor :infrastructure_type
796
796
 
797
- # Optional. GCP labels for this membership.
797
+ # Optional. Labels for this membership.
798
798
  # Corresponds to the JSON property `labels`
799
799
  # @return [Hash<String,String>]
800
800
  attr_accessor :labels
@@ -1006,11 +1006,12 @@ module Google
1006
1006
  attr_accessor :cluster_missing
1007
1007
  alias_method :cluster_missing?, :cluster_missing
1008
1008
 
1009
- # Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For
1010
- # example: //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-
1011
- # a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/
1012
- # locations/us-west1-a/azureClusters/my-cluster //gkemulticloud.googleapis.com/
1013
- # projects/my-project/locations/us-west1-a/attachedClusters/my-cluster
1009
+ # Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud
1010
+ # cluster. For example: //gkemulticloud.googleapis.com/projects/my-project/
1011
+ # locations/us-west1-a/awsClusters/my-cluster //gkemulticloud.googleapis.com/
1012
+ # projects/my-project/locations/us-west1-a/azureClusters/my-cluster //
1013
+ # gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/
1014
+ # attachedClusters/my-cluster
1014
1015
  # Corresponds to the JSON property `resourceLink`
1015
1016
  # @return [String]
1016
1017
  attr_accessor :resource_link
@@ -1048,9 +1049,9 @@ module Google
1048
1049
  # @return [String]
1049
1050
  attr_accessor :cluster_type
1050
1051
 
1051
- # Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For
1052
- # example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/
1053
- # vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/
1052
+ # Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster.
1053
+ # For example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-
1054
+ # a/vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/
1054
1055
  # locations/us-west1-a/bareMetalClusters/my-cluster
1055
1056
  # Corresponds to the JSON property `resourceLink`
1056
1057
  # @return [String]
@@ -1106,13 +1107,13 @@ module Google
1106
1107
  # @return [String]
1107
1108
  attr_accessor :name
1108
1109
 
1109
- # The normal response of the operation in case of success. If the original
1110
- # method returns no data on success, such as `Delete`, the response is `google.
1111
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1112
- # the response should be the resource. For other methods, the response should
1113
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1114
- # example, if the original method name is `TakeSnapshot()`, the inferred
1115
- # 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`.
1116
1117
  # Corresponds to the JSON property `response`
1117
1118
  # @return [Hash<String,Object>]
1118
1119
  attr_accessor :response
@@ -1201,22 +1202,22 @@ module Google
1201
1202
  # evaluates to `true`. A condition can add constraints based on attributes of
1202
1203
  # the request, the resource, or both. To learn which resources support
1203
1204
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1204
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1205
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1205
1206
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1206
1207
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1207
1208
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1208
1209
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1209
1210
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1210
1211
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1211
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1212
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1213
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1214
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1215
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1216
- # access description: Does not grant access after Sep 2020 expression: request.
1217
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1218
- # a description of IAM and its features, see the [IAM documentation](https://
1219
- # 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/).
1220
1221
  class Policy
1221
1222
  include Google::Apis::Core::Hashable
1222
1223
 
@@ -1367,22 +1368,22 @@ module Google
1367
1368
  # evaluates to `true`. A condition can add constraints based on attributes of
1368
1369
  # the request, the resource, or both. To learn which resources support
1369
1370
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1370
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1371
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1371
1372
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1372
1373
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1373
1374
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1374
1375
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1375
1376
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1376
1377
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1377
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1378
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1379
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1380
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1381
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1382
- # access description: Does not grant access after Sep 2020 expression: request.
1383
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1384
- # a description of IAM and its features, see the [IAM documentation](https://
1385
- # 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/).
1386
1387
  # Corresponds to the JSON property `policy`
1387
1388
  # @return [Google::Apis::GkehubV1alpha2::Policy]
1388
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.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_v1alpha2
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-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.33.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: []