google-cloud-gke_multi_cloud-v1 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da80a219c1109e503f02010db3d68ba11315bd4adb426bea2954a6505d1c86ff
4
- data.tar.gz: cafbc60120cf2b4e602440264664d88e6d460a4bb3449c4dacfb996425e1f9de
3
+ metadata.gz: 0f04e1f6312ea97e79b92118f2af0ba06c598b425d9cfed41940f67b6c5a4edf
4
+ data.tar.gz: fa5a8b29e28d8c06b559b710bc9f454a41c0855ce8522d918fa2ba08f72d6660
5
5
  SHA512:
6
- metadata.gz: 6a95671e4cad369299277888f4e88fe56cccd5bbcde247f79ffd5f7ad715f0b797d7e2200bffa73bba5e9349b89736100d0ab5018d844fc3ab2694fd4e0d1708
7
- data.tar.gz: 166374276b202431493e346ee23b84fdde4ba803df82ba3311d764d2707e6662fad4bb21a98b88a5332266eb329664a0e2836139bd9e1525ebf57bb2852a5620
6
+ metadata.gz: 4ba5a74176bdfdf87c174ab8465a42ac63123cad617d3f367cb23ed6722779f5c1e9644ede01a45d28bf31105848fb7661119fa42fd40569c9c01377cbd02b52
7
+ data.tar.gz: 27630b36ea801feed49e4248dd293541201a90129d07a7e1ee64d1d0a5ff35e8acf0a8c0d319288f5f057036f44d09b6deb92921c162ad6bea1433091f4c18bb
@@ -190,7 +190,7 @@ module Google
190
190
  ##
191
191
  # Creates a new
192
192
  # {::Google::Cloud::GkeMultiCloud::V1::AttachedCluster AttachedCluster} resource
193
- # on a given GCP project and region.
193
+ # on a given Google Cloud Platform project and region.
194
194
  #
195
195
  # If successful, the response contains a newly created
196
196
  # {::Google::Longrunning::Operation Operation} resource that can be
@@ -569,7 +569,7 @@ module Google
569
569
  # `projects/<project-id>/locations/<region>/attachedClusters/<cluster-id>`.
570
570
  #
571
571
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
572
- # for more details on GCP resource names.
572
+ # for more details on Google Cloud Platform resource names.
573
573
  #
574
574
  # @yield [response, operation] Access the result along with the RPC operation
575
575
  # @yieldparam response [::Google::Cloud::GkeMultiCloud::V1::AttachedCluster]
@@ -661,7 +661,7 @@ module Google
661
661
  # Location names are formatted as `projects/<project-id>/locations/<region>`.
662
662
  #
663
663
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
664
- # for more details on GCP resource names.
664
+ # for more details on Google Cloud Platform resource names.
665
665
  # @param page_size [::Integer]
666
666
  # The maximum number of items to return.
667
667
  #
@@ -777,7 +777,7 @@ module Google
777
777
  # `projects/<project-id>/locations/<region>/attachedClusters/<cluster-id>`.
778
778
  #
779
779
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
780
- # for more details on GCP resource names.
780
+ # for more details on Google Cloud Platform resource names.
781
781
  # @param validate_only [::Boolean]
782
782
  # If set, only validate the request, but do not actually delete the resource.
783
783
  # @param allow_missing [::Boolean]
@@ -996,7 +996,7 @@ module Google
996
996
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
997
997
  # for more details on Google Cloud resource names.
998
998
  # @param attached_cluster_id [::String]
999
- # Required. A client provided ID the resource. Must be unique within the
999
+ # Required. A client provided ID of the resource. Must be unique within the
1000
1000
  # parent resource.
1001
1001
  #
1002
1002
  # The provided ID will be part of the
@@ -1009,7 +1009,7 @@ module Google
1009
1009
  # When generating an install manifest for importing an existing Membership
1010
1010
  # resource, the attached_cluster_id field must be the Membership id.
1011
1011
  #
1012
- # Membership names are formatted as `resource name formatted as
1012
+ # Membership names are formatted as
1013
1013
  # `projects/<project-id>/locations/<region>/memberships/<membership-id>`.
1014
1014
  # @param platform_version [::String]
