google-cloud-gke_multi_cloud-v1 0.3.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/client.rb +32 -32
  4. data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/operations.rb +17 -17
  5. data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/client.rb +42 -44
  6. data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/operations.rb +17 -17
  7. data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/client.rb +58 -59
  8. data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/operations.rb +17 -17
  9. data/lib/google/cloud/gke_multi_cloud/v1/version.rb +1 -1
  10. data/lib/google/cloud/gkemulticloud/v1/attached_resources_pb.rb +26 -52
  11. data/lib/google/cloud/gkemulticloud/v1/attached_service_pb.rb +26 -49
  12. data/lib/google/cloud/gkemulticloud/v1/attached_service_services_pb.rb +1 -1
  13. data/lib/google/cloud/gkemulticloud/v1/aws_resources_pb.rb +26 -158
  14. data/lib/google/cloud/gkemulticloud/v1/aws_service_pb.rb +27 -69
  15. data/lib/google/cloud/gkemulticloud/v1/aws_service_services_pb.rb +1 -1
  16. data/lib/google/cloud/gkemulticloud/v1/azure_resources_pb.rb +27 -150
  17. data/lib/google/cloud/gkemulticloud/v1/azure_service_pb.rb +27 -92
  18. data/lib/google/cloud/gkemulticloud/v1/azure_service_services_pb.rb +1 -1
  19. data/lib/google/cloud/gkemulticloud/v1/common_resources_pb.rb +25 -50
  20. data/proto_docs/google/api/client.rb +67 -4
  21. data/proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb +3 -3
  22. data/proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb +6 -6
  23. data/proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb +1 -1
  24. data/proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb +4 -4
  25. data/proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb +26 -5
  26. data/proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb +8 -5
  27. data/proto_docs/google/protobuf/any.rb +7 -4
  28. data/proto_docs/google/protobuf/timestamp.rb +1 -3
  29. metadata +14 -8
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
3
  # source: google/cloud/gkemulticloud/v1/azure_service.proto
3
4
 
@@ -12,100 +13,34 @@ require 'google/longrunning/operations_pb'
12
13
  require 'google/protobuf/field_mask_pb'
13
14
  require 'google/protobuf/timestamp_pb'
14
15
 
