google-apis-gkehub_v1alpha2 0.6.0 → 0.10.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: 803c88fe898bbee27b1d7913ce4bde74b15cc4336742a4dadba01d03feb640bf
4
- data.tar.gz: 55215110a0231f55742c20abcdac38e485573029e33d334c20bbe6978743713d
3
+ metadata.gz: 444240b0f1c352920716ee99f7d8af6aa95f9929726d5cbd3633d27ac8010394
4
+ data.tar.gz: b4971982246a231db387568b34da58ca40f2a8969ce85b3460957ef48d5a9bce
5
5
  SHA512:
6
- metadata.gz: 29a5e4432b609be9f93f5d8e1fb19c9a95cc12a050de1be7fca2297eec6606327f1cf1ffa1b8dd9c62fc3d5518002832b1c52b46821a22e6d55541585594a3c9
7
- data.tar.gz: 34c1158a89b74a80f4a917205e1b7c797e1b97f38f1a2fb40b8cafb014c049e9465719bb37a952a764531754177c98a8bef52b606fc84cbc1ae3131a461b7342
6
+ metadata.gz: 3695e5a8a17963b102b76ccf1236052adf4628b1bda2c0589c57872cfa62b6b9509d870d2833a7a6a06de4f1b3c2c46b0b176b70e89fe95fc3266fc1e0fb763c
7
+ data.tar.gz: b0e0f5dd7219fcb63d2c64f908df2189f22099f9781f1fa9d330c857bda41f1ac715b4302830218333f5c7f44ca52470ad0c5617f36433f3507e05abaaae029e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1alpha2
2
2
 
3
+ ### v0.10.0 (2021-10-24)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
8
+ ### v0.9.0 (2021-09-04)
9
+
10
+ * Regenerated from discovery document revision 20210827
11
+
12
+ ### v0.8.0 (2021-08-21)
13
+
14
+ * Regenerated from discovery document revision 20210813
15
+
16
+ ### v0.7.0 (2021-08-04)
17
+
18
+ * Regenerated from discovery document revision 20210729
19
+
3
20
  ### v0.6.0 (2021-07-14)
4
21
 
5
22
  * Regenerated from discovery document revision 20210709
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1alpha2 of the GKE Hub
1
+ # Simple REST client for version V1alpha2 of the GKE Hub API
2
2
 
3
- This is a simple client library for version V1alpha2 of the GKE Hub. It provides:
3
+ This is a simple client library for version V1alpha2 of the GKE Hub API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -60,12 +60,12 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Gkehub service in particular.)
67
67
 