1015
1015
  # Required. The platform version for the cluster (e.g. `1.19.0-gke.1000`).
@@ -202,7 +202,7 @@ module Google
202
202
 
203
203
  ##
204
204
  # Creates a new {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster}
205
- # resource on a given GCP project and region.
205
+ # resource on a given Google Cloud Platform project and region.
206
206
  #
207
207
  # If successful, the response contains a newly created
208
208
  # {::Google::Longrunning::Operation Operation} resource that can be
@@ -472,7 +472,7 @@ module Google
472
472
  # `projects/<project-id>/locations/<region>/awsClusters/<cluster-id>`.
473
473
  #
474
474
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
475
- # for more details on GCP resource names.
475
+ # for more details on Google Cloud Platform resource names.
476
476
  #
477
477
  # @yield [response, operation] Access the result along with the RPC operation
478
478
  # @yieldparam response [::Google::Cloud::GkeMultiCloud::V1::AwsCluster]
@@ -564,7 +564,7 @@ module Google
564
564
  # Location names are formatted as `projects/<project-id>/locations/<region>`.
565
565
  #
566
566
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
567
- # for more details on GCP resource names.
567
+ # for more details on Google Cloud Platform resource names.
568
568
  # @param page_size [::Integer]
569
569
  # The maximum number of items to return.
570
570
  #
@@ -683,7 +683,7 @@ module Google
683
683
  # `projects/<project-id>/locations/<region>/awsClusters/<cluster-id>`.
684
684
  #
685
685
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
686
- # for more details on GCP resource names.
686
+ # for more details on Google Cloud Platform resource names.
687
687
  # @param validate_only [::Boolean]
688
688
  # If set, only validate the request, but do not actually delete the resource.
689
689
  # @param allow_missing [::Boolean]
@@ -459,7 +459,7 @@ module Google
459
459
  # Location names are formatted as `projects/<project-id>/locations/<region>`.
460
460
  #
461
461
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
462
- # for more details on GCP resource names.
462
+ # for more details on Google Cloud Platform resource names.
463
463
  # @param page_size [::Integer]
464
464
  # The maximum number of items to return.
465
465
  #
@@ -664,7 +664,7 @@ module Google
664
664
 
665
665
  ##
666
666
  # Creates a new {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster}
667
- # resource on a given GCP project and region.
667
+ # resource on a given Google Cloud Platform project and region.
668
668
  #
669
669
  # If successful, the response contains a newly created
670
670
  # {::Google::Longrunning::Operation Operation} resource that can be
@@ -817,6 +817,9 @@ module Google
817
817
  # * `annotations`.
818
818
  # * `authorization.admin_users`.
819
819
  # * `control_plane.root_volume.size_gib`.
820
+ # * `azure_services_authentication`.
821
+ # * `azure_services_authentication.tenant_id`.
822
+ # * `azure_services_authentication.application_id`.
820
823
  # * `control_plane.proxy_config`.
821
824
  # * `control_plane.proxy_config.resource_group_id`.
822
825
  # * `control_plane.proxy_config.secret_id`.
@@ -924,7 +927,7 @@ module Google
924
927
  # `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>`.
925
928
  #
926
929
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
927
- # for more details on GCP resource names.
930
+ # for more details on Google Cloud Platform resource names.
928
931
  #
929
932
  # @yield [response, operation] Access the result along with the RPC operation
930
933
  # @yieldparam response [::Google::Cloud::GkeMultiCloud::V1::AzureCluster]
@@ -1016,7 +1019,7 @@ module Google
1016
1019
  # Location names are formatted as `projects/<project-id>/locations/<region>`.
1017
1020
  #
1018
1021
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
1019
- # for more details on GCP resource names.
1022
+ # for more details on Google Cloud Platform resource names.
1020
1023
  # @param page_size [::Integer]
1021
1024
  # The maximum number of items to return.
1022
1025
  #
@@ -1135,7 +1138,7 @@ module Google
1135
1138
  # `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>`.
1136
1139
  #
1137
1140
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
1138
- # for more details on GCP resource names.
1141
+ # for more details on Google Cloud Platform resource names.
1139
1142
  # @param allow_missing [::Boolean]
1140
1143
  # If set to true, and the