15
- Google::Protobuf::DescriptorPool.generated_pool.build do
16
- add_file("google/cloud/gkemulticloud/v1/azure_service.proto", :syntax => :proto3) do
17
- add_message "google.cloud.gkemulticloud.v1.CreateAzureClusterRequest" do
18
- optional :parent, :string, 1
19
- optional :azure_cluster, :message, 2, "google.cloud.gkemulticloud.v1.AzureCluster"
20
- optional :azure_cluster_id, :string, 3
21
- optional :validate_only, :bool, 4
22
- end
23
- add_message "google.cloud.gkemulticloud.v1.UpdateAzureClusterRequest" do
24
- optional :azure_cluster, :message, 1, "google.cloud.gkemulticloud.v1.AzureCluster"
25
- optional :validate_only, :bool, 2
26
- optional :update_mask, :message, 4, "google.protobuf.FieldMask"
27
- end
28
- add_message "google.cloud.gkemulticloud.v1.GetAzureClusterRequest" do
29
- optional :name, :string, 1
30
- end
31
- add_message "google.cloud.gkemulticloud.v1.ListAzureClustersRequest" do
32
- optional :parent, :string, 1
33
- optional :page_size, :int32, 2
34
- optional :page_token, :string, 3
35
- end
36
- add_message "google.cloud.gkemulticloud.v1.ListAzureClustersResponse" do
37
- repeated :azure_clusters, :message, 1, "google.cloud.gkemulticloud.v1.AzureCluster"
38
- optional :next_page_token, :string, 2
39
- end
40
- add_message "google.cloud.gkemulticloud.v1.DeleteAzureClusterRequest" do
41
- optional :name, :string, 1
42
- optional :allow_missing, :bool, 2
43
- optional :validate_only, :bool, 3
44
- optional :etag, :string, 4
45
- end
46
- add_message "google.cloud.gkemulticloud.v1.CreateAzureNodePoolRequest" do
47
- optional :parent, :string, 1
48
- optional :azure_node_pool, :message, 2, "google.cloud.gkemulticloud.v1.AzureNodePool"
49
- optional :azure_node_pool_id, :string, 3
50
- optional :validate_only, :bool, 4
51
- end
52
- add_message "google.cloud.gkemulticloud.v1.UpdateAzureNodePoolRequest" do
53
- optional :azure_node_pool, :message, 1, "google.cloud.gkemulticloud.v1.AzureNodePool"
54
- optional :validate_only, :bool, 2
55
- optional :update_mask, :message, 3, "google.protobuf.FieldMask"
56
- end
57
- add_message "google.cloud.gkemulticloud.v1.GetAzureNodePoolRequest" do
58
- optional :name, :string, 1
59
- end
60
- add_message "google.cloud.gkemulticloud.v1.ListAzureNodePoolsRequest" do
61
- optional :parent, :string, 1
62
- optional :page_size, :int32, 2
63
- optional :page_token, :string, 3
64
- end
65
- add_message "google.cloud.gkemulticloud.v1.ListAzureNodePoolsResponse" do
66
- repeated :azure_node_pools, :message, 1, "google.cloud.gkemulticloud.v1.AzureNodePool"
67
- optional :next_page_token, :string, 2
68
- end
69
- add_message "google.cloud.gkemulticloud.v1.DeleteAzureNodePoolRequest" do
70
- optional :name, :string, 1
71
- optional :validate_only, :bool, 2
72
- optional :allow_missing, :bool, 3
73
- optional :etag, :string, 4
74
- end
75
- add_message "google.cloud.gkemulticloud.v1.GetAzureServerConfigRequest" do
76
- optional :name, :string, 1
77
- end
78
- add_message "google.cloud.gkemulticloud.v1.CreateAzureClientRequest" do
79
- optional :parent, :string, 1
80
- optional :azure_client, :message, 2, "google.cloud.gkemulticloud.v1.AzureClient"
81
- optional :azure_client_id, :string, 4
82
- optional :validate_only, :bool, 3
83
- end
84
- add_message "google.cloud.gkemulticloud.v1.GetAzureClientRequest" do
85
- optional :name, :string, 1
86
- end
87
- add_message "google.cloud.gkemulticloud.v1.ListAzureClientsRequest" do
88
- optional :parent, :string, 1
89
- optional :page_size, :int32, 2
90
- optional :page_token, :string, 3
91
- end
92
- add_message "google.cloud.gkemulticloud.v1.ListAzureClientsResponse" do
93
- repeated :azure_clients, :message, 1, "google.cloud.gkemulticloud.v1.AzureClient"
94
- optional :next_page_token, :string, 2
95
- end
96
- add_message "google.cloud.gkemulticloud.v1.DeleteAzureClientRequest" do
97
- optional :name, :string, 1
98
- optional :allow_missing, :bool, 2
99
- optional :validate_only, :bool, 3
100
- end
101
- add_message "google.cloud.gkemulticloud.v1.GenerateAzureAccessTokenRequest" do
102
- optional :azure_cluster, :string, 1
103
- end
104
- add_message "google.cloud.gkemulticloud.v1.GenerateAzureAccessTokenResponse" do
105
- optional :access_token, :string, 1
106
- optional :expiration_time, :message, 2, "google.protobuf.Timestamp"
16
+
17
+ descriptor_data = "\n1google/cloud/gkemulticloud/v1/azure_service.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x33google/cloud/gkemulticloud/v1/azure_resources.proto\x1a#google/longrunning/operations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xdd\x01\n\x19\x43reateAzureClusterRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\x12)gkemulticloud.googleapis.com/AzureCluster\x12G\n\razure_cluster\x18\x02 \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AzureClusterB\x03\xe0\x41\x02\x12\x1d\n\x10\x61zure_cluster_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x04 \x01(\x08\"\xb1\x01\n\x19UpdateAzureClusterRequest\x12G\n\razure_cluster\x18\x01 \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AzureClusterB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x34\n\x0bupdate_mask\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"Y\n\x16GetAzureClusterRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)gkemulticloud.googleapis.com/AzureCluster\"\x84\x01\n\x18ListAzureClustersRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\x12)gkemulticloud.googleapis.com/AzureCluster\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"y\n\x19ListAzureClustersResponse\x12\x43\n\x0e\x61zure_clusters\x18\x01 \x03(\x0b\x32+.google.cloud.gkemulticloud.v1.AzureCluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x98\x01\n\x19\x44\x65leteAzureClusterRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)gkemulticloud.googleapis.com/AzureCluster\x12\x15\n\rallow_missing\x18\x02 \x01(\x08\x12\x15\n\rvalidate_only\x18\x03 \x01(\x08\x12\x0c\n\x04\x65tag\x18\x04 \x01(\t\"\xe4\x01\n\x1a\x43reateAzureNodePoolRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\x12*gkemulticloud.googleapis.com/AzureNodePool\x12J\n\x0f\x61zure_node_pool\x18\x02 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.AzureNodePoolB\x03\xe0\x41\x02\x12\x1f\n\x12\x61zure_node_pool_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x04 \x01(\x08\"\xb5\x01\n\x1aUpdateAzureNodePoolRequest\x12J\n\x0f\x61zure_node_pool\x18\x01 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.AzureNodePoolB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x34\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"[\n\x17GetAzureNodePoolRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\n*gkemulticloud.googleapis.com/AzureNodePool\"\x86\x01\n\x19ListAzureNodePoolsRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\x12*gkemulticloud.googleapis.com/AzureNodePool\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"}\n\x1aListAzureNodePoolsResponse\x12\x46\n\x10\x61zure_node_pools\x18\x01 \x03(\x0b\x32,.google.cloud.gkemulticloud.v1.AzureNodePool\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x9a\x01\n\x1a\x44\x65leteAzureNodePoolRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\n*gkemulticloud.googleapis.com/AzureNodePool\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x15\n\rallow_missing\x18\x03 \x01(\x08\x12\x0c\n\x04\x65tag\x18\x04 \x01(\t\"c\n\x1bGetAzureServerConfigRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.gkemulticloud.googleapis.com/AzureServerConfig\"\xd8\x01\n\x18\x43reateAzureClientRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(gkemulticloud.googleapis.com/AzureClient\x12\x45\n\x0c\x61zure_client\x18\x02 \x01(\x0b\x32*.google.cloud.gkemulticloud.v1.AzureClientB\x03\xe0\x41\x02\x12\x1c\n\x0f\x61zure_client_id\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x03 \x01(\x08\"W\n\x15GetAzureClientRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(gkemulticloud.googleapis.com/AzureClient\"\x82\x01\n\x17ListAzureClientsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(gkemulticloud.googleapis.com/AzureClient\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"v\n\x18ListAzureClientsResponse\x12\x41\n\razure_clients\x18\x01 \x03(\x0b\x32*.google.cloud.gkemulticloud.v1.AzureClient\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x88\x01\n\x18\x44\x65leteAzureClientRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(gkemulticloud.googleapis.com/AzureClient\x12\x15\n\rallow_missing\x18\x02 \x01(\x08\x12\x15\n\rvalidate_only\x18\x03 \x01(\x08\"k\n\x1fGenerateAzureAccessTokenRequest\x12H\n\razure_cluster\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)gkemulticloud.googleapis.com/AzureCluster\"w\n GenerateAzureAccessTokenResponse\x12\x19\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x38\n\x0f\x65xpiration_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x32\xdd\x1d\n\rAzureClusters\x12\xfd\x01\n\x11\x43reateAzureClient\x12\x37.google.cloud.gkemulticloud.v1.CreateAzureClientRequest\x1a\x1d.google.longrunning.Operation\"\x8f\x01\x82\xd3\xe4\x93\x02@\"0/v1/{parent=projects/*/locations/*}/azureClients:\x0c\x61zure_client\xda\x41#parent,azure_client,azure_client_id\xca\x41 \n\x0b\x41zureClient\x12\x11OperationMetadata\x12\xb3\x01\n\x0eGetAzureClient\x12\x34.google.cloud.gkemulticloud.v1.GetAzureClientRequest\x1a*.google.cloud.gkemulticloud.v1.AzureClient\"?\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/*/azureClients/*}\xda\x41\x04name\x12\xc6\x01\n\x10ListAzureClients\x12\x36.google.cloud.gkemulticloud.v1.ListAzureClientsRequest\x1a\x37.google.cloud.gkemulticloud.v1.ListAzureClientsResponse\"A\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{parent=projects/*/locations/*}/azureClients\xda\x41\x06parent\x12\xd9\x01\n\x11\x44\x65leteAzureClient\x12\x37.google.cloud.gkemulticloud.v1.DeleteAzureClientRequest\x1a\x1d.google.longrunning.Operation\"l\x82\xd3\xe4\x93\x02\x32*0/v1/{name=projects/*/locations/*/azureClients/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\x84\x02\n\x12\x43reateAzureCluster\x12\x38.google.cloud.gkemulticloud.v1.CreateAzureClusterRequest\x1a\x1d.google.longrunning.Operation\"\x94\x01\x82\xd3\xe4\x93\x02\x42\"1/v1/{parent=projects/*/locations/*}/azureClusters:\razure_cluster\xda\x41%parent,azure_cluster,azure_cluster_id\xca\x41!\n\x0c\x41zureCluster\x12\x11OperationMetadata\x12\x86\x02\n\x12UpdateAzureCluster\x12\x38.google.cloud.gkemulticloud.v1.UpdateAzureClusterRequest\x1a\x1d.google.longrunning.Operation\"\x96\x01\x82\xd3\xe4\x93\x02P2?/v1/{azure_cluster.name=projects/*/locations/*/azureClusters/*}:\razure_cluster\xda\x41\x19\x61zure_cluster,update_mask\xca\x41!\n\x0c\x41zureCluster\x12\x11OperationMetadata\x12\xb7\x01\n\x0fGetAzureCluster\x12\x35.google.cloud.gkemulticloud.v1.GetAzureClusterRequest\x1a+.google.cloud.gkemulticloud.v1.AzureCluster\"@\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{name=projects/*/locations/*/azureClusters/*}\xda\x41\x04name\x12\xca\x01\n\x11ListAzureClusters\x12\x37.google.cloud.gkemulticloud.v1.ListAzureClustersRequest\x1a\x38.google.cloud.gkemulticloud.v1.ListAzureClustersResponse\"B\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{parent=projects/*/locations/*}/azureClusters\xda\x41\x06parent\x12\xdc\x01\n\x12\x44\x65leteAzureCluster\x12\x38.google.cloud.gkemulticloud.v1.DeleteAzureClusterRequest\x1a\x1d.google.longrunning.Operation\"m\x82\xd3\xe4\x93\x02\x33*1/v1/{name=projects/*/locations/*/azureClusters/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\xf8\x01\n\x18GenerateAzureAccessToken\x12>.google.cloud.gkemulticloud.v1.GenerateAzureAccessTokenRequest\x1a?.google.cloud.gkemulticloud.v1.GenerateAzureAccessTokenResponse\"[\x82\xd3\xe4\x93\x02U\x12S/v1/{azure_cluster=projects/*/locations/*/azureClusters/*}:generateAzureAccessToken\x12\x9e\x02\n\x13\x43reateAzureNodePool\x12\x39.google.cloud.gkemulticloud.v1.CreateAzureNodePoolRequest\x1a\x1d.google.longrunning.Operation\"\xac\x01\x82\xd3\xe4\x93\x02U\"B/v1/{parent=projects/*/locations/*/azureClusters/*}/azureNodePools:\x0f\x61zure_node_pool\xda\x41)parent,azure_node_pool,azure_node_pool_id\xca\x41\"\n\rAzureNodePool\x12\x11OperationMetadata\x12\xa0\x02\n\x13UpdateAzureNodePool\x12\x39.google.cloud.gkemulticloud.v1.UpdateAzureNodePoolRequest\x1a\x1d.google.longrunning.Operation\"\xae\x01\x82\xd3\xe4\x93\x02\x65\x32R/v1/{azure_node_pool.name=projects/*/locations/*/azureClusters/*/azureNodePools/*}:\x0f\x61zure_node_pool\xda\x41\x1b\x61zure_node_pool,update_mask\xca\x41\"\n\rAzureNodePool\x12\x11OperationMetadata\x12\xcb\x01\n\x10GetAzureNodePool\x12\x36.google.cloud.gkemulticloud.v1.GetAzureNodePoolRequest\x1a,.google.cloud.gkemulticloud.v1.AzureNodePool\"Q\x82\xd3\xe4\x93\x02\x44\x12\x42/v1/{name=projects/*/locations/*/azureClusters/*/azureNodePools/*}\xda\x41\x04name\x12\xde\x01\n\x12ListAzureNodePools\x12\x38.google.cloud.gkemulticloud.v1.ListAzureNodePoolsRequest\x1a\x39.google.cloud.gkemulticloud.v1.ListAzureNodePoolsResponse\"S\x82\xd3\xe4\x93\x02\x44\x12\x42/v1/{parent=projects/*/locations/*/azureClusters/*}/azureNodePools\xda\x41\x06parent\x12\xef\x01\n\x13\x44\x65leteAzureNodePool\x12\x39.google.cloud.gkemulticloud.v1.DeleteAzureNodePoolRequest\x1a\x1d.google.longrunning.Operation\"~\x82\xd3\xe4\x93\x02\x44*B/v1/{name=projects/*/locations/*/azureClusters/*/azureNodePools/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\xc8\x01\n\x14GetAzureServerConfig\x12:.google.cloud.gkemulticloud.v1.GetAzureServerConfigRequest\x1a\x30.google.cloud.gkemulticloud.v1.AzureServerConfig\"B\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{name=projects/*/locations/*/azureServerConfig}\xda\x41\x04name\x1aP\xca\x41\x1cgkemulticloud.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xe4\x01\n!com.google.cloud.gkemulticloud.v1B\x11\x41zureServiceProtoP\x01ZGcloud.google.com/go/gkemulticloud/apiv1/gkemulticloudpb;gkemulticloudpb\xaa\x02\x1dGoogle.Cloud.GkeMultiCloud.V1\xca\x02\x1dGoogle\\Cloud\\GkeMultiCloud\\V1\xea\x02 Google::Cloud::GkeMultiCloud::V1b\x06proto3"
18
+
19
+ pool = Google::Protobuf::DescriptorPool.generated_pool
20
+
21
+ begin
22
+ pool.add_serialized_file(descriptor_data)
23
+ rescue TypeError => e
24
+ # Compatibility code: will be removed in the next major version.
25
+ require 'google/protobuf/descriptor_pb'
26
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
27
+ parsed.clear_dependency
28
+ serialized = parsed.class.encode(parsed)
29
+ file = pool.add_serialized_file(serialized)
30
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
31
+ imports = [
32
+ ["google.cloud.gkemulticloud.v1.AzureCluster", "google/cloud/gkemulticloud/v1/azure_resources.proto"],
33
+ ["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
34
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
35
+ ]
36
+ imports.each do |type_name, expected_filename|
37
+ import_file = pool.lookup(type_name).file_descriptor
38
+ if import_file.name != expected_filename
39
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
107
40
  end
108
41
  end
42
+ warn "Each proto file must use a consistent fully-qualified name."
43
+ warn "This will become an error in the next major version."
109
44
  end
110
45
 
111
46
  module Google
@@ -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
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
3
  # source: google/cloud/gkemulticloud/v1/common_resources.proto
3
4
 
@@ -6,58 +7,32 @@ require 'google/protobuf'
6
7
  require 'google/api/field_behavior_pb'
7
8
  require 'google/protobuf/timestamp_pb'
8
9
 
9
- Google::Protobuf::DescriptorPool.generated_pool.build do
10
- add_file("google/cloud/gkemulticloud/v1/common_resources.proto", :syntax => :proto3) do
11
- add_message "google.cloud.gkemulticloud.v1.WorkloadIdentityConfig" do
12
- optional :issuer_uri, :string, 1
13
- optional :workload_pool, :string, 2
14
- optional :identity_provider, :string, 3
15
- end
16
- add_message "google.cloud.gkemulticloud.v1.MaxPodsConstraint" do
17
- optional :max_pods_per_node, :int64, 1
18
- end
19
- add_message "google.cloud.gkemulticloud.v1.OperationMetadata" do
20
- optional :create_time, :message, 1, "google.protobuf.Timestamp"
21
- optional :end_time, :message, 2, "google.protobuf.Timestamp"
22
- optional :target, :string, 3
23
- optional :status_detail, :string, 4
24
- optional :error_detail, :string, 5
25
- optional :verb, :string, 7
26
- optional :requested_cancellation, :bool, 6
27
- end
28
- add_message "google.cloud.gkemulticloud.v1.NodeTaint" do
29
- optional :key, :string, 1
30
- optional :value, :string, 2
31
- optional :effect, :enum, 3, "google.cloud.gkemulticloud.v1.NodeTaint.Effect"
32
- end
33
- add_enum "google.cloud.gkemulticloud.v1.NodeTaint.Effect" do
34
- value :EFFECT_UNSPECIFIED, 0
35
- value :NO_SCHEDULE, 1
36
- value :PREFER_NO_SCHEDULE, 2
37
- value :NO_EXECUTE, 3
38
- end
39
- add_message "google.cloud.gkemulticloud.v1.Fleet" do
40
- optional :project, :string, 1
41
- optional :membership, :string, 2
42
- end
43
- add_message "google.cloud.gkemulticloud.v1.LoggingConfig" do
44
- optional :component_config, :message, 1, "google.cloud.gkemulticloud.v1.LoggingComponentConfig"
45
- end
46
- add_message "google.cloud.gkemulticloud.v1.LoggingComponentConfig" do
47
- repeated :enable_components, :enum, 1, "google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component"
48
- end
49
- add_enum "google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component" do
50
- value :COMPONENT_UNSPECIFIED, 0
51
- value :SYSTEM_COMPONENTS, 1
52
- value :WORKLOADS, 2
53
- end
54
- add_message "google.cloud.gkemulticloud.v1.MonitoringConfig" do
55
- optional :managed_prometheus_config, :message, 2, "google.cloud.gkemulticloud.v1.ManagedPrometheusConfig"
56
- end
57
- add_message "google.cloud.gkemulticloud.v1.ManagedPrometheusConfig" do
58
- optional :enabled, :bool, 1
10
+
11
+ descriptor_data = "\n4google/cloud/gkemulticloud/v1/common_resources.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"^\n\x16WorkloadIdentityConfig\x12\x12\n\nissuer_uri\x18\x01 \x01(\t\x12\x15\n\rworkload_pool\x18\x02 \x01(\t\x12\x19\n\x11identity_provider\x18\x03 \x01(\t\"3\n\x11MaxPodsConstraint\x12\x1e\n\x11max_pods_per_node\x18\x01 \x01(\x03\x42\x03\xe0\x41\x02\"\x80\x02\n\x11OperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x1a\n\rstatus_detail\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x19\n\x0c\x65rror_detail\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\"\xd2\x01\n\tNodeTaint\x12\x10\n\x03key\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x12\n\x05value\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x44\n\x06\x65\x66\x66\x65\x63t\x18\x03 \x01(\x0e\x32/.google.cloud.gkemulticloud.v1.NodeTaint.EffectB\x03\xe0\x41\x02\"Y\n\x06\x45\x66\x66\x65\x63t\x12\x16\n\x12\x45\x46\x46\x45\x43T_UNSPECIFIED\x10\x00\x12\x0f\n\x0bNO_SCHEDULE\x10\x01\x12\x16\n\x12PREFER_NO_SCHEDULE\x10\x02\x12\x0e\n\nNO_EXECUTE\x10\x03\"6\n\x05\x46leet\x12\x14\n\x07project\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\nmembership\x18\x02 \x01(\tB\x03\xe0\x41\x03\"`\n\rLoggingConfig\x12O\n\x10\x63omponent_config\x18\x01 \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.LoggingComponentConfig\"\xc2\x01\n\x16LoggingComponentConfig\x12Z\n\x11\x65nable_components\x18\x01 \x03(\x0e\x32?.google.cloud.gkemulticloud.v1.LoggingComponentConfig.Component\"L\n\tComponent\x12\x19\n\x15\x43OMPONENT_UNSPECIFIED\x10\x00\x12\x15\n\x11SYSTEM_COMPONENTS\x10\x01\x12\r\n\tWORKLOADS\x10\x02\"m\n\x10MonitoringConfig\x12Y\n\x19managed_prometheus_config\x18\x02 \x01(\x0b\x32\x36.google.cloud.gkemulticloud.v1.ManagedPrometheusConfig\"*\n\x17ManagedPrometheusConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x42\xe7\x01\n!com.google.cloud.gkemulticloud.v1B\x14\x43ommonResourcesProtoP\x01ZGcloud.google.com/go/gkemulticloud/apiv1/gkemulticloudpb;gkemulticloudpb\xaa\x02\x1dGoogle.Cloud.GkeMultiCloud.V1\xca\x02\x1dGoogle\\Cloud\\GkeMultiCloud\\V1\xea\x02 Google::Cloud::GkeMultiCloud::V1b\x06proto3"
12
+
13
+ pool = Google::Protobuf::DescriptorPool.generated_pool
14
+
15
+ begin
16
+ pool.add_serialized_file(descriptor_data)
17
+ rescue TypeError => e
18
+ # Compatibility code: will be removed in the next major version.
19
+ require 'google/protobuf/descriptor_pb'
20
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
21
+ parsed.clear_dependency
22
+ serialized = parsed.class.encode(parsed)
23
+ file = pool.add_serialized_file(serialized)
24
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
25
+ imports = [
26
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
27
+ ]
28
+ imports.each do |type_name, expected_filename|
29
+ import_file = pool.lookup(type_name).file_descriptor
30
+ if import_file.name != expected_filename
31
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
59
32
  end
60
33
  end
34
+ warn "Each proto file must use a consistent fully-qualified name."
35
+ warn "This will become an error in the next major version."
61
36
  end
62
37
 
63
38
  module Google
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -81,7 +83,7 @@ module Google
81
83
  # long-running operation pattern.
82
84
  # @!attribute [rw] new_issue_uri
83
85
  # @return [::String]
84
- # Link to a place that API users can report issues. Example:
86
+ # Link to a *public* URI where users can report issues. Example:
85
87
  # https://issuetracker.google.com/issues/new?component=190865&template=1161103
86
88
  # @!attribute [rw] documentation_uri
87
89
  # @return [::String]
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -203,9 +209,57 @@ module Google
203
209
  # @!attribute [rw] common
204
210
  # @return [::Google::Api::CommonLanguageSettings]
205
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
206
242
  class DotnetSettings
207
243
  include ::Google::Protobuf::MessageExts
208
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
209
263
  end
210
264
 
211
265
  # Settings for Ruby client libraries.
@@ -240,8 +294,8 @@ module Google
240
294
  # Example of a YAML configuration::
241
295
  #
242
296
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
297
+ # method_settings:
298
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
299
  # long_running:
246
300
  # initial_poll_delay:
247
301
  # seconds: 60 # 1 minute
@@ -299,6 +353,15 @@ module Google
299
353
 
300
354
  # Street View Org.
301
355
  STREET_VIEW = 4
356
+
357
+ # Shopping Org.
358
+ SHOPPING = 5
359
+
360
+ # Geo Org.
361
+ GEO = 6
362
+
363
+ # Generative AI - https://developers.generativeai.google
364
+ GENERATIVE_AI = 7
302
365
  end
303
366
 
304
367
  # To where should client libraries be published?
@@ -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.