68
- For reference information on specific calls in the GKE Hub, see the {Google::Apis::GkehubV1alpha2::GKEHubService class reference docs}.
68
+ For reference information on specific calls in the GKE Hub API, see the {Google::Apis::GkehubV1alpha2::GKEHubService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -147,7 +147,7 @@ module Google
147
147
  end
148
148
  end
149
149
 
150
- # Associates `members` with a `role`.
150
+ # Associates `members`, or principals, with a `role`.
151
151
  class Binding
152
152
  include Google::Apis::Core::Hashable
153
153
 
@@ -170,7 +170,7 @@ module Google
170
170
  # @return [Google::Apis::GkehubV1alpha2::Expr]
171
171
  attr_accessor :condition
172
172
 
173
- # Specifies the identities requesting access for a Cloud Platform resource. `
173
+ # Specifies the principals requesting access for a Cloud Platform resource. `
174
174
  # members` can have the following values: * `allUsers`: A special identifier
175
175
  # that represents anyone who is on the internet; with or without a Google
176
176
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -200,8 +200,8 @@ module Google
200
200
  # @return [Array<String>]
201
201
  attr_accessor :members
202
202
 
203
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
204
- # , or `roles/owner`.
203
+ # Role that is assigned to the list of `members`, or principals. For example, `
204
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
205
205
  # Corresponds to the JSON property `role`
206
206
  # @return [String]
207
207
  attr_accessor :role
@@ -835,6 +835,16 @@ module Google
835
835
  # @return [Google::Apis::GkehubV1alpha2::KubernetesResource]
836
836
  attr_accessor :kubernetes_resource
837
837
 
838
+ # MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.
839
+ # Corresponds to the JSON property `multiCloudCluster`
840
+ # @return [Google::Apis::GkehubV1alpha2::MultiCloudCluster]
841
+ attr_accessor :multi_cloud_cluster
842
+
843
+ # OnPremCluster contains information specific to GKE On-Prem clusters.
844
+ # Corresponds to the JSON property `onPremCluster`
845
+ # @return [Google::Apis::GkehubV1alpha2::OnPremCluster]
846
+ attr_accessor :on_prem_cluster
847
+
838
848
  def initialize(**args)
839
849
  update!(**args)
840
850
  end
@@ -844,6 +854,8 @@ module Google
844
854
  @gke_cluster = args[:gke_cluster] if args.key?(:gke_cluster)
845
855
  @kubernetes_metadata = args[:kubernetes_metadata] if args.key?(:kubernetes_metadata)
846
856
  @kubernetes_resource = args[:kubernetes_resource] if args.key?(:kubernetes_resource)
857
+ @multi_cloud_cluster = args[:multi_cloud_cluster] if args.key?(:multi_cloud_cluster)
858
+ @on_prem_cluster = args[:on_prem_cluster] if args.key?(:on_prem_cluster)
847
859
  end
848
860
  end
849
861
 
@@ -866,6 +878,73 @@ module Google
866
878
  end
867
879
  end
868
880
 
881
+ # MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.
882
+ class MultiCloudCluster
883
+ include Google::Apis::Core::Hashable
884
+
885
+ # Output only. If cluster_missing is set then it denotes that API(gkemulticloud.
886
+ # googleapis.com) resource for this GKE Multi-Cloud cluster no longer exists.
887
+ # Corresponds to the JSON property `clusterMissing`
888
+ # @return [Boolean]
889
+ attr_accessor :cluster_missing
890
+ alias_method :cluster_missing?, :cluster_missing
891
+
892
+ # Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For
893
+ # example: //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-
894
+ # a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/
895
+ # locations/us-west1-a/azureClusters/my-cluster
896
+ # Corresponds to the JSON property `resourceLink`
897
+ # @return [String]
898
+ attr_accessor :resource_link
899
+
900
+ def initialize(**args)
901
+ update!(**args)
902
+ end
903
+
904
+ # Update properties of this object
905
+ def update!(**args)
906
+ @cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing)
907
+ @resource_link = args[:resource_link] if args.key?(:resource_link)
908
+ end
909
+ end
910
+
911
+ # OnPremCluster contains information specific to GKE On-Prem clusters.
912
+ class OnPremCluster
913
+ include Google::Apis::Core::Hashable
914
+
915
+ # Immutable. Whether the cluster is an admin cluster.
916
+ # Corresponds to the JSON property `adminCluster`
917
+ # @return [Boolean]
918
+ attr_accessor :admin_cluster
919
+ alias_method :admin_cluster?, :admin_cluster
920
+
921
+ # Output only. If cluster_missing is set then it denotes that API(gkeonprem.
922
+ # googleapis.com) resource for this GKE On-Prem cluster no longer exists.
923
+ # Corresponds to the JSON property `clusterMissing`
924
+ # @return [Boolean]
925
+ attr_accessor :cluster_missing
926
+ alias_method :cluster_missing?, :cluster_missing
927
+
928
+ # Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For
929
+ # example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/
930
+ # vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/
931
+ # locations/us-west1-a/bareMetalClusters/my-cluster
932
+ # Corresponds to the JSON property `resourceLink`
933
+ # @return [String]
934
+ attr_accessor :resource_link
935
+
936
+ def initialize(**args)
937
+ update!(**args)
938
+ end
939
+
940
+ # Update properties of this object
941
+ def update!(**args)
942
+ @admin_cluster = args[:admin_cluster] if args.key?(:admin_cluster)
943
+ @cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing)
944
+ @resource_link = args[:resource_link] if args.key?(:resource_link)
945
+ end
946
+ end
947
+
869
948
  # This resource represents a long-running operation that is the result of a
870
949
  # network API call.
871
950
  class Operation