1141
1144
  # {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster} resource is not
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GkeMultiCloud
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -37,7 +37,7 @@ module Google
37
37
 
38
38
  # Creates a new
39
39
  # [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resource
40
- # on a given GCP project and region.
40
+ # on a given Google Cloud Platform project and region.
41
41
  #
42
42
  # If successful, the response contains a newly created
43
43
  # [Operation][google.longrunning.Operation] resource that can be
@@ -35,7 +35,7 @@ module Google
35
35
  self.service_name = 'google.cloud.gkemulticloud.v1.AwsClusters'
36
36
 
37
37
  # Creates a new [AwsCluster][google.cloud.gkemulticloud.v1.AwsCluster]
38
- # resource on a given GCP project and region.
38
+ # resource on a given Google Cloud Platform project and region.
39
39
  #
40
40
  # If successful, the response contains a newly created
41
41
  # [Operation][google.longrunning.Operation] resource that can be
@@ -19,6 +19,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
19
19
  optional :networking, :message, 4, "google.cloud.gkemulticloud.v1.AzureClusterNetworking"
20
20
  optional :control_plane, :message, 5, "google.cloud.gkemulticloud.v1.AzureControlPlane"
21
21
  optional :authorization, :message, 6, "google.cloud.gkemulticloud.v1.AzureAuthorization"
22
+ optional :azure_services_authentication, :message, 22, "google.cloud.gkemulticloud.v1.AzureServicesAuthentication"
22
23
  optional :state, :enum, 7, "google.cloud.gkemulticloud.v1.AzureCluster.State"
23
24
  optional :endpoint, :string, 8
24
25
  optional :uid, :string, 9
@@ -86,14 +87,20 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
86
87
  optional :name, :string, 1
87
88
  optional :tenant_id, :string, 2
88
89
  optional :application_id, :string, 3
90
+ optional :reconciling, :bool, 9
89
91
  map :annotations, :string, :string, 8
90
92
  optional :pem_certificate, :string, 7
91
93
  optional :uid, :string, 5
92
94
  optional :create_time, :message, 6, "google.protobuf.Timestamp"
95
+ optional :update_time, :message, 10, "google.protobuf.Timestamp"
93
96
  end
94
97
  add_message "google.cloud.gkemulticloud.v1.AzureAuthorization" do
95
98
  repeated :admin_users, :message, 1, "google.cloud.gkemulticloud.v1.AzureClusterUser"
96
99
  end
100
+ add_message "google.cloud.gkemulticloud.v1.AzureServicesAuthentication" do
101
+ optional :tenant_id, :string, 1
102
+ optional :application_id, :string, 2
103
+ end
97
104
  add_message "google.cloud.gkemulticloud.v1.AzureClusterUser" do
98
105
  optional :username, :string, 1
99
106
  end
@@ -177,6 +184,7 @@ module Google
177
184
  AzureDiskTemplate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.AzureDiskTemplate").msgclass
178
185
  AzureClient = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.AzureClient").msgclass
179
186
  AzureAuthorization = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.AzureAuthorization").msgclass
187
+ AzureServicesAuthentication = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.AzureServicesAuthentication").msgclass
180
188
  AzureClusterUser = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.AzureClusterUser").msgclass
181
189
  AzureNodePool = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.AzureNodePool").msgclass
182
190
  AzureNodePool::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.AzureNodePool.State").enummodule
@@ -62,7 +62,7 @@ module Google
62
62
  # described to track the status of the operation.
63
63
  rpc :DeleteAzureClient, ::Google::Cloud::GkeMultiCloud::V1::DeleteAzureClientRequest, ::Google::Longrunning::Operation
64
64
  # Creates a new [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster]
65
- # resource on a given GCP project and region.
65
+ # resource on a given Google Cloud Platform project and region.
66
66
  #
67
67
  # If successful, the response contains a newly created
68
68
  # [Operation][google.longrunning.Operation] resource that can be
@@ -30,7 +30,7 @@ module Google
30
30
  # `projects/<project-number>/locations/<region>/attachedClusters/<cluster-id>`.
31
31
  #
32
32
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
33
- # for more details on GCP resource names.
33
+ # for more details on Google Cloud Platform resource names.
34
34
  # @!attribute [rw] description
