google-cloud-gke_multi_cloud-v1 0.8.2 → 0.10.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/client.rb +21 -9
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/operations.rb +13 -5
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/rest/client.rb +21 -9
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/rest/operations.rb +11 -4
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/client.rb +35 -16
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/operations.rb +13 -5
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb +35 -16
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/operations.rb +11 -4
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/client.rb +54 -22
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/operations.rb +13 -5
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/rest/client.rb +54 -22
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/rest/operations.rb +11 -4
- data/lib/google/cloud/gke_multi_cloud/v1/version.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/attached_resources_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/attached_service_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/aws_resources_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/aws_service_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/azure_resources_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/azure_service_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/common_resources_pb.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb +2 -2
- data/proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb +13 -1
- metadata +4 -116
@@ -33,6 +33,9 @@ module Google
|
|
33
33
|
# to create and manage Anthos clusters that run on Azure infrastructure.
|
34
34
|
#
|
35
35
|
class Client
|
36
|
+
# @private
|
37
|
+
API_VERSION = ""
|
38
|
+
|
36
39
|
# @private
|
37
40
|
DEFAULT_ENDPOINT_TEMPLATE = "gkemulticloud.$UNIVERSE_DOMAIN$"
|
38
41
|
|
@@ -331,12 +334,13 @@ module Google
|
|
331
334
|
# Customize the options with defaults
|
332
335
|
call_metadata = @config.rpcs.create_azure_client.metadata.to_h
|
333
336
|
|
334
|
-
# Set x-goog-api-client
|
337
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
335
338
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
336
339
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
337
340
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
338
341
|
transports_version_send: [:rest]
|
339
342
|
|
343
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
340
344
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
341
345
|
|
342
346
|
options.apply_defaults timeout: @config.rpcs.create_azure_client.timeout,
|
@@ -420,12 +424,13 @@ module Google
|
|
420
424
|
# Customize the options with defaults
|
421
425
|
call_metadata = @config.rpcs.get_azure_client.metadata.to_h
|
422
426
|
|
423
|
-
# Set x-goog-api-client
|
427
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
424
428
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
425
429
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
426
430
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
427
431
|
transports_version_send: [:rest]
|
428
432
|
|
433
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
429
434
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
430
435
|
|
431
436
|
options.apply_defaults timeout: @config.rpcs.get_azure_client.timeout,
|
@@ -521,12 +526,13 @@ module Google
|
|
521
526
|
# Customize the options with defaults
|
522
527
|
call_metadata = @config.rpcs.list_azure_clients.metadata.to_h
|
523
528
|
|
524
|
-
# Set x-goog-api-client
|
529
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
525
530
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
526
531
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
527
532
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
528
533
|
transports_version_send: [:rest]
|
529
534
|
|
535
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
530
536
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
531
537
|
|
532
538
|
options.apply_defaults timeout: @config.rpcs.list_azure_clients.timeout,
|
@@ -632,12 +638,13 @@ module Google
|
|
632
638
|
# Customize the options with defaults
|
633
639
|
call_metadata = @config.rpcs.delete_azure_client.metadata.to_h
|
634
640
|
|
635
|
-
# Set x-goog-api-client
|
641
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
636
642
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
637
643
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
638
644
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
639
645
|
transports_version_send: [:rest]
|
640
646
|
|
647
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
641
648
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
642
649
|
|
643
650
|
options.apply_defaults timeout: @config.rpcs.delete_azure_client.timeout,
|
@@ -745,12 +752,13 @@ module Google
|
|
745
752
|
# Customize the options with defaults
|
746
753
|
call_metadata = @config.rpcs.create_azure_cluster.metadata.to_h
|
747
754
|
|
748
|
-
# Set x-goog-api-client
|
755
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
749
756
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
750
757
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
751
758
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
752
759
|
transports_version_send: [:rest]
|
753
760
|
|
761
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
754
762
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
755
763
|
|
756
764
|
options.apply_defaults timeout: @config.rpcs.create_azure_cluster.timeout,
|
@@ -856,12 +864,13 @@ module Google
|
|
856
864
|
# Customize the options with defaults
|
857
865
|
call_metadata = @config.rpcs.update_azure_cluster.metadata.to_h
|
858
866
|
|
859
|
-
# Set x-goog-api-client
|
867
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
860
868
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
861
869
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
862
870
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
863
871
|
transports_version_send: [:rest]
|
864
872
|
|
873
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
865
874
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
866
875
|
|
867
876
|
options.apply_defaults timeout: @config.rpcs.update_azure_cluster.timeout,
|
@@ -944,12 +953,13 @@ module Google
|
|
944
953
|
# Customize the options with defaults
|
945
954
|
call_metadata = @config.rpcs.get_azure_cluster.metadata.to_h
|
946
955
|
|
947
|
-
# Set x-goog-api-client
|
956
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
948
957
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
949
958
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
950
959
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
951
960
|
transports_version_send: [:rest]
|
952
961
|
|
962
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
953
963
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
954
964
|
|
955
965
|
options.apply_defaults timeout: @config.rpcs.get_azure_cluster.timeout,
|
@@ -1045,12 +1055,13 @@ module Google
|
|
1045
1055
|
# Customize the options with defaults
|
1046
1056
|
call_metadata = @config.rpcs.list_azure_clusters.metadata.to_h
|
1047
1057
|
|
1048
|
-
# Set x-goog-api-client
|
1058
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1049
1059
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1050
1060
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1051
1061
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1052
1062
|
transports_version_send: [:rest]
|
1053
1063
|
|
1064
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1054
1065
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1055
1066
|
|
1056
1067
|
options.apply_defaults timeout: @config.rpcs.list_azure_clusters.timeout,
|
@@ -1091,7 +1102,7 @@ module Google
|
|
1091
1102
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1092
1103
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1093
1104
|
#
|
1094
|
-
# @overload delete_azure_cluster(name: nil, allow_missing: nil, validate_only: nil, etag: nil)
|
1105
|
+
# @overload delete_azure_cluster(name: nil, allow_missing: nil, validate_only: nil, etag: nil, ignore_errors: nil)
|
1095
1106
|
# Pass arguments to `delete_azure_cluster` via keyword arguments. Note that at
|
1096
1107
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1097
1108
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1122,6 +1133,11 @@ module Google
|
|
1122
1133
|
#
|
1123
1134
|
# If the provided etag does not match the current etag of the cluster,
|
1124
1135
|
# the request will fail and an ABORTED error will be returned.
|
1136
|
+
# @param ignore_errors [::Boolean]
|
1137
|
+
# Optional. If set to true, the deletion of
|
1138
|
+
# {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster} resource will
|
1139
|
+
# succeed even if errors occur during deleting in cluster resources. Using
|
1140
|
+
# this parameter may result in orphaned resources in the cluster.
|
1125
1141
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1126
1142
|
# @yieldparam result [::Gapic::Operation]
|
1127
1143
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -1163,12 +1179,13 @@ module Google
|
|
1163
1179
|
# Customize the options with defaults
|
1164
1180
|
call_metadata = @config.rpcs.delete_azure_cluster.metadata.to_h
|
1165
1181
|
|
1166
|
-
# Set x-goog-api-client
|
1182
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1167
1183
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1168
1184
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1169
1185
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1170
1186
|
transports_version_send: [:rest]
|
1171
1187
|
|
1188
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1172
1189
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1173
1190
|
|
1174
1191
|
options.apply_defaults timeout: @config.rpcs.delete_azure_cluster.timeout,
|
@@ -1260,12 +1277,13 @@ module Google
|
|
1260
1277
|
# Customize the options with defaults
|
1261
1278
|
call_metadata = @config.rpcs.generate_azure_cluster_agent_token.metadata.to_h
|
1262
1279
|
|
1263
|
-
# Set x-goog-api-client
|
1280
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1264
1281
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1265
1282
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1266
1283
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1267
1284
|
transports_version_send: [:rest]
|
1268
1285
|
|
1286
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1269
1287
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1270
1288
|
|
1271
1289
|
options.apply_defaults timeout: @config.rpcs.generate_azure_cluster_agent_token.timeout,
|
@@ -1347,12 +1365,13 @@ module Google
|
|
1347
1365
|
# Customize the options with defaults
|
1348
1366
|
call_metadata = @config.rpcs.generate_azure_access_token.metadata.to_h
|
1349
1367
|
|
1350
|
-
# Set x-goog-api-client
|
1368
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1351
1369
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1352
1370
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1353
1371
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1354
1372
|
transports_version_send: [:rest]
|
1355
1373
|
|
1374
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1356
1375
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1357
1376
|
|
1358
1377
|
options.apply_defaults timeout: @config.rpcs.generate_azure_access_token.timeout,
|
@@ -1461,12 +1480,13 @@ module Google
|
|
1461
1480
|
# Customize the options with defaults
|
1462
1481
|
call_metadata = @config.rpcs.create_azure_node_pool.metadata.to_h
|
1463
1482
|
|
1464
|
-
# Set x-goog-api-client
|
1483
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1465
1484
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1466
1485
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1467
1486
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1468
1487
|
transports_version_send: [:rest]
|
1469
1488
|
|
1489
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1470
1490
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1471
1491
|
|
1472
1492
|
options.apply_defaults timeout: @config.rpcs.create_azure_node_pool.timeout,
|
@@ -1562,12 +1582,13 @@ module Google
|
|
1562
1582
|
# Customize the options with defaults
|
1563
1583
|
call_metadata = @config.rpcs.update_azure_node_pool.metadata.to_h
|
1564
1584
|
|
1565
|
-
# Set x-goog-api-client
|
1585
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1566
1586
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1567
1587
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1568
1588
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1569
1589
|
transports_version_send: [:rest]
|
1570
1590
|
|
1591
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1571
1592
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1572
1593
|
|
1573
1594
|
options.apply_defaults timeout: @config.rpcs.update_azure_node_pool.timeout,
|
@@ -1650,12 +1671,13 @@ module Google
|
|
1650
1671
|
# Customize the options with defaults
|
1651
1672
|
call_metadata = @config.rpcs.get_azure_node_pool.metadata.to_h
|
1652
1673
|
|
1653
|
-
# Set x-goog-api-client
|
1674
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1654
1675
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1655
1676
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1656
1677
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1657
1678
|
transports_version_send: [:rest]
|
1658
1679
|
|
1680
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1659
1681
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1660
1682
|
|
1661
1683
|
options.apply_defaults timeout: @config.rpcs.get_azure_node_pool.timeout,
|
@@ -1753,12 +1775,13 @@ module Google
|
|
1753
1775
|
# Customize the options with defaults
|
1754
1776
|
call_metadata = @config.rpcs.list_azure_node_pools.metadata.to_h
|
1755
1777
|
|
1756
|
-
# Set x-goog-api-client
|
1778
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1757
1779
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1758
1780
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1759
1781
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1760
1782
|
transports_version_send: [:rest]
|
1761
1783
|
|
1784
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1762
1785
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1763
1786
|
|
1764
1787
|
options.apply_defaults timeout: @config.rpcs.list_azure_node_pools.timeout,
|
@@ -1796,7 +1819,7 @@ module Google
|
|
1796
1819
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1797
1820
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1798
1821
|
#
|
1799
|
-
# @overload delete_azure_node_pool(name: nil, validate_only: nil, allow_missing: nil, etag: nil)
|
1822
|
+
# @overload delete_azure_node_pool(name: nil, validate_only: nil, allow_missing: nil, etag: nil, ignore_errors: nil)
|
1800
1823
|
# Pass arguments to `delete_azure_node_pool` via keyword arguments. Note that at
|
1801
1824
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1802
1825
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1829,6 +1852,11 @@ module Google
|
|
1829
1852
|
#
|
1830
1853
|
# If the provided ETag does not match the current etag of the node pool,
|
1831
1854
|
# the request will fail and an ABORTED error will be returned.
|
1855
|
+
# @param ignore_errors [::Boolean]
|
1856
|
+
# Optional. If set to true, the deletion of
|
1857
|
+
# {::Google::Cloud::GkeMultiCloud::V1::AzureNodePool AzureNodePool} resource will
|
1858
|
+
# succeed even if errors occur during deleting in node pool resources. Using
|
1859
|
+
# this parameter may result in orphaned resources in the node pool.
|
1832
1860
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1833
1861
|
# @yieldparam result [::Gapic::Operation]
|
1834
1862
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -1870,12 +1898,13 @@ module Google
|
|
1870
1898
|
# Customize the options with defaults
|
1871
1899
|
call_metadata = @config.rpcs.delete_azure_node_pool.metadata.to_h
|
1872
1900
|
|
1873
|
-
# Set x-goog-api-client
|
1901
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1874
1902
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1875
1903
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1876
1904
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1877
1905
|
transports_version_send: [:rest]
|
1878
1906
|
|
1907
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1879
1908
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1880
1909
|
|
1881
1910
|
options.apply_defaults timeout: @config.rpcs.delete_azure_node_pool.timeout,
|
@@ -1955,12 +1984,13 @@ module Google
|
|
1955
1984
|
# Customize the options with defaults
|
1956
1985
|
call_metadata = @config.rpcs.get_azure_open_id_config.metadata.to_h
|
1957
1986
|
|
1958
|
-
# Set x-goog-api-client
|
1987
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1959
1988
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1960
1989
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1961
1990
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
1962
1991
|
transports_version_send: [:rest]
|
1963
1992
|
|
1993
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1964
1994
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1965
1995
|
|
1966
1996
|
options.apply_defaults timeout: @config.rpcs.get_azure_open_id_config.timeout,
|
@@ -2001,7 +2031,7 @@ module Google
|
|
2001
2031
|
# @param azure_cluster [::String]
|
2002
2032
|
# Required. The AzureCluster, which owns the JsonWebKeys.
|
2003
2033
|
# Format:
|
2004
|
-
# projects/<project-id>/locations/<region>/azureClusters/<cluster-id
|
2034
|
+
# `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>`
|
2005
2035
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2006
2036
|
# @yieldparam result [::Google::Cloud::GkeMultiCloud::V1::AzureJsonWebKeys]
|
2007
2037
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -2036,12 +2066,13 @@ module Google
|
|
2036
2066
|
# Customize the options with defaults
|
2037
2067
|
call_metadata = @config.rpcs.get_azure_json_web_keys.metadata.to_h
|
2038
2068
|
|
2039
|
-
# Set x-goog-api-client
|
2069
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2040
2070
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2041
2071
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2042
2072
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
2043
2073
|
transports_version_send: [:rest]
|
2044
2074
|
|
2075
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2045
2076
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2046
2077
|
|
2047
2078
|
options.apply_defaults timeout: @config.rpcs.get_azure_json_web_keys.timeout,
|
@@ -2123,12 +2154,13 @@ module Google
|
|
2123
2154
|
# Customize the options with defaults
|
2124
2155
|
call_metadata = @config.rpcs.get_azure_server_config.metadata.to_h
|
2125
2156
|
|
2126
|
-
# Set x-goog-api-client
|
2157
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2127
2158
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2128
2159
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2129
2160
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
2130
2161
|
transports_version_send: [:rest]
|
2131
2162
|
|
2163
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2132
2164
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2133
2165
|
|
2134
2166
|
options.apply_defaults timeout: @config.rpcs.get_azure_server_config.timeout,
|
@@ -26,6 +26,9 @@ module Google
|
|
26
26
|
module Rest
|
27
27
|
# Service that implements Longrunning Operations API.
|
28
28
|
class Operations
|
29
|
+
# @private
|
30
|
+
API_VERSION = ""
|
31
|
+
|
29
32
|
# @private
|
30
33
|
DEFAULT_ENDPOINT_TEMPLATE = "gkemulticloud.$UNIVERSE_DOMAIN$"
|
31
34
|
|
@@ -181,12 +184,13 @@ module Google
|
|
181
184
|
# Customize the options with defaults
|
182
185
|
call_metadata = @config.rpcs.list_operations.metadata.to_h
|
183
186
|
|
184
|
-
# Set x-goog-api-client
|
187
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
185
188
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
186
189
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
187
190
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
188
191
|
transports_version_send: [:rest]
|
189
192
|
|
193
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
190
194
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
191
195
|
|
192
196
|
options.apply_defaults timeout: @config.rpcs.list_operations.timeout,
|
@@ -269,12 +273,13 @@ module Google
|
|
269
273
|
# Customize the options with defaults
|
270
274
|
call_metadata = @config.rpcs.get_operation.metadata.to_h
|
271
275
|
|
272
|
-
# Set x-goog-api-client
|
276
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
273
277
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
274
278
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
275
279
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
276
280
|
transports_version_send: [:rest]
|
277
281
|
|
282
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
278
283
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
279
284
|
|
280
285
|
options.apply_defaults timeout: @config.rpcs.get_operation.timeout,
|
@@ -351,12 +356,13 @@ module Google
|
|
351
356
|
# Customize the options with defaults
|
352
357
|
call_metadata = @config.rpcs.delete_operation.metadata.to_h
|
353
358
|
|
354
|
-
# Set x-goog-api-client
|
359
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
355
360
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
356
361
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
357
362
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
358
363
|
transports_version_send: [:rest]
|
359
364
|
|
365
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
360
366
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
361
367
|
|
362
368
|
options.apply_defaults timeout: @config.rpcs.delete_operation.timeout,
|
@@ -438,12 +444,13 @@ module Google
|
|
438
444
|
# Customize the options with defaults
|
439
445
|
call_metadata = @config.rpcs.cancel_operation.metadata.to_h
|
440
446
|
|
441
|
-
# Set x-goog-api-client
|
447
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
442
448
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
443
449
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
444
450
|
gapic_version: ::Google::Cloud::GkeMultiCloud::V1::VERSION,
|
445
451
|
transports_version_send: [:rest]
|
446
452
|
|
453
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
447
454
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
448
455
|
|
449
456
|
options.apply_defaults timeout: @config.rpcs.cancel_operation.timeout,
|
@@ -10,7 +10,7 @@ require 'google/cloud/gkemulticloud/v1/common_resources_pb'
|
|
10
10
|
require 'google/protobuf/timestamp_pb'
|
11
11
|
|
12
12
|
|
13
|
-
descriptor_data = "\n6google/cloud/gkemulticloud/v1/attached_resources.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
13
|
+
descriptor_data = "\n6google/cloud/gkemulticloud/v1/attached_resources.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xf2\x0b\n\x0f\x41ttachedCluster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12K\n\x0boidc_config\x18\x03 \x01(\x0b\x32\x31.google.cloud.gkemulticloud.v1.AttachedOidcConfigB\x03\xe0\x41\x02\x12\x1d\n\x10platform_version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x19\n\x0c\x64istribution\x18\x10 \x01(\tB\x03\xe0\x41\x02\x12\x1b\n\x0e\x63luster_region\x18\x16 \x01(\tB\x03\xe0\x41\x03\x12\x38\n\x05\x66leet\x18\x05 \x01(\x0b\x32$.google.cloud.gkemulticloud.v1.FleetB\x03\xe0\x41\x02\x12H\n\x05state\x18\x06 \x01(\x0e\x32\x34.google.cloud.gkemulticloud.v1.AttachedCluster.StateB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\x0b \x01(\t\x12\x1f\n\x12kubernetes_version\x18\x0c \x01(\tB\x03\xe0\x41\x03\x12Y\n\x0b\x61nnotations\x18\r \x03(\x0b\x32?.google.cloud.gkemulticloud.v1.AttachedCluster.AnnotationsEntryB\x03\xe0\x41\x01\x12\\\n\x18workload_identity_config\x18\x0e \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.WorkloadIdentityConfigB\x03\xe0\x41\x03\x12I\n\x0elogging_config\x18\x0f \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.LoggingConfigB\x03\xe0\x41\x01\x12H\n\x06\x65rrors\x18\x14 \x03(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AttachedClusterErrorB\x03\xe0\x41\x03\x12X\n\rauthorization\x18\x15 \x01(\x0b\x32<.google.cloud.gkemulticloud.v1.AttachedClustersAuthorizationB\x03\xe0\x41\x01\x12O\n\x11monitoring_config\x18\x17 \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.MonitoringConfigB\x03\xe0\x41\x01\x12M\n\x0cproxy_config\x18\x18 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedProxyConfigB\x03\xe0\x41\x01\x12U\n\x14\x62inary_authorization\x18\x19 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.BinaryAuthorizationB\x03\xe0\x41\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:~\xea\x41{\n,gkemulticloud.googleapis.com/AttachedCluster\x12Kprojects/{project}/locations/{location}/attachedClusters/{attached_cluster}\"\xbd\x01\n\x1d\x41ttachedClustersAuthorization\x12L\n\x0b\x61\x64min_users\x18\x01 \x03(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedClusterUserB\x03\xe0\x41\x01\x12N\n\x0c\x61\x64min_groups\x18\x02 \x03(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AttachedClusterGroupB\x03\xe0\x41\x01\",\n\x13\x41ttachedClusterUser\x12\x15\n\x08username\x18\x01 \x01(\tB\x03\xe0\x41\x02\"*\n\x14\x41ttachedClusterGroup\x12\x12\n\x05group\x18\x01 \x01(\tB\x03\xe0\x41\x02\";\n\x12\x41ttachedOidcConfig\x12\x12\n\nissuer_url\x18\x01 \x01(\t\x12\x11\n\x04jwks\x18\x02 \x01(\x0c\x42\x03\xe0\x41\x01\"\xee\x01\n\x14\x41ttachedServerConfig\x12\x0c\n\x04name\x18\x01 \x01(\t\x12R\n\x0evalid_versions\x18\x02 \x03(\x0b\x32:.google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo:t\xea\x41q\n1gkemulticloud.googleapis.com/AttachedServerConfig\x12<projects/{project}/locations/{location}/attachedServerConfig\".\n\x1b\x41ttachedPlatformVersionInfo\x12\x0f\n\x07version\x18\x01 \x01(\t\"\'\n\x14\x41ttachedClusterError\x12\x0f\n\x07message\x18\x01 \x01(\t\"a\n\x13\x41ttachedProxyConfig\x12J\n\x11kubernetes_secret\x18\x01 \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.KubernetesSecret\"3\n\x10KubernetesSecret\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\tB\xe9\x01\n!com.google.cloud.gkemulticloud.v1B\x16\x41ttachedResourcesProtoP\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"
|
14
14
|
|
15
15
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
16
16
|
|
@@ -15,7 +15,7 @@ require 'google/protobuf/empty_pb'
|
|
15
15
|
require 'google/protobuf/field_mask_pb'
|
16
16
|
|
17
17
|
|
18
|
-
descriptor_data = "\n4google/cloud/gkemulticloud/v1/attached_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\x36google/cloud/gkemulticloud/v1/attached_resources.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\
|
18
|
+
descriptor_data = "\n4google/cloud/gkemulticloud/v1/attached_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\x36google/cloud/gkemulticloud/v1/attached_resources.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\x85\x02\n-GenerateAttachedClusterInstallManifestRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12 \n\x13\x61ttached_cluster_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x1d\n\x10platform_version\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12M\n\x0cproxy_config\x18\x04 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedProxyConfigB\x03\xe0\x41\x01\"B\n.GenerateAttachedClusterInstallManifestResponse\x12\x10\n\x08manifest\x18\x01 \x01(\t\"\xec\x01\n\x1c\x43reateAttachedClusterRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12M\n\x10\x61ttached_cluster\x18\x02 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AttachedClusterB\x03\xe0\x41\x02\x12 \n\x13\x61ttached_cluster_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x04 \x01(\x08\"\xa3\x02\n\x1cImportAttachedClusterRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x1d\n\x10\x66leet_membership\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x1d\n\x10platform_version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x19\n\x0c\x64istribution\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12M\n\x0cproxy_config\x18\x06 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedProxyConfigB\x03\xe0\x41\x01\"\xba\x01\n\x1cUpdateAttachedClusterRequest\x12M\n\x10\x61ttached_cluster\x18\x01 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AttachedClusterB\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\x19GetAttachedClusterRequest\x12\x42\n\x04name\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,gkemulticloud.googleapis.com/AttachedCluster\"\x8a\x01\n\x1bListAttachedClustersRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"\x82\x01\n\x1cListAttachedClustersResponse\x12I\n\x11\x61ttached_clusters\x18\x01 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AttachedCluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb5\x01\n\x1c\x44\x65leteAttachedClusterRequest\x12\x42\n\x04name\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,gkemulticloud.googleapis.com/AttachedCluster\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x15\n\rallow_missing\x18\x03 \x01(\x08\x12\x15\n\rignore_errors\x18\x05 \x01(\x08\x12\x0c\n\x04\x65tag\x18\x04 \x01(\t\"i\n\x1eGetAttachedServerConfigRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1gkemulticloud.googleapis.com/AttachedServerConfig\"\xca\x02\n(GenerateAttachedClusterAgentTokenRequest\x12N\n\x10\x61ttached_cluster\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,gkemulticloud.googleapis.com/AttachedCluster\x12\x1a\n\rsubject_token\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x1f\n\x12subject_token_type\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\ngrant_type\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08\x61udience\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\x12\n\x05scope\x18\x08 \x01(\tB\x03\xe0\x41\x01\x12!\n\x14requested_token_type\x18\t \x01(\tB\x03\xe0\x41\x01\x12\x14\n\x07options\x18\n \x01(\tB\x03\xe0\x41\x01\"i\n)GenerateAttachedClusterAgentTokenResponse\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\t\x12\x12\n\nexpires_in\x18\x02 \x01(\x05\x12\x12\n\ntoken_type\x18\x03 \x01(\t2\xdd\x12\n\x10\x41ttachedClusters\x12\x99\x02\n\x15\x43reateAttachedCluster\x12;.google.cloud.gkemulticloud.v1.CreateAttachedClusterRequest\x1a\x1d.google.longrunning.Operation\"\xa3\x01\xca\x41$\n\x0f\x41ttachedCluster\x12\x11OperationMetadata\xda\x41+parent,attached_cluster,attached_cluster_id\x82\xd3\xe4\x93\x02H\"4/v1/{parent=projects/*/locations/*}/attachedClusters:\x10\x61ttached_cluster\x12\x9b\x02\n\x15UpdateAttachedCluster\x12;.google.cloud.gkemulticloud.v1.UpdateAttachedClusterRequest\x1a\x1d.google.longrunning.Operation\"\xa5\x01\xca\x41$\n\x0f\x41ttachedCluster\x12\x11OperationMetadata\xda\x41\x1c\x61ttached_cluster,update_mask\x82\xd3\xe4\x93\x02Y2E/v1/{attached_cluster.name=projects/*/locations/*/attachedClusters/*}:\x10\x61ttached_cluster\x12\xfd\x01\n\x15ImportAttachedCluster\x12;.google.cloud.gkemulticloud.v1.ImportAttachedClusterRequest\x1a\x1d.google.longrunning.Operation\"\x87\x01\xca\x41$\n\x0f\x41ttachedCluster\x12\x11OperationMetadata\xda\x41\x17parent,fleet_membership\x82\xd3\xe4\x93\x02@\";/v1/{parent=projects/*/locations/*}/attachedClusters:import:\x01*\x12\xc3\x01\n\x12GetAttachedCluster\x12\x38.google.cloud.gkemulticloud.v1.GetAttachedClusterRequest\x1a..google.cloud.gkemulticloud.v1.AttachedCluster\"C\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{name=projects/*/locations/*/attachedClusters/*}\x12\xd6\x01\n\x14ListAttachedClusters\x12:.google.cloud.gkemulticloud.v1.ListAttachedClustersRequest\x1a;.google.cloud.gkemulticloud.v1.ListAttachedClustersResponse\"E\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{parent=projects/*/locations/*}/attachedClusters\x12\xe5\x01\n\x15\x44\x65leteAttachedCluster\x12;.google.cloud.gkemulticloud.v1.DeleteAttachedClusterRequest\x1a\x1d.google.longrunning.Operation\"p\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36*4/v1/{name=projects/*/locations/*/attachedClusters/*}\x12\xd4\x01\n\x17GetAttachedServerConfig\x12=.google.cloud.gkemulticloud.v1.GetAttachedServerConfigRequest\x1a\x33.google.cloud.gkemulticloud.v1.AttachedServerConfig\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{name=projects/*/locations/*/attachedServerConfig}\x12\xb6\x02\n&GenerateAttachedClusterInstallManifest\x12L.google.cloud.gkemulticloud.v1.GenerateAttachedClusterInstallManifestRequest\x1aM.google.cloud.gkemulticloud.v1.GenerateAttachedClusterInstallManifestResponse\"o\xda\x41\x1aparent,attached_cluster_id\x82\xd3\xe4\x93\x02L\x12J/v1/{parent=projects/*/locations/*}:generateAttachedClusterInstallManifest\x12\xa5\x02\n!GenerateAttachedClusterAgentToken\x12G.google.cloud.gkemulticloud.v1.GenerateAttachedClusterAgentTokenRequest\x1aH.google.cloud.gkemulticloud.v1.GenerateAttachedClusterAgentTokenResponse\"m\x82\xd3\xe4\x93\x02g\"b/v1/{attached_cluster=projects/*/locations/*/attachedClusters/*}:generateAttachedClusterAgentToken:\x01*\x1aP\xca\x41\x1cgkemulticloud.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xe7\x01\n!com.google.cloud.gkemulticloud.v1B\x14\x41ttachedServiceProtoP\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"
|
19
19
|
|
20
20
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
21
21
|
|
@@ -11,7 +11,7 @@ require 'google/protobuf/timestamp_pb'
|
|
11
11
|
require 'google/type/date_pb'
|
12
12
|
|
13
13
|
|
14
|
-
descriptor_data = "\n1google/cloud/gkemulticloud/v1/aws_resources.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x16google/type/date.proto\"\xb0\x0b\n\nAwsCluster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x19\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\x12M\n\nnetworking\x18\x03 \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsClusterNetworkingB\x04\xe2\x41\x01\x02\x12\x18\n\naws_region\x18\x04 \x01(\tB\x04\xe2\x41\x01\x02\x12K\n\rcontrol_plane\x18\x05 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AwsControlPlaneB\x04\xe2\x41\x01\x02\x12L\n\rauthorization\x18\x0f \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.AwsAuthorizationB\x04\xe2\x41\x01\x02\x12\x44\n\x05state\x18\x07 \x01(\x0e\x32/.google.cloud.gkemulticloud.v1.AwsCluster.StateB\x04\xe2\x41\x01\x03\x12\x16\n\x08\x65ndpoint\x18\x08 \x01(\tB\x04\xe2\x41\x01\x03\x12\x11\n\x03uid\x18\t \x01(\tB\x04\xe2\x41\x01\x03\x12\x19\n\x0breconciling\x18\n \x01(\x08\x42\x04\xe2\x41\x01\x03\x12\x35\n\x0b\x63reate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x35\n\x0bupdate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x0c\n\x04\x65tag\x18\r \x01(\t\x12U\n\x0b\x61nnotations\x18\x0e \x03(\x0b\x32:.google.cloud.gkemulticloud.v1.AwsCluster.AnnotationsEntryB\x04\xe2\x41\x01\x01\x12]\n\x18workload_identity_config\x18\x10 \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.WorkloadIdentityConfigB\x04\xe2\x41\x01\x03\x12$\n\x16\x63luster_ca_certificate\x18\x11 \x01(\tB\x04\xe2\x41\x01\x03\x12\x39\n\x05\x66leet\x18\x12 \x01(\x0b\x32$.google.cloud.gkemulticloud.v1.FleetB\x04\xe2\x41\x01\x02\x12J\n\x0elogging_config\x18\x13 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.LoggingConfigB\x04\xe2\x41\x01\x01\x12\x44\n\x06\x65rrors\x18\x14 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AwsClusterErrorB\x04\xe2\x41\x01\x03\x12P\n\x11monitoring_config\x18\x15 \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.MonitoringConfigB\x04\xe2\x41\x01\x01\x12V\n\x14\x62inary_authorization\x18\x16 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.BinaryAuthorizationB\x04\xe2\x41\x01\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:o\xea\x41l\n\'gkemulticloud.googleapis.com/AwsCluster\x12\x41projects/{project}/locations/{location}/awsClusters/{aws_cluster}\"\xb6\x07\n\x0f\x41wsControlPlane\x12\x15\n\x07version\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x1b\n\rinstance_type\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\x12\x45\n\nssh_config\x18\x0e \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AwsSshConfigB\x04\xe2\x41\x01\x01\x12\x18\n\nsubnet_ids\x18\x04 \x03(\tB\x04\xe2\x41\x01\x02\x12 \n\x12security_group_ids\x18\x05 \x03(\tB\x04\xe2\x41\x01\x01\x12\"\n\x14iam_instance_profile\x18\x07 \x01(\tB\x04\xe2\x41\x01\x02\x12K\n\x0broot_volume\x18\x08 \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x04\xe2\x41\x01\x01\x12K\n\x0bmain_volume\x18\t \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x04\xe2\x41\x01\x01\x12W\n\x13\x64\x61tabase_encryption\x18\n \x01(\x0b\x32\x34.google.cloud.gkemulticloud.v1.AwsDatabaseEncryptionB\x04\xe2\x41\x01\x02\x12L\n\x04tags\x18\x0b \x03(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsControlPlane.TagsEntryB\x04\xe2\x41\x01\x01\x12\x63\n\x1b\x61ws_services_authentication\x18\x0c \x01(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsServicesAuthenticationB\x04\xe2\x41\x01\x02\x12I\n\x0cproxy_config\x18\x10 \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsProxyConfigB\x04\xe2\x41\x01\x01\x12S\n\x11\x63onfig_encryption\x18\x11 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AwsConfigEncryptionB\x04\xe2\x41\x01\x02\x12U\n\x12instance_placement\x18\x12 \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsInstancePlacementB\x04\xe2\x41\x01\x01\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"T\n\x19\x41wsServicesAuthentication\x12\x16\n\x08role_arn\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x1f\n\x11role_session_name\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\"\xa8\x01\n\x10\x41wsAuthorization\x12H\n\x0b\x61\x64min_users\x18\x01 \x03(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsClusterUserB\x04\xe2\x41\x01\x01\x12J\n\x0c\x61\x64min_groups\x18\x02 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AwsClusterGroupB\x04\xe2\x41\x01\x01\"(\n\x0e\x41wsClusterUser\x12\x16\n\x08username\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"&\n\x0f\x41wsClusterGroup\x12\x13\n\x05group\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"2\n\x15\x41wsDatabaseEncryption\x12\x19\n\x0bkms_key_arn\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"\x89\x02\n\x11\x41wsVolumeTemplate\x12\x16\n\x08size_gib\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12V\n\x0bvolume_type\x18\x02 \x01(\x0e\x32;.google.cloud.gkemulticloud.v1.AwsVolumeTemplate.VolumeTypeB\x04\xe2\x41\x01\x01\x12\x12\n\x04iops\x18\x03 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x18\n\nthroughput\x18\x05 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x19\n\x0bkms_key_arn\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\";\n\nVolumeType\x12\x1b\n\x17VOLUME_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03GP2\x10\x01\x12\x07\n\x03GP3\x10\x02\"\xad\x01\n\x14\x41wsClusterNetworking\x12\x14\n\x06vpc_id\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12%\n\x17pod_address_cidr_blocks\x18\x02 \x03(\tB\x04\xe2\x41\x01\x02\x12)\n\x1bservice_address_cidr_blocks\x18\x03 \x03(\tB\x04\xe2\x41\x01\x02\x12-\n\x1fper_node_pool_sg_rules_disabled\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01\"\x9c\t\n\x0b\x41wsNodePool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x15\n\x07version\x18\x03 \x01(\tB\x04\xe2\x41\x01\x02\x12\x42\n\x06\x63onfig\x18\x1c \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.AwsNodeConfigB\x04\xe2\x41\x01\x02\x12P\n\x0b\x61utoscaling\x18\x19 \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.AwsNodePoolAutoscalingB\x04\xe2\x41\x01\x02\x12\x17\n\tsubnet_id\x18\x06 \x01(\tB\x04\xe2\x41\x01\x02\x12\x45\n\x05state\x18\x10 \x01(\x0e\x32\x30.google.cloud.gkemulticloud.v1.AwsNodePool.StateB\x04\xe2\x41\x01\x03\x12\x11\n\x03uid\x18\x11 \x01(\tB\x04\xe2\x41\x01\x03\x12\x19\n\x0breconciling\x18\x12 \x01(\x08\x42\x04\xe2\x41\x01\x03\x12\x35\n\x0b\x63reate_time\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x35\n\x0bupdate_time\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x0c\n\x04\x65tag\x18\x15 \x01(\t\x12V\n\x0b\x61nnotations\x18\x16 \x03(\x0b\x32;.google.cloud.gkemulticloud.v1.AwsNodePool.AnnotationsEntryB\x04\xe2\x41\x01\x01\x12S\n\x13max_pods_constraint\x18\x1b \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.MaxPodsConstraintB\x04\xe2\x41\x01\x02\x12\x45\n\x06\x65rrors\x18\x1d \x03(\x0b\x32/.google.cloud.gkemulticloud.v1.AwsNodePoolErrorB\x04\xe2\x41\x01\x03\x12J\n\nmanagement\x18\x1e \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsNodeManagementB\x04\xe2\x41\x01\x01\x12L\n\x0fupdate_settings\x18 \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.UpdateSettingsB\x04\xe2\x41\x01\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:\x8e\x01\xea\x41\x8a\x01\n(gkemulticloud.googleapis.com/AwsNodePool\x12^projects/{project}/locations/{location}/awsClusters/{aws_cluster}/awsNodePools/{aws_node_pool}\"\\\n\x0eUpdateSettings\x12J\n\x0esurge_settings\x18\x01 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.SurgeSettingsB\x04\xe2\x41\x01\x01\"G\n\rSurgeSettings\x12\x17\n\tmax_surge\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x1d\n\x0fmax_unavailable\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x01\".\n\x11\x41wsNodeManagement\x12\x19\n\x0b\x61uto_repair\x18\x01 \x01(\x08\x42\x04\xe2\x41\x01\x01\"\x88\x08\n\rAwsNodeConfig\x12\x1b\n\rinstance_type\x18\x01 \x01(\tB\x04\xe2\x41\x01\x01\x12K\n\x0broot_volume\x18\x02 \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x04\xe2\x41\x01\x01\x12>\n\x06taints\x18\x03 \x03(\x0b\x32(.google.cloud.gkemulticloud.v1.NodeTaintB\x04\xe2\x41\x01\x01\x12N\n\x06labels\x18\x04 \x03(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsNodeConfig.LabelsEntryB\x04\xe2\x41\x01\x01\x12J\n\x04tags\x18\x05 \x03(\x0b\x32\x36.google.cloud.gkemulticloud.v1.AwsNodeConfig.TagsEntryB\x04\xe2\x41\x01\x01\x12\"\n\x14iam_instance_profile\x18\x06 \x01(\tB\x04\xe2\x41\x01\x02\x12\x18\n\nimage_type\x18\x0b \x01(\tB\x04\xe2\x41\x01\x01\x12\x45\n\nssh_config\x18\t \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AwsSshConfigB\x04\xe2\x41\x01\x01\x12 \n\x12security_group_ids\x18\n \x03(\tB\x04\xe2\x41\x01\x01\x12I\n\x0cproxy_config\x18\x0c \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsProxyConfigB\x04\xe2\x41\x01\x01\x12S\n\x11\x63onfig_encryption\x18\r \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AwsConfigEncryptionB\x04\xe2\x41\x01\x02\x12U\n\x12instance_placement\x18\x0e \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsInstancePlacementB\x04\xe2\x41\x01\x01\x12q\n\x1e\x61utoscaling_metrics_collection\x18\x0f \x01(\x0b\x32\x43.google.cloud.gkemulticloud.v1.AwsAutoscalingGroupMetricsCollectionB\x04\xe2\x41\x01\x01\x12\x44\n\x0bspot_config\x18\x10 \x01(\x0b\x32).google.cloud.gkemulticloud.v1.SpotConfigB\x04\xe2\x41\x01\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"T\n\x16\x41wsNodePoolAutoscaling\x12\x1c\n\x0emin_node_count\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x02\x12\x1c\n\x0emax_node_count\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x02\"\xd4\x01\n\x0f\x41wsOpenIdConfig\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x10\n\x08jwks_uri\x18\x02 \x01(\t\x12 \n\x18response_types_supported\x18\x03 \x03(\t\x12\x1f\n\x17subject_types_supported\x18\x04 \x03(\t\x12-\n%id_token_signing_alg_values_supported\x18\x05 \x03(\t\x12\x18\n\x10\x63laims_supported\x18\x06 \x03(\t\x12\x13\n\x0bgrant_types\x18\x07 \x03(\t\"B\n\x0e\x41wsJsonWebKeys\x12\x30\n\x04keys\x18\x01 \x03(\x0b\x32\".google.cloud.gkemulticloud.v1.Jwk\"\xf4\x01\n\x0f\x41wsServerConfig\x12\x0c\n\x04name\x18\x01 \x01(\t\x12H\n\x0evalid_versions\x18\x02 \x03(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsK8sVersionInfo\x12\x1d\n\x15supported_aws_regions\x18\x03 \x03(\t:j\xea\x41g\n,gkemulticloud.googleapis.com/AwsServerConfig\x12\x37projects/{project}/locations/{location}/awsServerConfig\"\xb8\x01\n\x11\x41wsK8sVersionInfo\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x15\n\x07\x65nabled\x18\x03 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x19\n\x0b\x65nd_of_life\x18\x04 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x31\n\x10\x65nd_of_life_date\x18\x05 \x01(\x0b\x32\x11.google.type.DateB\x04\xe2\x41\x01\x01\x12-\n\x0crelease_date\x18\x06 \x01(\x0b\x32\x11.google.type.DateB\x04\xe2\x41\x01\x01\"*\n\x0c\x41wsSshConfig\x12\x1a\n\x0c\x65\x63\x32_key_pair\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"<\n\x0e\x41wsProxyConfig\x12\x12\n\nsecret_arn\x18\x01 \x01(\t\x12\x16\n\x0esecret_version\x18\x02 \x01(\t\"0\n\x13\x41wsConfigEncryption\x12\x19\n\x0bkms_key_arn\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"\xb4\x01\n\x14\x41wsInstancePlacement\x12R\n\x07tenancy\x18\x01 \x01(\x0e\x32;.google.cloud.gkemulticloud.v1.AwsInstancePlacement.TenancyB\x04\xe2\x41\x01\x02\"H\n\x07Tenancy\x12\x17\n\x13TENANCY_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\r\n\tDEDICATED\x10\x02\x12\x08\n\x04HOST\x10\x03\"X\n$AwsAutoscalingGroupMetricsCollection\x12\x19\n\x0bgranularity\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x15\n\x07metrics\x18\x02 \x03(\tB\x04\xe2\x41\x01\x01\"*\n\nSpotConfig\x12\x1c\n\x0einstance_types\x18\x01 \x03(\tB\x04\xe2\x41\x01\x02\"\"\n\x0f\x41wsClusterError\x12\x0f\n\x07message\x18\x01 \x01(\t\"#\n\x10\x41wsNodePoolError\x12\x0f\n\x07message\x18\x01 \x01(\tB\xe4\x01\n!com.google.cloud.gkemulticloud.v1B\x11\x41wsResourcesProtoP\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"
|
14
|
+
descriptor_data = "\n1google/cloud/gkemulticloud/v1/aws_resources.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x16google/type/date.proto\"\x9d\x0b\n\nAwsCluster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12L\n\nnetworking\x18\x03 \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsClusterNetworkingB\x03\xe0\x41\x02\x12\x17\n\naws_region\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12J\n\rcontrol_plane\x18\x05 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AwsControlPlaneB\x03\xe0\x41\x02\x12K\n\rauthorization\x18\x0f \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.AwsAuthorizationB\x03\xe0\x41\x02\x12\x43\n\x05state\x18\x07 \x01(\x0e\x32/.google.cloud.gkemulticloud.v1.AwsCluster.StateB\x03\xe0\x41\x03\x12\x15\n\x08\x65ndpoint\x18\x08 \x01(\tB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\t \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\n \x01(\x08\x42\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\r \x01(\t\x12T\n\x0b\x61nnotations\x18\x0e \x03(\x0b\x32:.google.cloud.gkemulticloud.v1.AwsCluster.AnnotationsEntryB\x03\xe0\x41\x01\x12\\\n\x18workload_identity_config\x18\x10 \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.WorkloadIdentityConfigB\x03\xe0\x41\x03\x12#\n\x16\x63luster_ca_certificate\x18\x11 \x01(\tB\x03\xe0\x41\x03\x12\x38\n\x05\x66leet\x18\x12 \x01(\x0b\x32$.google.cloud.gkemulticloud.v1.FleetB\x03\xe0\x41\x02\x12I\n\x0elogging_config\x18\x13 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.LoggingConfigB\x03\xe0\x41\x01\x12\x43\n\x06\x65rrors\x18\x14 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AwsClusterErrorB\x03\xe0\x41\x03\x12O\n\x11monitoring_config\x18\x15 \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.MonitoringConfigB\x03\xe0\x41\x01\x12U\n\x14\x62inary_authorization\x18\x16 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.BinaryAuthorizationB\x03\xe0\x41\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:o\xea\x41l\n\'gkemulticloud.googleapis.com/AwsCluster\x12\x41projects/{project}/locations/{location}/awsClusters/{aws_cluster}\"\xa8\x07\n\x0f\x41wsControlPlane\x12\x14\n\x07version\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x1a\n\rinstance_type\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x44\n\nssh_config\x18\x0e \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AwsSshConfigB\x03\xe0\x41\x01\x12\x17\n\nsubnet_ids\x18\x04 \x03(\tB\x03\xe0\x41\x02\x12\x1f\n\x12security_group_ids\x18\x05 \x03(\tB\x03\xe0\x41\x01\x12!\n\x14iam_instance_profile\x18\x07 \x01(\tB\x03\xe0\x41\x02\x12J\n\x0broot_volume\x18\x08 \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x03\xe0\x41\x01\x12J\n\x0bmain_volume\x18\t \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x03\xe0\x41\x01\x12V\n\x13\x64\x61tabase_encryption\x18\n \x01(\x0b\x32\x34.google.cloud.gkemulticloud.v1.AwsDatabaseEncryptionB\x03\xe0\x41\x02\x12K\n\x04tags\x18\x0b \x03(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsControlPlane.TagsEntryB\x03\xe0\x41\x01\x12\x62\n\x1b\x61ws_services_authentication\x18\x0c \x01(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsServicesAuthenticationB\x03\xe0\x41\x02\x12H\n\x0cproxy_config\x18\x10 \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsProxyConfigB\x03\xe0\x41\x01\x12R\n\x11\x63onfig_encryption\x18\x11 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AwsConfigEncryptionB\x03\xe0\x41\x02\x12T\n\x12instance_placement\x18\x12 \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsInstancePlacementB\x03\xe0\x41\x01\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"R\n\x19\x41wsServicesAuthentication\x12\x15\n\x08role_arn\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x1e\n\x11role_session_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xa6\x01\n\x10\x41wsAuthorization\x12G\n\x0b\x61\x64min_users\x18\x01 \x03(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsClusterUserB\x03\xe0\x41\x01\x12I\n\x0c\x61\x64min_groups\x18\x02 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AwsClusterGroupB\x03\xe0\x41\x01\"\'\n\x0e\x41wsClusterUser\x12\x15\n\x08username\x18\x01 \x01(\tB\x03\xe0\x41\x02\"%\n\x0f\x41wsClusterGroup\x12\x12\n\x05group\x18\x01 \x01(\tB\x03\xe0\x41\x02\"1\n\x15\x41wsDatabaseEncryption\x12\x18\n\x0bkms_key_arn\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\x84\x02\n\x11\x41wsVolumeTemplate\x12\x15\n\x08size_gib\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12U\n\x0bvolume_type\x18\x02 \x01(\x0e\x32;.google.cloud.gkemulticloud.v1.AwsVolumeTemplate.VolumeTypeB\x03\xe0\x41\x01\x12\x11\n\x04iops\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\nthroughput\x18\x05 \x01(\x05\x42\x03\xe0\x41\x01\x12\x18\n\x0bkms_key_arn\x18\x04 \x01(\tB\x03\xe0\x41\x01\";\n\nVolumeType\x12\x1b\n\x17VOLUME_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03GP2\x10\x01\x12\x07\n\x03GP3\x10\x02\"\xa9\x01\n\x14\x41wsClusterNetworking\x12\x13\n\x06vpc_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12$\n\x17pod_address_cidr_blocks\x18\x02 \x03(\tB\x03\xe0\x41\x02\x12(\n\x1bservice_address_cidr_blocks\x18\x03 \x03(\tB\x03\xe0\x41\x02\x12,\n\x1fper_node_pool_sg_rules_disabled\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01\"\x8e\t\n\x0b\x41wsNodePool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x07version\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x41\n\x06\x63onfig\x18\x1c \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.AwsNodeConfigB\x03\xe0\x41\x02\x12O\n\x0b\x61utoscaling\x18\x19 \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.AwsNodePoolAutoscalingB\x03\xe0\x41\x02\x12\x16\n\tsubnet_id\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x44\n\x05state\x18\x10 \x01(\x0e\x32\x30.google.cloud.gkemulticloud.v1.AwsNodePool.StateB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x11 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x12 \x01(\x08\x42\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\x15 \x01(\t\x12U\n\x0b\x61nnotations\x18\x16 \x03(\x0b\x32;.google.cloud.gkemulticloud.v1.AwsNodePool.AnnotationsEntryB\x03\xe0\x41\x01\x12R\n\x13max_pods_constraint\x18\x1b \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.MaxPodsConstraintB\x03\xe0\x41\x02\x12\x44\n\x06\x65rrors\x18\x1d \x03(\x0b\x32/.google.cloud.gkemulticloud.v1.AwsNodePoolErrorB\x03\xe0\x41\x03\x12I\n\nmanagement\x18\x1e \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsNodeManagementB\x03\xe0\x41\x01\x12K\n\x0fupdate_settings\x18 \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.UpdateSettingsB\x03\xe0\x41\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:\x8e\x01\xea\x41\x8a\x01\n(gkemulticloud.googleapis.com/AwsNodePool\x12^projects/{project}/locations/{location}/awsClusters/{aws_cluster}/awsNodePools/{aws_node_pool}\"[\n\x0eUpdateSettings\x12I\n\x0esurge_settings\x18\x01 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.SurgeSettingsB\x03\xe0\x41\x01\"E\n\rSurgeSettings\x12\x16\n\tmax_surge\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x1c\n\x0fmax_unavailable\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\"-\n\x11\x41wsNodeManagement\x12\x18\n\x0b\x61uto_repair\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01\"\xfa\x07\n\rAwsNodeConfig\x12\x1a\n\rinstance_type\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12J\n\x0broot_volume\x18\x02 \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x03\xe0\x41\x01\x12=\n\x06taints\x18\x03 \x03(\x0b\x32(.google.cloud.gkemulticloud.v1.NodeTaintB\x03\xe0\x41\x01\x12M\n\x06labels\x18\x04 \x03(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsNodeConfig.LabelsEntryB\x03\xe0\x41\x01\x12I\n\x04tags\x18\x05 \x03(\x0b\x32\x36.google.cloud.gkemulticloud.v1.AwsNodeConfig.TagsEntryB\x03\xe0\x41\x01\x12!\n\x14iam_instance_profile\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\nimage_type\x18\x0b \x01(\tB\x03\xe0\x41\x01\x12\x44\n\nssh_config\x18\t \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AwsSshConfigB\x03\xe0\x41\x01\x12\x1f\n\x12security_group_ids\x18\n \x03(\tB\x03\xe0\x41\x01\x12H\n\x0cproxy_config\x18\x0c \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsProxyConfigB\x03\xe0\x41\x01\x12R\n\x11\x63onfig_encryption\x18\r \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AwsConfigEncryptionB\x03\xe0\x41\x02\x12T\n\x12instance_placement\x18\x0e \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsInstancePlacementB\x03\xe0\x41\x01\x12p\n\x1e\x61utoscaling_metrics_collection\x18\x0f \x01(\x0b\x32\x43.google.cloud.gkemulticloud.v1.AwsAutoscalingGroupMetricsCollectionB\x03\xe0\x41\x01\x12\x43\n\x0bspot_config\x18\x10 \x01(\x0b\x32).google.cloud.gkemulticloud.v1.SpotConfigB\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"R\n\x16\x41wsNodePoolAutoscaling\x12\x1b\n\x0emin_node_count\x18\x01 \x01(\x05\x42\x03\xe0\x41\x02\x12\x1b\n\x0emax_node_count\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02\"\xd4\x01\n\x0f\x41wsOpenIdConfig\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x10\n\x08jwks_uri\x18\x02 \x01(\t\x12 \n\x18response_types_supported\x18\x03 \x03(\t\x12\x1f\n\x17subject_types_supported\x18\x04 \x03(\t\x12-\n%id_token_signing_alg_values_supported\x18\x05 \x03(\t\x12\x18\n\x10\x63laims_supported\x18\x06 \x03(\t\x12\x13\n\x0bgrant_types\x18\x07 \x03(\t\"B\n\x0e\x41wsJsonWebKeys\x12\x30\n\x04keys\x18\x01 \x03(\x0b\x32\".google.cloud.gkemulticloud.v1.Jwk\"\xf4\x01\n\x0f\x41wsServerConfig\x12\x0c\n\x04name\x18\x01 \x01(\t\x12H\n\x0evalid_versions\x18\x02 \x03(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsK8sVersionInfo\x12\x1d\n\x15supported_aws_regions\x18\x03 \x03(\t:j\xea\x41g\n,gkemulticloud.googleapis.com/AwsServerConfig\x12\x37projects/{project}/locations/{location}/awsServerConfig\"\xb4\x01\n\x11\x41wsK8sVersionInfo\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x14\n\x07\x65nabled\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\x12\x18\n\x0b\x65nd_of_life\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12\x30\n\x10\x65nd_of_life_date\x18\x05 \x01(\x0b\x32\x11.google.type.DateB\x03\xe0\x41\x01\x12,\n\x0crelease_date\x18\x06 \x01(\x0b\x32\x11.google.type.DateB\x03\xe0\x41\x01\")\n\x0c\x41wsSshConfig\x12\x19\n\x0c\x65\x63\x32_key_pair\x18\x01 \x01(\tB\x03\xe0\x41\x02\"<\n\x0e\x41wsProxyConfig\x12\x12\n\nsecret_arn\x18\x01 \x01(\t\x12\x16\n\x0esecret_version\x18\x02 \x01(\t\"/\n\x13\x41wsConfigEncryption\x12\x18\n\x0bkms_key_arn\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\xb3\x01\n\x14\x41wsInstancePlacement\x12Q\n\x07tenancy\x18\x01 \x01(\x0e\x32;.google.cloud.gkemulticloud.v1.AwsInstancePlacement.TenancyB\x03\xe0\x41\x02\"H\n\x07Tenancy\x12\x17\n\x13TENANCY_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\r\n\tDEDICATED\x10\x02\x12\x08\n\x04HOST\x10\x03\"V\n$AwsAutoscalingGroupMetricsCollection\x12\x18\n\x0bgranularity\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07metrics\x18\x02 \x03(\tB\x03\xe0\x41\x01\")\n\nSpotConfig\x12\x1b\n\x0einstance_types\x18\x01 \x03(\tB\x03\xe0\x41\x02\"\"\n\x0f\x41wsClusterError\x12\x0f\n\x07message\x18\x01 \x01(\t\"#\n\x10\x41wsNodePoolError\x12\x0f\n\x07message\x18\x01 \x01(\tB\xe4\x01\n!com.google.cloud.gkemulticloud.v1B\x11\x41wsResourcesProtoP\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"
|
15
15
|
|
16
16
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
17
17
|
|