@@ -989,31 +1068,31 @@ module Google
989
1068
 
990
1069
  # An Identity and Access Management (IAM) policy, which specifies access
991
1070
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
992
- # A `binding` binds one or more `members` to a single `role`. Members can be
993
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
994
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
995
- # role or a user-created custom role. For some types of Google Cloud resources,
996
- # a `binding` can also specify a `condition`, which is a logical expression that
997
- # allows access to a resource only if the expression evaluates to `true`. A
998
- # condition can add constraints based on attributes of the request, the resource,
999
- # or both. To learn which resources support conditions in their IAM policies,
1000
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1001
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1002
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1003
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1004
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1005
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1006
- # title": "expirable access", "description": "Does not grant access after Sep
1007
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1008
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1009
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1010
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1011
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1012
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1013
- # description: Does not grant access after Sep 2020 expression: request.time <
1014
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1015
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1016
- # google.com/iam/docs/).
1071
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1072
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1073
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1074
+ # an IAM predefined role or a user-created custom role. For some types of Google
1075
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1076
+ # logical expression that allows access to a resource only if the expression
1077
+ # evaluates to `true`. A condition can add constraints based on attributes of
1078
+ # the request, the resource, or both. To learn which resources support
1079
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1080
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1081
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1082
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1083
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1084
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1085
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1086
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1087
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1088
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1089
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1090
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1091
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1092
+ # access description: Does not grant access after Sep 2020 expression: request.
1093
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1094
+ # a description of IAM and its features, see the [IAM documentation](https://
1095
+ # cloud.google.com/iam/docs/).
1017
1096
  class Policy
1018
1097
  include Google::Apis::Core::Hashable
1019
1098
 
@@ -1022,9 +1101,14 @@ module Google
1022
1101
  # @return [Array<Google::Apis::GkehubV1alpha2::AuditConfig>]
1023
1102
  attr_accessor :audit_configs
1024
1103
 
1025
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1026
- # condition` that determines how and when the `bindings` are applied. Each of
1027
- # the `bindings` must contain at least one member.
1104
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1105
+ # specify a `condition` that determines how and when the `bindings` are applied.
1106
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1107
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1108
+ # can be Google groups. Each occurrence of a principal counts towards these
1109
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1110
+ # example.com`, and not to any other principal, then you can add another 1,450
1111
+ # principals to the `bindings` in the `Policy`.
1028
1112
  # Corresponds to the JSON property `bindings`
1029
1113
  # @return [Array<Google::Apis::GkehubV1alpha2::Binding>]
1030
1114
  attr_accessor :bindings
@@ -1142,31 +1226,31 @@ module Google
1142
1226
 
1143
1227
  # An Identity and Access Management (IAM) policy, which specifies access
1144
1228
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1145
- # A `binding` binds one or more `members` to a single `role`. Members can be
1146
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1147
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1148
- # role or a user-created custom role. For some types of Google Cloud resources,
1149
- # a `binding` can also specify a `condition`, which is a logical expression that
1150
- # allows access to a resource only if the expression evaluates to `true`. A
1151
- # condition can add constraints based on attributes of the request, the resource,
1152
- # or both. To learn which resources support conditions in their IAM policies,
1153
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1154
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1155
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1156
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1157
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1158
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1159
- # title": "expirable access", "description": "Does not grant access after Sep
1160
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1161
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1162
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1163
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1164
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1165
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1166
- # description: Does not grant access after Sep 2020 expression: request.time <
1167
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1168
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1169
- # google.com/iam/docs/).
1229
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1230
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1231
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1232
+ # an IAM predefined role or a user-created custom role. For some types of Google
1233
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1234
+ # logical expression that allows access to a resource only if the expression
1235
+ # evaluates to `true`. A condition can add constraints based on attributes of
1236
+ # the request, the resource, or both. To learn which resources support
1237
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1238
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1239
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1240
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1241
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1242
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1243
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1244
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1245
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1246
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1247
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1248
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1249
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1250
+ # access description: Does not grant access after Sep 2020 expression: request.
1251
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1252
+ # a description of IAM and its features, see the [IAM documentation](https://
1253
+ # cloud.google.com/iam/docs/).
1170
1254
  # Corresponds to the JSON property `policy`