35
35
  # @return [::String]
36
36
  # Optional. A human readable description of this cluster.
@@ -178,9 +178,9 @@ module Google
178
178
  # OIDC discovery information of the target cluster.
179
179
  #
180
180
  # Kubernetes Service Account (KSA) tokens are JWT tokens signed by the cluster
181
- # API server. This fields indicates how GCP services
181
+ # API server. This fields indicates how Google Cloud Platform services
182
182
  # validate KSA tokens in order to allow system workloads (such as GKE Connect
183
- # and telemetry agents) to authenticate back to GCP.
183
+ # and telemetry agents) to authenticate back to Google Cloud Platform.
184
184
  #
185
185
  # Both clusters with public and private issuer URLs are supported.
186
186
  # Clusters with public issuers only need to specify the `issuer_url` field
@@ -35,7 +35,7 @@ module Google
35
35
  # for more details on Google Cloud resource names.
36
36
  # @!attribute [rw] attached_cluster_id
37
37
  # @return [::String]
38
- # Required. A client provided ID the resource. Must be unique within the
38
+ # Required. A client provided ID of the resource. Must be unique within the
39
39
  # parent resource.
40
40
  #
41
41
  # The provided ID will be part of the
@@ -48,7 +48,7 @@ module Google
48
48
  # When generating an install manifest for importing an existing Membership
49
49
  # resource, the attached_cluster_id field must be the Membership id.
50
50
  #
51
- # Membership names are formatted as `resource name formatted as
51
+ # Membership names are formatted as
52
52
  # `projects/<project-id>/locations/<region>/memberships/<membership-id>`.
53
53
  # @!attribute [rw] platform_version
54
54
  # @return [::String]
@@ -179,7 +179,7 @@ module Google
179
179
  # `projects/<project-id>/locations/<region>/attachedClusters/<cluster-id>`.
180
180
  #
181
181
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
182
- # for more details on GCP resource names.
182
+ # for more details on Google Cloud Platform resource names.
183
183
  class GetAttachedClusterRequest
184
184
  include ::Google::Protobuf::MessageExts
185
185
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -194,7 +194,7 @@ module Google
194
194
  # Location names are formatted as `projects/<project-id>/locations/<region>`.
195
195
  #
196
196
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
197
- # for more details on GCP resource names.
197
+ # for more details on Google Cloud Platform resource names.
198
198
  # @!attribute [rw] page_size
199
199
  # @return [::Integer]
200
200
  # The maximum number of items to return.
@@ -218,7 +218,7 @@ module Google
218
218
  # @!attribute [rw] attached_clusters
219
219
  # @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AttachedCluster>]
220
220
  # A list of {::Google::Cloud::GkeMultiCloud::V1::AttachedCluster AttachedCluster}
221
- # resources in the specified GCP project and region region.
221
+ # resources in the specified Google Cloud Platform project and region region.
222
222
  # @!attribute [rw] next_page_token
223
223
  # @return [::String]
224
224
  # Token to retrieve the next page of results, or empty if there are no more
@@ -238,7 +238,7 @@ module Google
238
238
  # `projects/<project-id>/locations/<region>/attachedClusters/<cluster-id>`.
239
239
  #
240
240
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
241
- # for more details on GCP resource names.
241
+ # for more details on Google Cloud Platform resource names.
242
242
  # @!attribute [rw] validate_only
243
243
  # @return [::Boolean]
244
244
  # If set, only validate the request, but do not actually delete the resource.
@@ -30,7 +30,7 @@ module Google
30
30
  # `projects/<project-number>/locations/<region>/awsClusters/<cluster-id>`.
31
31
  #
32
32
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
33
- # for more details on GCP resource names.
33
+ # for more details on Google Cloud Platform resource names.
34
34
  # @!attribute [rw] description
35
35
  # @return [::String]
36
36
  # Optional. A human readable description of this cluster.
@@ -108,7 +108,7 @@ module Google
108
108
  # `projects/<project-id>/locations/<region>/awsClusters/<cluster-id>`.
109
109
  #
110
110
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
111
- # for more details on GCP resource names.
111
+ # for more details on Google Cloud Platform resource names.
112
112
  class GetAwsClusterRequest
113
113
  include ::Google::Protobuf::MessageExts
114
114
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -123,7 +123,7 @@ module Google
123
123
  # Location names are formatted as `projects/<project-id>/locations/<region>`.
124
124
  #
125
125
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
126
- # for more details on GCP resource names.
126
+ # for more details on Google Cloud Platform resource names.
127
127
  # @!attribute [rw] page_size
128
128
  # @return [::Integer]
129
129
  # The maximum number of items to return.
@@ -147,7 +147,7 @@ module Google
147
147
  # @!attribute [rw] aws_clusters
148
148
  # @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AwsCluster>]
149
149
  # A list of {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster} resources
150
- # in the specified GCP project and region region.
150
+ # in the specified Google Cloud Platform project and region region.
151
151
  # @!attribute [rw] next_page_token
152
152
  # @return [::String]
153
153
  # Token to retrieve the next page of results, or empty if there are no more
@@ -167,7 +167,7 @@ module Google
167
167
  # `projects/<project-id>/locations/<region>/awsClusters/<cluster-id>`.
168
168
  #
169
169
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
170
- # for more details on GCP resource names.
170
+ # for more details on Google Cloud Platform resource names.
171
171
  # @!attribute [rw] validate_only
172
172
  # @return [::Boolean]
173
173
  # If set, only validate the request, but do not actually delete the resource.
@@ -30,7 +30,7 @@ module Google
30
30
  # `projects/<project-number>/locations/<region>/azureClusters/<cluster-id>`.
31
31
  #
32
32
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
33
- # for more details on GCP resource names.
33
+ # for more details on Google Cloud Platform resource names.
34
34
  # @!attribute [rw] description
35
35
  # @return [::String]
36
36
  # Optional. A human readable description of this cluster.
@@ -50,13 +50,13 @@ module Google
50
50
  # `/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>`
51
51
  # @!attribute [rw] azure_client
52
52
  # @return [::String]
53
- # Required. Name of the
53
+ # Optional. Name of the
54
54
  # {::Google::Cloud::GkeMultiCloud::V1::AzureClient AzureClient} that contains
55
55
  # authentication configuration for how the Anthos Multi-Cloud API connects to
56
56
  # Azure APIs.
57
57
  #
58
- # The `AzureClient` resource must reside on the same GCP project and region
59
- # as the `AzureCluster`.
58
+ # The `AzureClient` resource must reside on the same Google Cloud Platform
59
+ # project and region as the `AzureCluster`.
60
60
  #
61
61
  # `AzureClient` names are formatted as
62
62
  # `projects/<project-number>/locations/<region>/azureClients/<client-id>`.
@@ -72,6 +72,9 @@ module Google
72
72
  # @!attribute [rw] authorization
73
73
  # @return [::Google::Cloud::GkeMultiCloud::V1::AzureAuthorization]
74
74
  # Required. Configuration related to the cluster RBAC settings.
75
+ # @!attribute [rw] azure_services_authentication
76
+ # @return [::Google::Cloud::GkeMultiCloud::V1::AzureServicesAuthentication]
77
+ # Optional. Authentication configuration for management of Azure resources.
75
78
  # @!attribute [r] state
76
79
  # @return [::Google::Cloud::GkeMultiCloud::V1::AzureCluster::State]
77
80
  # Output only. The current state of the cluster.
@@ -419,6 +422,9 @@ module Google
419
422
  # @!attribute [rw] application_id
420
423
  # @return [::String]
421
424
  # Required. The Azure Active Directory Application ID.
425
+ # @!attribute [r] reconciling
426
+ # @return [::Boolean]
427
+ # Output only. If set, there are currently pending changes to the client.
422
428
  # @!attribute [rw] annotations
423
429
  # @return [::Google::Protobuf::Map{::String => ::String}]
424
430
  # Optional. Annotations on the resource.
@@ -439,6 +445,9 @@ module Google
439
445
  # @!attribute [r] create_time
440
446
  # @return [::Google::Protobuf::Timestamp]
441
447
  # Output only. The time at which this resource was created.
448
+ # @!attribute [r] update_time
449
+ # @return [::Google::Protobuf::Timestamp]
450
+ # Output only. The time at which this client was last updated.
442
451
  class AzureClient