1171
1255
  # @return [Google::Apis::GkehubV1alpha2::Policy]
1172
1256
  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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210709"
25
+ REVISION = "20211015"
26
26
  end
27
27
  end
28
28
  end
@@ -154,6 +154,18 @@ module Google
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
+ class MultiCloudCluster
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class OnPremCluster
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
157
169
  class Operation
158
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
171
 
@@ -410,6 +422,10 @@ module Google
410
422
 
411
423
  property :kubernetes_resource, as: 'kubernetesResource', class: Google::Apis::GkehubV1alpha2::KubernetesResource, decorator: Google::Apis::GkehubV1alpha2::KubernetesResource::Representation
412
424
 
425
+ property :multi_cloud_cluster, as: 'multiCloudCluster', class: Google::Apis::GkehubV1alpha2::MultiCloudCluster, decorator: Google::Apis::GkehubV1alpha2::MultiCloudCluster::Representation
426
+
427
+ property :on_prem_cluster, as: 'onPremCluster', class: Google::Apis::GkehubV1alpha2::OnPremCluster, decorator: Google::Apis::GkehubV1alpha2::OnPremCluster::Representation
428
+
413
429
  end
414
430
  end
415
431
 
@@ -420,6 +436,23 @@ module Google
420
436
  end
421
437
  end
422
438
 
439
+ class MultiCloudCluster
440
+ # @private
441
+ class Representation < Google::Apis::Core::JsonRepresentation
442
+ property :cluster_missing, as: 'clusterMissing'
443
+ property :resource_link, as: 'resourceLink'
444
+ end
445
+ end
446
+
447
+ class OnPremCluster
448
+ # @private
449
+ class Representation < Google::Apis::Core::JsonRepresentation
450
+ property :admin_cluster, as: 'adminCluster'
451
+ property :cluster_missing, as: 'clusterMissing'
452
+ property :resource_link, as: 'resourceLink'
453
+ end
454
+ end
455
+
423
456
  class Operation
424
457
  # @private
425
458
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module GkehubV1alpha2
23
- # GKE Hub
23
+ # GKE Hub API
24
24
  #
25
25
  #
26
26
  #
@@ -19,17 +19,17 @@ require 'google/apis/gkehub_v1alpha2/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # GKE Hub
22
+ # GKE Hub API
23
23
  #
24
24
  #
25
25
  #
26
26
  # @see https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster
27
27
  module GkehubV1alpha2
28
- # Version of the GKE Hub this client connects to.
28
+ # Version of the GKE Hub API this client connects to.
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1alpha2'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  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.6.0
4
+ version: 0.10.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: 2021-07-19 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -30,13 +30,13 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
33
- description: This is the simple REST client for GKE Hub V1alpha2. Simple REST clients
34
- are Ruby client libraries that provide access to Google services via their HTTP
35
- REST API endpoints. These libraries are generated and updated automatically based
36
- on the discovery documents published by the service, and they handle most concerns
37
- such as authentication, pagination, retry, timeouts, and logging. You can use this
38
- client to access the GKE Hub, but note that some services may provide a separate
39
- modern client that is easier to use.
33
+ description: This is the simple REST client for GKE Hub API V1alpha2. Simple REST
34
+ clients are Ruby client libraries that provide access to Google services via their
35
+ HTTP REST API endpoints. These libraries are generated and updated automatically
36
+ based on the discovery documents published by the service, and they handle most
37
+ concerns such as authentication, pagination, retry, timeouts, and logging. You can
38
+ use this client to access the GKE Hub API, but note that some services may provide
39
+ a separate modern client that is easier to use.
40
40
  email: googleapis-packages@google.com
41
41
  executables: []
42
42
  extensions: []
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.6.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1alpha2
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.10.0
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: []
65
65
  require_paths:
@@ -78,5 +78,5 @@ requirements: []
78
78
  rubygems_version: 3.2.17
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Simple REST client for GKE Hub V1alpha2
81
+ summary: Simple REST client for GKE Hub API V1alpha2
82
82
  test_files: []