443
452
  include ::Google::Protobuf::MessageExts
444
453
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -467,6 +476,18 @@ module Google
467
476
  extend ::Google::Protobuf::MessageExts::ClassMethods
468
477
  end
469
478
 
479
+ # Authentication configuration for the management of Azure resources.
480
+ # @!attribute [rw] tenant_id
481
+ # @return [::String]
482
+ # Required. The Azure Active Directory Tenant ID.
483
+ # @!attribute [rw] application_id
484
+ # @return [::String]
485
+ # Required. The Azure Active Directory Application ID.
486
+ class AzureServicesAuthentication
487
+ include ::Google::Protobuf::MessageExts
488
+ extend ::Google::Protobuf::MessageExts::ClassMethods
489
+ end
490
+
470
491
  # Identities of a user-type subject for Azure clusters.
471
492
  # @!attribute [rw] username
472
493
  # @return [::String]
@@ -685,7 +706,7 @@ module Google
685
706
  # `projects/<project-number>/locations/<region>/azureServerConfig`.
686
707
  #
687
708
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
688
- # for more details on GCP resource names.
709
+ # for more details on Google Cloud Platform resource names.
689
710
  # @!attribute [rw] valid_versions
690
711
  # @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AzureK8sVersionInfo>]
691
712
  # List of valid Kubernetes versions.
@@ -76,6 +76,9 @@ module Google
76
76
  # * `annotations`.
77
77
  # * `authorization.admin_users`.
78
78
  # * `control_plane.root_volume.size_gib`.
79
+ # * `azure_services_authentication`.
80
+ # * `azure_services_authentication.tenant_id`.
81
+ # * `azure_services_authentication.application_id`.
79
82
  # * `control_plane.proxy_config`.
80
83
  # * `control_plane.proxy_config.resource_group_id`.
81
84
  # * `control_plane.proxy_config.secret_id`.
@@ -98,7 +101,7 @@ module Google
98
101
  # `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>`.
99
102
  #
100
103
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
101
- # for more details on GCP resource names.
104
+ # for more details on Google Cloud Platform resource names.
102
105
  class GetAzureClusterRequest
103
106
  include ::Google::Protobuf::MessageExts
104
107
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -113,7 +116,7 @@ module Google
113
116
  # Location names are formatted as `projects/<project-id>/locations/<region>`.
114
117
  #
115
118
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
116
- # for more details on GCP resource names.
119
+ # for more details on Google Cloud Platform resource names.
117
120
  # @!attribute [rw] page_size
118
121
  # @return [::Integer]
119
122
  # The maximum number of items to return.
@@ -137,7 +140,7 @@ module Google
137
140
  # @!attribute [rw] azure_clusters
138
141
  # @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AzureCluster>]
139
142
  # A list of {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster}
140
- # resources in the specified GCP project and region region.
143
+ # resources in the specified Google Cloud Platform project and region region.
141
144
  # @!attribute [rw] next_page_token
142
145
  # @return [::String]
143
146
  # Token to retrieve the next page of results, or empty if there are no more
@@ -157,7 +160,7 @@ module Google
157
160
  # `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>`.
158
161
  #
159
162
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
160
- # for more details on GCP resource names.
163
+ # for more details on Google Cloud Platform resource names.
161
164
  # @!attribute [rw] allow_missing
162
165
  # @return [::Boolean]
163
166
  # If set to true, and the
@@ -418,7 +421,7 @@ module Google
418
421
  # Location names are formatted as `projects/<project-id>/locations/<region>`.
419
422
  #
420
423
  # See [Resource Names](https://cloud.google.com/apis/design/resource_names)
421
- # for more details on GCP resource names.
424
+ # for more details on Google Cloud Platform resource names.
422
425
  # @!attribute [rw] page_size
423
426
  # @return [::Integer]
424
427
  # The maximum number of items to return.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gke_multi_cloud-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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-01-06 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  - !ruby/object:Gem::Version
238
238
  version: '0'
239
239
  requirements: []
240
- rubygems_version: 3.3.14
240
+ rubygems_version: 3.4.2
241
241
  signing_key:
242
242
  specification_version: 4
243
243
  summary: API Client library for the Anthos Multi-Cloud V1 API