google-cloud-edge_network-v1 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/edge_network/v1/edge_network/client.rb +61 -26
- data/lib/google/cloud/edge_network/v1/edge_network/operations.rb +13 -5
- data/lib/google/cloud/edge_network/v1/edge_network/rest/client.rb +57 -26
- data/lib/google/cloud/edge_network/v1/edge_network/rest/operations.rb +11 -4
- data/lib/google/cloud/edge_network/v1/version.rb +1 -1
- data/lib/google/cloud/edgenetwork/v1/resources_pb.rb +2 -1
- data/lib/google/cloud/edgenetwork/v1/service_pb.rb +1 -1
- data/lib/google/cloud/edgenetwork/v1/service_services_pb.rb +2 -0
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/cloud/edgenetwork/v1/resources.rb +28 -1
- data/proto_docs/google/cloud/edgenetwork/v1/service.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10fe8cd07acd188f90e169a20273cb61573d079a56e14c81ea89044db09755f3
|
4
|
+
data.tar.gz: 5db80be36d5ba16e28f601f360bd2da2bd95ef086f32af67a6313ffeb0dacd3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1ad477d485d3cab8d2558275d9d136daa365ae26855961d213cecf73f96b9690f91ef1443ff66894e3e088ff71b5dad319af99056de52b9a010ddbed49ad8f9
|
7
|
+
data.tar.gz: 240d43e20f3b08ecb588ee2a4c648b9084bca5806985e520a594a49c3b22ad65f1a40a1cfa216daaac9084d9b74bc14a915b7ba5d4bc64e8570b4a209cd893a1
|
@@ -34,6 +34,9 @@ module Google
|
|
34
34
|
# configure the network setup and property to meet the workload requirement.
|
35
35
|
#
|
36
36
|
class Client
|
37
|
+
# @private
|
38
|
+
API_VERSION = ""
|
39
|
+
|
37
40
|
# @private
|
38
41
|
DEFAULT_ENDPOINT_TEMPLATE = "edgenetwork.$UNIVERSE_DOMAIN$"
|
39
42
|
|
@@ -332,10 +335,11 @@ module Google
|
|
332
335
|
# Customize the options with defaults
|
333
336
|
metadata = @config.rpcs.initialize_zone.metadata.to_h
|
334
337
|
|
335
|
-
# Set x-goog-api-client
|
338
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
336
339
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
337
340
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
338
341
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
342
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
339
343
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
340
344
|
|
341
345
|
header_params = {}
|
@@ -363,8 +367,11 @@ module Google
|
|
363
367
|
end
|
364
368
|
|
365
369
|
##
|
370
|
+
# Deprecated: not implemented.
|
366
371
|
# Lists Zones in a given project and location.
|
367
372
|
#
|
373
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
374
|
+
#
|
368
375
|
# @overload list_zones(request, options = nil)
|
369
376
|
# Pass arguments to `list_zones` via a request object, either of type
|
370
377
|
# {::Google::Cloud::EdgeNetwork::V1::ListZonesRequest} or an equivalent Hash.
|
@@ -430,10 +437,11 @@ module Google
|
|
430
437
|
# Customize the options with defaults
|
431
438
|
metadata = @config.rpcs.list_zones.metadata.to_h
|
432
439
|
|
433
|
-
# Set x-goog-api-client
|
440
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
434
441
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
435
442
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
436
443
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
444
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
437
445
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
438
446
|
|
439
447
|
header_params = {}
|
@@ -462,8 +470,11 @@ module Google
|
|
462
470
|
end
|
463
471
|
|
464
472
|
##
|
473
|
+
# Deprecated: not implemented.
|
465
474
|
# Gets details of a single Zone.
|
466
475
|
#
|
476
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
477
|
+
#
|
467
478
|
# @overload get_zone(request, options = nil)
|
468
479
|
# Pass arguments to `get_zone` via a request object, either of type
|
469
480
|
# {::Google::Cloud::EdgeNetwork::V1::GetZoneRequest} or an equivalent Hash.
|
@@ -516,10 +527,11 @@ module Google
|
|
516
527
|
# Customize the options with defaults
|
517
528
|
metadata = @config.rpcs.get_zone.metadata.to_h
|
518
529
|
|
519
|
-
# Set x-goog-api-client
|
530
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
520
531
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
521
532
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
522
533
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
534
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
523
535
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
524
536
|
|
525
537
|
header_params = {}
|
@@ -614,10 +626,11 @@ module Google
|
|
614
626
|
# Customize the options with defaults
|
615
627
|
metadata = @config.rpcs.list_networks.metadata.to_h
|
616
628
|
|
617
|
-
# Set x-goog-api-client
|
629
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
618
630
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
619
631
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
620
632
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
633
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
621
634
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
622
635
|
|
623
636
|
header_params = {}
|
@@ -700,10 +713,11 @@ module Google
|
|
700
713
|
# Customize the options with defaults
|
701
714
|
metadata = @config.rpcs.get_network.metadata.to_h
|
702
715
|
|
703
|
-
# Set x-goog-api-client
|
716
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
704
717
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
705
718
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
706
719
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
720
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
707
721
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
708
722
|
|
709
723
|
header_params = {}
|
@@ -785,10 +799,11 @@ module Google
|
|
785
799
|
# Customize the options with defaults
|
786
800
|
metadata = @config.rpcs.diagnose_network.metadata.to_h
|
787
801
|
|
788
|
-
# Set x-goog-api-client
|
802
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
789
803
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
790
804
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
791
805
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
806
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
792
807
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
793
808
|
|
794
809
|
header_params = {}
|
@@ -897,10 +912,11 @@ module Google
|
|
897
912
|
# Customize the options with defaults
|
898
913
|
metadata = @config.rpcs.create_network.metadata.to_h
|
899
914
|
|
900
|
-
# Set x-goog-api-client
|
915
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
901
916
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
902
917
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
903
918
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
919
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
904
920
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
905
921
|
|
906
922
|
header_params = {}
|
@@ -1004,10 +1020,11 @@ module Google
|
|
1004
1020
|
# Customize the options with defaults
|
1005
1021
|
metadata = @config.rpcs.delete_network.metadata.to_h
|
1006
1022
|
|
1007
|
-
# Set x-goog-api-client
|
1023
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1008
1024
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1009
1025
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1010
1026
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1027
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1011
1028
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1012
1029
|
|
1013
1030
|
header_params = {}
|
@@ -1103,10 +1120,11 @@ module Google
|
|
1103
1120
|
# Customize the options with defaults
|
1104
1121
|
metadata = @config.rpcs.list_subnets.metadata.to_h
|
1105
1122
|
|
1106
|
-
# Set x-goog-api-client
|
1123
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1107
1124
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1108
1125
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1109
1126
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1127
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1110
1128
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1111
1129
|
|
1112
1130
|
header_params = {}
|
@@ -1189,10 +1207,11 @@ module Google
|
|
1189
1207
|
# Customize the options with defaults
|
1190
1208
|
metadata = @config.rpcs.get_subnet.metadata.to_h
|
1191
1209
|
|
1192
|
-
# Set x-goog-api-client
|
1210
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1193
1211
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1194
1212
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1195
1213
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1214
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1196
1215
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1197
1216
|
|
1198
1217
|
header_params = {}
|
@@ -1301,10 +1320,11 @@ module Google
|
|
1301
1320
|
# Customize the options with defaults
|
1302
1321
|
metadata = @config.rpcs.create_subnet.metadata.to_h
|
1303
1322
|
|
1304
|
-
# Set x-goog-api-client
|
1323
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1305
1324
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1306
1325
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1307
1326
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1327
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1308
1328
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1309
1329
|
|
1310
1330
|
header_params = {}
|
@@ -1414,10 +1434,11 @@ module Google
|
|
1414
1434
|
# Customize the options with defaults
|
1415
1435
|
metadata = @config.rpcs.update_subnet.metadata.to_h
|
1416
1436
|
|
1417
|
-
# Set x-goog-api-client
|
1437
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1418
1438
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1419
1439
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1420
1440
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1441
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1421
1442
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1422
1443
|
|
1423
1444
|
header_params = {}
|
@@ -1521,10 +1542,11 @@ module Google
|
|
1521
1542
|
# Customize the options with defaults
|
1522
1543
|
metadata = @config.rpcs.delete_subnet.metadata.to_h
|
1523
1544
|
|
1524
|
-
# Set x-goog-api-client
|
1545
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1525
1546
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1526
1547
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1527
1548
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1549
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1528
1550
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1529
1551
|
|
1530
1552
|
header_params = {}
|
@@ -1620,10 +1642,11 @@ module Google
|
|
1620
1642
|
# Customize the options with defaults
|
1621
1643
|
metadata = @config.rpcs.list_interconnects.metadata.to_h
|
1622
1644
|
|
1623
|
-
# Set x-goog-api-client
|
1645
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1624
1646
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1625
1647
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1626
1648
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1649
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1627
1650
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1628
1651
|
|
1629
1652
|
header_params = {}
|
@@ -1706,10 +1729,11 @@ module Google
|
|
1706
1729
|
# Customize the options with defaults
|
1707
1730
|
metadata = @config.rpcs.get_interconnect.metadata.to_h
|
1708
1731
|
|
1709
|
-
# Set x-goog-api-client
|
1732
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1710
1733
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1711
1734
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1712
1735
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1736
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1713
1737
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1714
1738
|
|
1715
1739
|
header_params = {}
|
@@ -1791,10 +1815,11 @@ module Google
|
|
1791
1815
|
# Customize the options with defaults
|
1792
1816
|
metadata = @config.rpcs.diagnose_interconnect.metadata.to_h
|
1793
1817
|
|
1794
|
-
# Set x-goog-api-client
|
1818
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1795
1819
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1796
1820
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1797
1821
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1822
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1798
1823
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1799
1824
|
|
1800
1825
|
header_params = {}
|
@@ -1889,10 +1914,11 @@ module Google
|
|
1889
1914
|
# Customize the options with defaults
|
1890
1915
|
metadata = @config.rpcs.list_interconnect_attachments.metadata.to_h
|
1891
1916
|
|
1892
|
-
# Set x-goog-api-client
|
1917
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1893
1918
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1894
1919
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1895
1920
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
1921
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1896
1922
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1897
1923
|
|
1898
1924
|
header_params = {}
|
@@ -1975,10 +2001,11 @@ module Google
|
|
1975
2001
|
# Customize the options with defaults
|
1976
2002
|
metadata = @config.rpcs.get_interconnect_attachment.metadata.to_h
|
1977
2003
|
|
1978
|
-
# Set x-goog-api-client
|
2004
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1979
2005
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1980
2006
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1981
2007
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
2008
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1982
2009
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1983
2010
|
|
1984
2011
|
header_params = {}
|
@@ -2087,10 +2114,11 @@ module Google
|
|
2087
2114
|
# Customize the options with defaults
|
2088
2115
|
metadata = @config.rpcs.create_interconnect_attachment.metadata.to_h
|
2089
2116
|
|
2090
|
-
# Set x-goog-api-client
|
2117
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2091
2118
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2092
2119
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2093
2120
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
2121
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2094
2122
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2095
2123
|
|
2096
2124
|
header_params = {}
|
@@ -2194,10 +2222,11 @@ module Google
|
|
2194
2222
|
# Customize the options with defaults
|
2195
2223
|
metadata = @config.rpcs.delete_interconnect_attachment.metadata.to_h
|
2196
2224
|
|
2197
|
-
# Set x-goog-api-client
|
2225
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2198
2226
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2199
2227
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2200
2228
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
2229
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2201
2230
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2202
2231
|
|
2203
2232
|
header_params = {}
|
@@ -2293,10 +2322,11 @@ module Google
|
|
2293
2322
|
# Customize the options with defaults
|
2294
2323
|
metadata = @config.rpcs.list_routers.metadata.to_h
|
2295
2324
|
|
2296
|
-
# Set x-goog-api-client
|
2325
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2297
2326
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2298
2327
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2299
2328
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
2329
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2300
2330
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2301
2331
|
|
2302
2332
|
header_params = {}
|
@@ -2379,10 +2409,11 @@ module Google
|
|
2379
2409
|
# Customize the options with defaults
|
2380
2410
|
metadata = @config.rpcs.get_router.metadata.to_h
|
2381
2411
|
|
2382
|
-
# Set x-goog-api-client
|
2412
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2383
2413
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2384
2414
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2385
2415
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
2416
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2386
2417
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2387
2418
|
|
2388
2419
|
header_params = {}
|
@@ -2464,10 +2495,11 @@ module Google
|
|
2464
2495
|
# Customize the options with defaults
|
2465
2496
|
metadata = @config.rpcs.diagnose_router.metadata.to_h
|
2466
2497
|
|
2467
|
-
# Set x-goog-api-client
|
2498
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2468
2499
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2469
2500
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2470
2501
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
2502
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2471
2503
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2472
2504
|
|
2473
2505
|
header_params = {}
|
@@ -2576,10 +2608,11 @@ module Google
|
|
2576
2608
|
# Customize the options with defaults
|
2577
2609
|
metadata = @config.rpcs.create_router.metadata.to_h
|
2578
2610
|
|
2579
|
-
# Set x-goog-api-client
|
2611
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2580
2612
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2581
2613
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2582
2614
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
2615
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2583
2616
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2584
2617
|
|
2585
2618
|
header_params = {}
|
@@ -2689,10 +2722,11 @@ module Google
|
|
2689
2722
|
# Customize the options with defaults
|
2690
2723
|
metadata = @config.rpcs.update_router.metadata.to_h
|
2691
2724
|
|
2692
|
-
# Set x-goog-api-client
|
2725
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2693
2726
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2694
2727
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2695
2728
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
2729
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2696
2730
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2697
2731
|
|
2698
2732
|
header_params = {}
|
@@ -2796,10 +2830,11 @@ module Google
|
|
2796
2830
|
# Customize the options with defaults
|
2797
2831
|
metadata = @config.rpcs.delete_router.metadata.to_h
|
2798
2832
|
|
2799
|
-
# Set x-goog-api-client
|
2833
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2800
2834
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2801
2835
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2802
2836
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
2837
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2803
2838
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2804
2839
|
|
2805
2840
|
header_params = {}
|
@@ -26,6 +26,9 @@ module Google
|
|
26
26
|
module EdgeNetwork
|
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 = "edgenetwork.$UNIVERSE_DOMAIN$"
|
31
34
|
|
@@ -191,10 +194,11 @@ module Google
|
|
191
194
|
# Customize the options with defaults
|
192
195
|
metadata = @config.rpcs.list_operations.metadata.to_h
|
193
196
|
|
194
|
-
# Set x-goog-api-client
|
197
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
195
198
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
196
199
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
197
200
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
201
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
198
202
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
199
203
|
|
200
204
|
header_params = {}
|
@@ -287,10 +291,11 @@ module Google
|
|
287
291
|
# Customize the options with defaults
|
288
292
|
metadata = @config.rpcs.get_operation.metadata.to_h
|
289
293
|
|
290
|
-
# Set x-goog-api-client
|
294
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
291
295
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
292
296
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
293
297
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
298
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
294
299
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
295
300
|
|
296
301
|
header_params = {}
|
@@ -376,10 +381,11 @@ module Google
|
|
376
381
|
# Customize the options with defaults
|
377
382
|
metadata = @config.rpcs.delete_operation.metadata.to_h
|
378
383
|
|
379
|
-
# Set x-goog-api-client
|
384
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
380
385
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
381
386
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
382
387
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
388
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
383
389
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
384
390
|
|
385
391
|
header_params = {}
|
@@ -470,10 +476,11 @@ module Google
|
|
470
476
|
# Customize the options with defaults
|
471
477
|
metadata = @config.rpcs.cancel_operation.metadata.to_h
|
472
478
|
|
473
|
-
# Set x-goog-api-client
|
479
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
474
480
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
475
481
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
476
482
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
483
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
477
484
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
478
485
|
|
479
486
|
header_params = {}
|
@@ -574,10 +581,11 @@ module Google
|
|
574
581
|
# Customize the options with defaults
|
575
582
|
metadata = @config.rpcs.wait_operation.metadata.to_h
|
576
583
|
|
577
|
-
# Set x-goog-api-client
|
584
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
578
585
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
579
586
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
580
587
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION
|
588
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
581
589
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
582
590
|
|
583
591
|
options.apply_defaults timeout: @config.rpcs.wait_operation.timeout,
|
@@ -36,6 +36,9 @@ module Google
|
|
36
36
|
# configure the network setup and property to meet the workload requirement.
|
37
37
|
#
|
38
38
|
class Client
|
39
|
+
# @private
|
40
|
+
API_VERSION = ""
|
41
|
+
|
39
42
|
# @private
|
40
43
|
DEFAULT_ENDPOINT_TEMPLATE = "edgenetwork.$UNIVERSE_DOMAIN$"
|
41
44
|
|
@@ -325,12 +328,13 @@ module Google
|
|
325
328
|
# Customize the options with defaults
|
326
329
|
call_metadata = @config.rpcs.initialize_zone.metadata.to_h
|
327
330
|
|
328
|
-
# Set x-goog-api-client
|
331
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
329
332
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
330
333
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
331
334
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
332
335
|
transports_version_send: [:rest]
|
333
336
|
|
337
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
334
338
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
335
339
|
|
336
340
|
options.apply_defaults timeout: @config.rpcs.initialize_zone.timeout,
|
@@ -350,6 +354,7 @@ module Google
|
|
350
354
|
end
|
351
355
|
|
352
356
|
##
|
357
|
+
# Deprecated: not implemented.
|
353
358
|
# Lists Zones in a given project and location.
|
354
359
|
#
|
355
360
|
# @overload list_zones(request, options = nil)
|
@@ -416,12 +421,13 @@ module Google
|
|
416
421
|
# Customize the options with defaults
|
417
422
|
call_metadata = @config.rpcs.list_zones.metadata.to_h
|
418
423
|
|
419
|
-
# Set x-goog-api-client
|
424
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
420
425
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
421
426
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
422
427
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
423
428
|
transports_version_send: [:rest]
|
424
429
|
|
430
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
425
431
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
426
432
|
|
427
433
|
options.apply_defaults timeout: @config.rpcs.list_zones.timeout,
|
@@ -441,6 +447,7 @@ module Google
|
|
441
447
|
end
|
442
448
|
|
443
449
|
##
|
450
|
+
# Deprecated: not implemented.
|
444
451
|
# Gets details of a single Zone.
|
445
452
|
#
|
446
453
|
# @overload get_zone(request, options = nil)
|
@@ -494,12 +501,13 @@ module Google
|
|
494
501
|
# Customize the options with defaults
|
495
502
|
call_metadata = @config.rpcs.get_zone.metadata.to_h
|
496
503
|
|
497
|
-
# Set x-goog-api-client
|
504
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
498
505
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
499
506
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
500
507
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
501
508
|
transports_version_send: [:rest]
|
502
509
|
|
510
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
503
511
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
504
512
|
|
505
513
|
options.apply_defaults timeout: @config.rpcs.get_zone.timeout,
|
@@ -585,12 +593,13 @@ module Google
|
|
585
593
|
# Customize the options with defaults
|
586
594
|
call_metadata = @config.rpcs.list_networks.metadata.to_h
|
587
595
|
|
588
|
-
# Set x-goog-api-client
|
596
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
589
597
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
590
598
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
591
599
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
592
600
|
transports_version_send: [:rest]
|
593
601
|
|
602
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
594
603
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
595
604
|
|
596
605
|
options.apply_defaults timeout: @config.rpcs.list_networks.timeout,
|
@@ -663,12 +672,13 @@ module Google
|
|
663
672
|
# Customize the options with defaults
|
664
673
|
call_metadata = @config.rpcs.get_network.metadata.to_h
|
665
674
|
|
666
|
-
# Set x-goog-api-client
|
675
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
667
676
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
668
677
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
669
678
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
670
679
|
transports_version_send: [:rest]
|
671
680
|
|
681
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
672
682
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
673
683
|
|
674
684
|
options.apply_defaults timeout: @config.rpcs.get_network.timeout,
|
@@ -741,12 +751,13 @@ module Google
|
|
741
751
|
# Customize the options with defaults
|
742
752
|
call_metadata = @config.rpcs.diagnose_network.metadata.to_h
|
743
753
|
|
744
|
-
# Set x-goog-api-client
|
754
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
745
755
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
746
756
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
747
757
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
748
758
|
transports_version_send: [:rest]
|
749
759
|
|
760
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
750
761
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
751
762
|
|
752
763
|
options.apply_defaults timeout: @config.rpcs.diagnose_network.timeout,
|
@@ -846,12 +857,13 @@ module Google
|
|
846
857
|
# Customize the options with defaults
|
847
858
|
call_metadata = @config.rpcs.create_network.metadata.to_h
|
848
859
|
|
849
|
-
# Set x-goog-api-client
|
860
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
850
861
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
851
862
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
852
863
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
853
864
|
transports_version_send: [:rest]
|
854
865
|
|
866
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
855
867
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
856
868
|
|
857
869
|
options.apply_defaults timeout: @config.rpcs.create_network.timeout,
|
@@ -946,12 +958,13 @@ module Google
|
|
946
958
|
# Customize the options with defaults
|
947
959
|
call_metadata = @config.rpcs.delete_network.metadata.to_h
|
948
960
|
|
949
|
-
# Set x-goog-api-client
|
961
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
950
962
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
951
963
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
952
964
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
953
965
|
transports_version_send: [:rest]
|
954
966
|
|
967
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
955
968
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
956
969
|
|
957
970
|
options.apply_defaults timeout: @config.rpcs.delete_network.timeout,
|
@@ -1038,12 +1051,13 @@ module Google
|
|
1038
1051
|
# Customize the options with defaults
|
1039
1052
|
call_metadata = @config.rpcs.list_subnets.metadata.to_h
|
1040
1053
|
|
1041
|
-
# Set x-goog-api-client
|
1054
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1042
1055
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1043
1056
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1044
1057
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1045
1058
|
transports_version_send: [:rest]
|
1046
1059
|
|
1060
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1047
1061
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1048
1062
|
|
1049
1063
|
options.apply_defaults timeout: @config.rpcs.list_subnets.timeout,
|
@@ -1116,12 +1130,13 @@ module Google
|
|
1116
1130
|
# Customize the options with defaults
|
1117
1131
|
call_metadata = @config.rpcs.get_subnet.metadata.to_h
|
1118
1132
|
|
1119
|
-
# Set x-goog-api-client
|
1133
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1120
1134
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1121
1135
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1122
1136
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1123
1137
|
transports_version_send: [:rest]
|
1124
1138
|
|
1139
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1125
1140
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1126
1141
|
|
1127
1142
|
options.apply_defaults timeout: @config.rpcs.get_subnet.timeout,
|
@@ -1221,12 +1236,13 @@ module Google
|
|
1221
1236
|
# Customize the options with defaults
|
1222
1237
|
call_metadata = @config.rpcs.create_subnet.metadata.to_h
|
1223
1238
|
|
1224
|
-
# Set x-goog-api-client
|
1239
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1225
1240
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1226
1241
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1227
1242
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1228
1243
|
transports_version_send: [:rest]
|
1229
1244
|
|
1245
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1230
1246
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1231
1247
|
|
1232
1248
|
options.apply_defaults timeout: @config.rpcs.create_subnet.timeout,
|
@@ -1327,12 +1343,13 @@ module Google
|
|
1327
1343
|
# Customize the options with defaults
|
1328
1344
|
call_metadata = @config.rpcs.update_subnet.metadata.to_h
|
1329
1345
|
|
1330
|
-
# Set x-goog-api-client
|
1346
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1331
1347
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1332
1348
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1333
1349
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1334
1350
|
transports_version_send: [:rest]
|
1335
1351
|
|
1352
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1336
1353
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1337
1354
|
|
1338
1355
|
options.apply_defaults timeout: @config.rpcs.update_subnet.timeout,
|
@@ -1427,12 +1444,13 @@ module Google
|
|
1427
1444
|
# Customize the options with defaults
|
1428
1445
|
call_metadata = @config.rpcs.delete_subnet.metadata.to_h
|
1429
1446
|
|
1430
|
-
# Set x-goog-api-client
|
1447
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1431
1448
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1432
1449
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1433
1450
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1434
1451
|
transports_version_send: [:rest]
|
1435
1452
|
|
1453
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1436
1454
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1437
1455
|
|
1438
1456
|
options.apply_defaults timeout: @config.rpcs.delete_subnet.timeout,
|
@@ -1519,12 +1537,13 @@ module Google
|
|
1519
1537
|
# Customize the options with defaults
|
1520
1538
|
call_metadata = @config.rpcs.list_interconnects.metadata.to_h
|
1521
1539
|
|
1522
|
-
# Set x-goog-api-client
|
1540
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1523
1541
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1524
1542
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1525
1543
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1526
1544
|
transports_version_send: [:rest]
|
1527
1545
|
|
1546
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1528
1547
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1529
1548
|
|
1530
1549
|
options.apply_defaults timeout: @config.rpcs.list_interconnects.timeout,
|
@@ -1597,12 +1616,13 @@ module Google
|
|
1597
1616
|
# Customize the options with defaults
|
1598
1617
|
call_metadata = @config.rpcs.get_interconnect.metadata.to_h
|
1599
1618
|
|
1600
|
-
# Set x-goog-api-client
|
1619
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1601
1620
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1602
1621
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1603
1622
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1604
1623
|
transports_version_send: [:rest]
|
1605
1624
|
|
1625
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1606
1626
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1607
1627
|
|
1608
1628
|
options.apply_defaults timeout: @config.rpcs.get_interconnect.timeout,
|
@@ -1675,12 +1695,13 @@ module Google
|
|
1675
1695
|
# Customize the options with defaults
|
1676
1696
|
call_metadata = @config.rpcs.diagnose_interconnect.metadata.to_h
|
1677
1697
|
|
1678
|
-
# Set x-goog-api-client
|
1698
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1679
1699
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1680
1700
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1681
1701
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1682
1702
|
transports_version_send: [:rest]
|
1683
1703
|
|
1704
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1684
1705
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1685
1706
|
|
1686
1707
|
options.apply_defaults timeout: @config.rpcs.diagnose_interconnect.timeout,
|
@@ -1766,12 +1787,13 @@ module Google
|
|
1766
1787
|
# Customize the options with defaults
|
1767
1788
|
call_metadata = @config.rpcs.list_interconnect_attachments.metadata.to_h
|
1768
1789
|
|
1769
|
-
# Set x-goog-api-client
|
1790
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1770
1791
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1771
1792
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1772
1793
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1773
1794
|
transports_version_send: [:rest]
|
1774
1795
|
|
1796
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1775
1797
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1776
1798
|
|
1777
1799
|
options.apply_defaults timeout: @config.rpcs.list_interconnect_attachments.timeout,
|
@@ -1844,12 +1866,13 @@ module Google
|
|
1844
1866
|
# Customize the options with defaults
|
1845
1867
|
call_metadata = @config.rpcs.get_interconnect_attachment.metadata.to_h
|
1846
1868
|
|
1847
|
-
# Set x-goog-api-client
|
1869
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1848
1870
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1849
1871
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1850
1872
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1851
1873
|
transports_version_send: [:rest]
|
1852
1874
|
|
1875
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1853
1876
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1854
1877
|
|
1855
1878
|
options.apply_defaults timeout: @config.rpcs.get_interconnect_attachment.timeout,
|
@@ -1949,12 +1972,13 @@ module Google
|
|
1949
1972
|
# Customize the options with defaults
|
1950
1973
|
call_metadata = @config.rpcs.create_interconnect_attachment.metadata.to_h
|
1951
1974
|
|
1952
|
-
# Set x-goog-api-client
|
1975
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1953
1976
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1954
1977
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1955
1978
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
1956
1979
|
transports_version_send: [:rest]
|
1957
1980
|
|
1981
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1958
1982
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1959
1983
|
|
1960
1984
|
options.apply_defaults timeout: @config.rpcs.create_interconnect_attachment.timeout,
|
@@ -2049,12 +2073,13 @@ module Google
|
|
2049
2073
|
# Customize the options with defaults
|
2050
2074
|
call_metadata = @config.rpcs.delete_interconnect_attachment.metadata.to_h
|
2051
2075
|
|
2052
|
-
# Set x-goog-api-client
|
2076
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2053
2077
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2054
2078
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2055
2079
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
2056
2080
|
transports_version_send: [:rest]
|
2057
2081
|
|
2082
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2058
2083
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2059
2084
|
|
2060
2085
|
options.apply_defaults timeout: @config.rpcs.delete_interconnect_attachment.timeout,
|
@@ -2141,12 +2166,13 @@ module Google
|
|
2141
2166
|
# Customize the options with defaults
|
2142
2167
|
call_metadata = @config.rpcs.list_routers.metadata.to_h
|
2143
2168
|
|
2144
|
-
# Set x-goog-api-client
|
2169
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2145
2170
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2146
2171
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2147
2172
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
2148
2173
|
transports_version_send: [:rest]
|
2149
2174
|
|
2175
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2150
2176
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2151
2177
|
|
2152
2178
|
options.apply_defaults timeout: @config.rpcs.list_routers.timeout,
|
@@ -2219,12 +2245,13 @@ module Google
|
|
2219
2245
|
# Customize the options with defaults
|
2220
2246
|
call_metadata = @config.rpcs.get_router.metadata.to_h
|
2221
2247
|
|
2222
|
-
# Set x-goog-api-client
|
2248
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2223
2249
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2224
2250
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2225
2251
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
2226
2252
|
transports_version_send: [:rest]
|
2227
2253
|
|
2254
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2228
2255
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2229
2256
|
|
2230
2257
|
options.apply_defaults timeout: @config.rpcs.get_router.timeout,
|
@@ -2297,12 +2324,13 @@ module Google
|
|
2297
2324
|
# Customize the options with defaults
|
2298
2325
|
call_metadata = @config.rpcs.diagnose_router.metadata.to_h
|
2299
2326
|
|
2300
|
-
# Set x-goog-api-client
|
2327
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2301
2328
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2302
2329
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2303
2330
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
2304
2331
|
transports_version_send: [:rest]
|
2305
2332
|
|
2333
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2306
2334
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2307
2335
|
|
2308
2336
|
options.apply_defaults timeout: @config.rpcs.diagnose_router.timeout,
|
@@ -2402,12 +2430,13 @@ module Google
|
|
2402
2430
|
# Customize the options with defaults
|
2403
2431
|
call_metadata = @config.rpcs.create_router.metadata.to_h
|
2404
2432
|
|
2405
|
-
# Set x-goog-api-client
|
2433
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2406
2434
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2407
2435
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2408
2436
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
2409
2437
|
transports_version_send: [:rest]
|
2410
2438
|
|
2439
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2411
2440
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2412
2441
|
|
2413
2442
|
options.apply_defaults timeout: @config.rpcs.create_router.timeout,
|
@@ -2508,12 +2537,13 @@ module Google
|
|
2508
2537
|
# Customize the options with defaults
|
2509
2538
|
call_metadata = @config.rpcs.update_router.metadata.to_h
|
2510
2539
|
|
2511
|
-
# Set x-goog-api-client
|
2540
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2512
2541
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2513
2542
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2514
2543
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
2515
2544
|
transports_version_send: [:rest]
|
2516
2545
|
|
2546
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2517
2547
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2518
2548
|
|
2519
2549
|
options.apply_defaults timeout: @config.rpcs.update_router.timeout,
|
@@ -2608,12 +2638,13 @@ module Google
|
|
2608
2638
|
# Customize the options with defaults
|
2609
2639
|
call_metadata = @config.rpcs.delete_router.metadata.to_h
|
2610
2640
|
|
2611
|
-
# Set x-goog-api-client
|
2641
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2612
2642
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2613
2643
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2614
2644
|
gapic_version: ::Google::Cloud::EdgeNetwork::V1::VERSION,
|
2615
2645
|
transports_version_send: [:rest]
|
2616
2646
|
|
2647
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2617
2648
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2618
2649
|
|
2619
2650
|
options.apply_defaults timeout: @config.rpcs.delete_router.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 = "edgenetwork.$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::EdgeNetwork::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::EdgeNetwork::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::EdgeNetwork::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::EdgeNetwork::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,
|
@@ -9,7 +9,7 @@ require 'google/api/resource_pb'
|
|
9
9
|
require 'google/protobuf/timestamp_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\n+google/cloud/edgenetwork/v1/resources.proto\x12\x1bgoogle.cloud.edgenetwork.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xe4\x02\n\x04Zone\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12=\n\x06labels\x18\x04 \x03(\x0b\x32-.google.cloud.edgenetwork.v1.Zone.LabelsEntry\x12\x13\n\x0blayout_name\x18\x05 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:Z\xea\x41W\n\x1f\x65\x64genetwork.googleapis.com/Zone\x12\x34projects/{project}/locations/{location}/zones/{zone}\"\x92\x03\n\x07Network\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12@\n\x06labels\x18\x04 \x03(\x0b\x32\x30.google.cloud.edgenetwork.v1.Network.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x0b\n\x03mtu\x18\x06 \x01(\x05\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:p\xea\x41m\n\"edgenetwork.googleapis.com/Network\x12Gprojects/{project}/locations/{location}/zones/{zone}/networks/{network}\"\xb9\x04\n\x06Subnet\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12?\n\x06labels\x18\x04 \x03(\x0b\x32/.google.cloud.edgenetwork.v1.Subnet.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12;\n\x07network\x18\x06 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12\x11\n\tipv4_cidr\x18\x07 \x03(\t\x12\x11\n\tipv6_cidr\x18\x08 \x03(\t\x12\x14\n\x07vlan_id\x18\t \x01(\x05\x42\x03\xe0\x41\x01\x12>\n\x05state\x18\n \x01(\x0e\x32*.google.cloud.edgenetwork.v1.ResourceStateB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:m\xea\x41j\n!edgenetwork.googleapis.com/Subnet\x12\x45projects/{project}/locations/{location}/zones/{zone}/subnets/{subnet}\"\x99\x05\n\x0cInterconnect\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x45\n\x06labels\x18\x04 \x03(\x0b\x32\x35.google.cloud.edgenetwork.v1.Interconnect.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12Z\n\x11interconnect_type\x18\x06 \x01(\x0e\x32:.google.cloud.edgenetwork.v1.Interconnect.InterconnectTypeB\x03\xe0\x41\x01\x12\x11\n\x04uuid\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12\'\n\x1a\x64\x65vice_cloud_resource_name\x18\x08 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0ephysical_ports\x18\t \x03(\tB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"D\n\x10InterconnectType\x12!\n\x1dINTERCONNECT_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tDEDICATED\x10\x01:\x7f\xea\x41|\n\'edgenetwork.googleapis.com/Interconnect\x12Qprojects/{project}/locations/{location}/zones/{zone}/interconnects/{interconnect}\"\xba\x05\n\x16InterconnectAttachment\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12O\n\x06labels\x18\x04 \x03(\x0b\x32?.google.cloud.edgenetwork.v1.InterconnectAttachment.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x45\n\x0cinterconnect\x18\x06 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'edgenetwork.googleapis.com/Interconnect\x12;\n\x07network\x18\x0b \x01(\tB*\xe0\x41\x01\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12\x14\n\x07vlan_id\x18\x08 \x01(\x05\x42\x03\xe0\x41\x02\x12\x0b\n\x03mtu\x18\t \x01(\x05\x12>\n\x05state\x18\n \x01(\x0e\x32*.google.cloud.edgenetwork.v1.ResourceStateB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x9f\x01\xea\x41\x9b\x01\n1edgenetwork.googleapis.com/InterconnectAttachment\x12\x66projects/{project}/locations/{location}/zones/{zone}/interconnectAttachments/{interconnect_attachment}\"\xf0\x08\n\x06Router\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12?\n\x06labels\x18\x04 \x03(\x0b\x32/.google.cloud.edgenetwork.v1.Router.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12;\n\x07network\x18\x06 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12@\n\tinterface\x18\x07 \x03(\x0b\x32-.google.cloud.edgenetwork.v1.Router.Interface\x12=\n\x08\x62gp_peer\x18\x08 \x03(\x0b\x32+.google.cloud.edgenetwork.v1.Router.BgpPeer\x12\x34\n\x03\x62gp\x18\t \x01(\x0b\x32\'.google.cloud.edgenetwork.v1.Router.Bgp\x12>\n\x05state\x18\n \x01(\x0e\x32*.google.cloud.edgenetwork.v1.ResourceStateB\x03\xe0\x41\x03\x12!\n\x14route_advertisements\x18\x0b \x03(\tB\x03\xe0\x41\x01\x1a\x9a\x01\n\tInterface\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tipv4_cidr\x18\x03 \x01(\t\x12\x11\n\tipv6_cidr\x18\x06 \x01(\t\x12&\n\x1elinked_interconnect_attachment\x18\x02 \x01(\t\x12\x12\n\nsubnetwork\x18\x04 \x01(\t\x12\x1d\n\x15loopback_ip_addresses\x18\x05 \x03(\t\x1a\xbe\x01\n\x07\x42gpPeer\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tinterface\x18\x02 \x01(\t\x12\x1b\n\x13interface_ipv4_cidr\x18\x03 \x01(\t\x12\x1b\n\x13interface_ipv6_cidr\x18\x07 \x01(\t\x12\x16\n\x0epeer_ipv4_cidr\x18\x04 \x01(\t\x12\x16\n\x0epeer_ipv6_cidr\x18\x06 \x01(\t\x12\x10\n\x08peer_asn\x18\x05 \x01(\r\x12\x16\n\tlocal_asn\x18\x08 \x01(\rB\x03\xe0\x41\x03\x1a\x39\n\x03\x42gp\x12\x0b\n\x03\x61sn\x18\x01 \x01(\r\x12%\n\x1dkeepalive_interval_in_seconds\x18\x02 \x01(\r\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:m\xea\x41j\n!edgenetwork.googleapis.com/Router\x12\x45projects/{project}/locations/{location}/zones/{zone}/routers/{router}\";\n\x10LinkLayerAddress\x12\x13\n\x0bmac_address\x18\x01 \x01(\t\x12\x12\n\nip_address\x18\x02 \x01(\t\"~\n\x0cSubnetStatus\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0bmac_address\x18\x02 \x01(\t\x12K\n\x14link_layer_addresses\x18\x03 \x03(\x0b\x32-.google.cloud.edgenetwork.v1.LinkLayerAddress\"\xf1\x08\n\x17InterconnectDiagnostics\x12\x13\n\x0bmac_address\x18\x01 \x01(\t\x12K\n\x14link_layer_addresses\x18\x02 \x03(\x0b\x32-.google.cloud.edgenetwork.v1.LinkLayerAddress\x12N\n\x05links\x18\x03 \x03(\x0b\x32?.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus\x1a\xb0\x02\n\nLinkStatus\x12\x12\n\ncircuit_id\x18\x01 \x01(\t\x12X\n\x0blacp_status\x18\x02 \x01(\x0b\x32\x43.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus\x12Z\n\rlldp_statuses\x18\x03 \x03(\x0b\x32\x43.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLLDPStatus\x12X\n\rpacket_counts\x18\x04 \x01(\x0b\x32\x41.google.cloud.edgenetwork.v1.InterconnectDiagnostics.PacketCounts\x1a\xa7\x01\n\x0cPacketCounts\x12\x17\n\x0finbound_unicast\x18\x01 \x01(\x03\x12\x16\n\x0einbound_errors\x18\x02 \x01(\x03\x12\x18\n\x10inbound_discards\x18\x03 \x01(\x03\x12\x18\n\x10outbound_unicast\x18\x04 \x01(\x03\x12\x17\n\x0foutbound_errors\x18\x05 \x01(\x03\x12\x19\n\x11outbound_discards\x18\x06 \x01(\x03\x1a\x90\x02\n\x0eLinkLACPStatus\x12X\n\x05state\x18\x01 \x01(\x0e\x32I.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus.State\x12\x18\n\x10google_system_id\x18\x02 \x01(\t\x12\x1a\n\x12neighbor_system_id\x18\x03 \x01(\t\x12\x14\n\x0c\x61ggregatable\x18\x04 \x01(\x08\x12\x12\n\ncollecting\x18\x05 \x01(\x08\x12\x14\n\x0c\x64istributing\x18\x06 \x01(\x08\".\n\x05State\x12\x0b\n\x07UNKNOWN\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0c\n\x08\x44\x45TACHED\x10\x02\x1a\xb3\x01\n\x0eLinkLLDPStatus\x12\x18\n\x10peer_system_name\x18\x01 \x01(\t\x12\x1f\n\x17peer_system_description\x18\x02 \x01(\t\x12\x17\n\x0fpeer_chassis_id\x18\x03 \x01(\t\x12\x1c\n\x14peer_chassis_id_type\x18\x04 \x01(\t\x12\x14\n\x0cpeer_port_id\x18\x05 \x01(\t\x12\x19\n\x11peer_port_id_type\x18\x06 \x01(\t\"\xea\x04\n\x0cRouterStatus\x12\x38\n\x07network\x18\x01 \x01(\tB\'\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12P\n\x0f\x62gp_peer_status\x18\x02 \x03(\x0b\x32\x37.google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus\x1a\xd1\x02\n\rBgpPeerStatus\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\nip_address\x18\x02 \x01(\t\x12\x17\n\x0fpeer_ip_address\x18\x03 \x01(\t\x12Q\n\x06status\x18\x04 \x01(\x0e\x32\x41.google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus.BgpStatus\x12\r\n\x05state\x18\x05 \x01(\t\x12\x0e\n\x06uptime\x18\x06 \x01(\t\x12\x16\n\x0euptime_seconds\x18\x07 \x01(\x03\x12O\n\x0eprefix_counter\x18\x08 \x01(\x0b\x32\x37.google.cloud.edgenetwork.v1.RouterStatus.PrefixCounter\"*\n\tBgpStatus\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x06\n\x02UP\x10\x01\x12\x08\n\x04\x44OWN\x10\x02\x1az\n\rPrefixCounter\x12\x12\n\nadvertised\x18\x01 \x01(\x03\x12\x0e\n\x06\x64\x65nied\x18\x02 \x01(\x03\x12\x10\n\x08received\x18\x03 \x01(\x03\x12\x0c\n\x04sent\x18\x04 \x01(\x03\x12\x12\n\nsuppressed\x18\x05 \x01(\x03\x12\x11\n\twithdrawn\x18\x06 \x01(\x03*\x89\x01\n\rResourceState\x12\x11\n\rSTATE_UNKNOWN\x10\x00\x12\x11\n\rSTATE_PENDING\x10\x01\x12\x16\n\x12STATE_PROVISIONING\x10\x02\x12\x11\n\rSTATE_RUNNING\x10\x03\x12\x13\n\x0fSTATE_SUSPENDED\x10\x04\x12\x12\n\x0eSTATE_DELETING\x10\x05\x42\xd3\x01\n\x1f\x63om.google.cloud.edgenetwork.v1B\x0eResourcesProtoP\x01ZAcloud.google.com/go/edgenetwork/apiv1/edgenetworkpb;edgenetworkpb\xaa\x02\x1bGoogle.Cloud.EdgeNetwork.V1\xca\x02\x1bGoogle\\Cloud\\EdgeNetwork\\V1\xea\x02\x1eGoogle::Cloud::EdgeNetwork::V1b\x06proto3"
|
12
|
+
descriptor_data = "\n+google/cloud/edgenetwork/v1/resources.proto\x12\x1bgoogle.cloud.edgenetwork.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xec\x02\n\x04Zone\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x41\n\x06labels\x18\x04 \x03(\x0b\x32-.google.cloud.edgenetwork.v1.Zone.LabelsEntryB\x02\x18\x01\x12\x17\n\x0blayout_name\x18\x05 \x01(\tB\x02\x18\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:Z\xea\x41W\n\x1f\x65\x64genetwork.googleapis.com/Zone\x12\x34projects/{project}/locations/{location}/zones/{zone}\"\x92\x03\n\x07Network\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12@\n\x06labels\x18\x04 \x03(\x0b\x32\x30.google.cloud.edgenetwork.v1.Network.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x0b\n\x03mtu\x18\x06 \x01(\x05\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:p\xea\x41m\n\"edgenetwork.googleapis.com/Network\x12Gprojects/{project}/locations/{location}/zones/{zone}/networks/{network}\"\xce\x05\n\x06Subnet\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12?\n\x06labels\x18\x04 \x03(\x0b\x32/.google.cloud.edgenetwork.v1.Subnet.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12;\n\x07network\x18\x06 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12\x11\n\tipv4_cidr\x18\x07 \x03(\t\x12\x11\n\tipv6_cidr\x18\x08 \x03(\t\x12\x14\n\x07vlan_id\x18\t \x01(\x05\x42\x03\xe0\x41\x01\x12J\n\x0c\x62onding_type\x18\x0b \x01(\x0e\x32/.google.cloud.edgenetwork.v1.Subnet.BondingTypeB\x03\xe0\x41\x01\x12>\n\x05state\x18\n \x01(\x0e\x32*.google.cloud.edgenetwork.v1.ResourceStateB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"G\n\x0b\x42ondingType\x12\x1c\n\x18\x42ONDING_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06\x42ONDED\x10\x01\x12\x0e\n\nNON_BONDED\x10\x02:m\xea\x41j\n!edgenetwork.googleapis.com/Subnet\x12\x45projects/{project}/locations/{location}/zones/{zone}/subnets/{subnet}\"\x99\x05\n\x0cInterconnect\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x45\n\x06labels\x18\x04 \x03(\x0b\x32\x35.google.cloud.edgenetwork.v1.Interconnect.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12Z\n\x11interconnect_type\x18\x06 \x01(\x0e\x32:.google.cloud.edgenetwork.v1.Interconnect.InterconnectTypeB\x03\xe0\x41\x01\x12\x11\n\x04uuid\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12\'\n\x1a\x64\x65vice_cloud_resource_name\x18\x08 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0ephysical_ports\x18\t \x03(\tB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"D\n\x10InterconnectType\x12!\n\x1dINTERCONNECT_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tDEDICATED\x10\x01:\x7f\xea\x41|\n\'edgenetwork.googleapis.com/Interconnect\x12Qprojects/{project}/locations/{location}/zones/{zone}/interconnects/{interconnect}\"\xba\x05\n\x16InterconnectAttachment\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12O\n\x06labels\x18\x04 \x03(\x0b\x32?.google.cloud.edgenetwork.v1.InterconnectAttachment.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x45\n\x0cinterconnect\x18\x06 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'edgenetwork.googleapis.com/Interconnect\x12;\n\x07network\x18\x0b \x01(\tB*\xe0\x41\x01\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12\x14\n\x07vlan_id\x18\x08 \x01(\x05\x42\x03\xe0\x41\x02\x12\x0b\n\x03mtu\x18\t \x01(\x05\x12>\n\x05state\x18\n \x01(\x0e\x32*.google.cloud.edgenetwork.v1.ResourceStateB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x9f\x01\xea\x41\x9b\x01\n1edgenetwork.googleapis.com/InterconnectAttachment\x12\x66projects/{project}/locations/{location}/zones/{zone}/interconnectAttachments/{interconnect_attachment}\"\xf0\x08\n\x06Router\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12?\n\x06labels\x18\x04 \x03(\x0b\x32/.google.cloud.edgenetwork.v1.Router.LabelsEntry\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12;\n\x07network\x18\x06 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12@\n\tinterface\x18\x07 \x03(\x0b\x32-.google.cloud.edgenetwork.v1.Router.Interface\x12=\n\x08\x62gp_peer\x18\x08 \x03(\x0b\x32+.google.cloud.edgenetwork.v1.Router.BgpPeer\x12\x34\n\x03\x62gp\x18\t \x01(\x0b\x32\'.google.cloud.edgenetwork.v1.Router.Bgp\x12>\n\x05state\x18\n \x01(\x0e\x32*.google.cloud.edgenetwork.v1.ResourceStateB\x03\xe0\x41\x03\x12!\n\x14route_advertisements\x18\x0b \x03(\tB\x03\xe0\x41\x01\x1a\x9a\x01\n\tInterface\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tipv4_cidr\x18\x03 \x01(\t\x12\x11\n\tipv6_cidr\x18\x06 \x01(\t\x12&\n\x1elinked_interconnect_attachment\x18\x02 \x01(\t\x12\x12\n\nsubnetwork\x18\x04 \x01(\t\x12\x1d\n\x15loopback_ip_addresses\x18\x05 \x03(\t\x1a\xbe\x01\n\x07\x42gpPeer\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tinterface\x18\x02 \x01(\t\x12\x1b\n\x13interface_ipv4_cidr\x18\x03 \x01(\t\x12\x1b\n\x13interface_ipv6_cidr\x18\x07 \x01(\t\x12\x16\n\x0epeer_ipv4_cidr\x18\x04 \x01(\t\x12\x16\n\x0epeer_ipv6_cidr\x18\x06 \x01(\t\x12\x10\n\x08peer_asn\x18\x05 \x01(\r\x12\x16\n\tlocal_asn\x18\x08 \x01(\rB\x03\xe0\x41\x03\x1a\x39\n\x03\x42gp\x12\x0b\n\x03\x61sn\x18\x01 \x01(\r\x12%\n\x1dkeepalive_interval_in_seconds\x18\x02 \x01(\r\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:m\xea\x41j\n!edgenetwork.googleapis.com/Router\x12\x45projects/{project}/locations/{location}/zones/{zone}/routers/{router}\";\n\x10LinkLayerAddress\x12\x13\n\x0bmac_address\x18\x01 \x01(\t\x12\x12\n\nip_address\x18\x02 \x01(\t\"~\n\x0cSubnetStatus\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0bmac_address\x18\x02 \x01(\t\x12K\n\x14link_layer_addresses\x18\x03 \x03(\x0b\x32-.google.cloud.edgenetwork.v1.LinkLayerAddress\"\xf1\x08\n\x17InterconnectDiagnostics\x12\x13\n\x0bmac_address\x18\x01 \x01(\t\x12K\n\x14link_layer_addresses\x18\x02 \x03(\x0b\x32-.google.cloud.edgenetwork.v1.LinkLayerAddress\x12N\n\x05links\x18\x03 \x03(\x0b\x32?.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkStatus\x1a\xb0\x02\n\nLinkStatus\x12\x12\n\ncircuit_id\x18\x01 \x01(\t\x12X\n\x0blacp_status\x18\x02 \x01(\x0b\x32\x43.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus\x12Z\n\rlldp_statuses\x18\x03 \x03(\x0b\x32\x43.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLLDPStatus\x12X\n\rpacket_counts\x18\x04 \x01(\x0b\x32\x41.google.cloud.edgenetwork.v1.InterconnectDiagnostics.PacketCounts\x1a\xa7\x01\n\x0cPacketCounts\x12\x17\n\x0finbound_unicast\x18\x01 \x01(\x03\x12\x16\n\x0einbound_errors\x18\x02 \x01(\x03\x12\x18\n\x10inbound_discards\x18\x03 \x01(\x03\x12\x18\n\x10outbound_unicast\x18\x04 \x01(\x03\x12\x17\n\x0foutbound_errors\x18\x05 \x01(\x03\x12\x19\n\x11outbound_discards\x18\x06 \x01(\x03\x1a\x90\x02\n\x0eLinkLACPStatus\x12X\n\x05state\x18\x01 \x01(\x0e\x32I.google.cloud.edgenetwork.v1.InterconnectDiagnostics.LinkLACPStatus.State\x12\x18\n\x10google_system_id\x18\x02 \x01(\t\x12\x1a\n\x12neighbor_system_id\x18\x03 \x01(\t\x12\x14\n\x0c\x61ggregatable\x18\x04 \x01(\x08\x12\x12\n\ncollecting\x18\x05 \x01(\x08\x12\x14\n\x0c\x64istributing\x18\x06 \x01(\x08\".\n\x05State\x12\x0b\n\x07UNKNOWN\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0c\n\x08\x44\x45TACHED\x10\x02\x1a\xb3\x01\n\x0eLinkLLDPStatus\x12\x18\n\x10peer_system_name\x18\x01 \x01(\t\x12\x1f\n\x17peer_system_description\x18\x02 \x01(\t\x12\x17\n\x0fpeer_chassis_id\x18\x03 \x01(\t\x12\x1c\n\x14peer_chassis_id_type\x18\x04 \x01(\t\x12\x14\n\x0cpeer_port_id\x18\x05 \x01(\t\x12\x19\n\x11peer_port_id_type\x18\x06 \x01(\t\"\xea\x04\n\x0cRouterStatus\x12\x38\n\x07network\x18\x01 \x01(\tB\'\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12P\n\x0f\x62gp_peer_status\x18\x02 \x03(\x0b\x32\x37.google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus\x1a\xd1\x02\n\rBgpPeerStatus\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\nip_address\x18\x02 \x01(\t\x12\x17\n\x0fpeer_ip_address\x18\x03 \x01(\t\x12Q\n\x06status\x18\x04 \x01(\x0e\x32\x41.google.cloud.edgenetwork.v1.RouterStatus.BgpPeerStatus.BgpStatus\x12\r\n\x05state\x18\x05 \x01(\t\x12\x0e\n\x06uptime\x18\x06 \x01(\t\x12\x16\n\x0euptime_seconds\x18\x07 \x01(\x03\x12O\n\x0eprefix_counter\x18\x08 \x01(\x0b\x32\x37.google.cloud.edgenetwork.v1.RouterStatus.PrefixCounter\"*\n\tBgpStatus\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x06\n\x02UP\x10\x01\x12\x08\n\x04\x44OWN\x10\x02\x1az\n\rPrefixCounter\x12\x12\n\nadvertised\x18\x01 \x01(\x03\x12\x0e\n\x06\x64\x65nied\x18\x02 \x01(\x03\x12\x10\n\x08received\x18\x03 \x01(\x03\x12\x0c\n\x04sent\x18\x04 \x01(\x03\x12\x12\n\nsuppressed\x18\x05 \x01(\x03\x12\x11\n\twithdrawn\x18\x06 \x01(\x03*\x89\x01\n\rResourceState\x12\x11\n\rSTATE_UNKNOWN\x10\x00\x12\x11\n\rSTATE_PENDING\x10\x01\x12\x16\n\x12STATE_PROVISIONING\x10\x02\x12\x11\n\rSTATE_RUNNING\x10\x03\x12\x13\n\x0fSTATE_SUSPENDED\x10\x04\x12\x12\n\x0eSTATE_DELETING\x10\x05\x42\xd3\x01\n\x1f\x63om.google.cloud.edgenetwork.v1B\x0eResourcesProtoP\x01ZAcloud.google.com/go/edgenetwork/apiv1/edgenetworkpb;edgenetworkpb\xaa\x02\x1bGoogle.Cloud.EdgeNetwork.V1\xca\x02\x1bGoogle\\Cloud\\EdgeNetwork\\V1\xea\x02\x1eGoogle::Cloud::EdgeNetwork::V1b\x06proto3"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|
@@ -43,6 +43,7 @@ module Google
|
|
43
43
|
Zone = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.edgenetwork.v1.Zone").msgclass
|
44
44
|
Network = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.edgenetwork.v1.Network").msgclass
|
45
45
|
Subnet = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.edgenetwork.v1.Subnet").msgclass
|
46
|
+
Subnet::BondingType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.edgenetwork.v1.Subnet.BondingType").enummodule
|
46
47
|
Interconnect = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.edgenetwork.v1.Interconnect").msgclass
|
47
48
|
Interconnect::InterconnectType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.edgenetwork.v1.Interconnect.InterconnectType").enummodule
|
48
49
|
InterconnectAttachment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.edgenetwork.v1.InterconnectAttachment").msgclass
|
@@ -15,7 +15,7 @@ require 'google/protobuf/field_mask_pb'
|
|
15
15
|
require 'google/protobuf/timestamp_pb'
|
16
16
|
|
17
17
|
|
18
|
-
descriptor_data = "\n)google/cloud/edgenetwork/v1/service.proto\x12\x1bgoogle.cloud.edgenetwork.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a+google/cloud/edgenetwork/v1/resources.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x94\x01\n\x10ListZonesRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\x12\x1f\x65\x64genetwork.googleapis.com/Zone\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"s\n\x11ListZonesResponse\x12\x30\n\x05zones\x18\x01 \x03(\x0b\x32!.google.cloud.edgenetwork.v1.Zone\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"G\n\x0eGetZoneRequest\x12\x35\n\x04name\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1f\x65\x64genetwork.googleapis.com/Zone\"\x9a\x01\n\x13ListNetworksRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\x12\"edgenetwork.googleapis.com/Network\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"|\n\x14ListNetworksResponse\x12\x36\n\x08networks\x18\x01 \x03(\x0b\x32$.google.cloud.edgenetwork.v1.Network\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"M\n\x11GetNetworkRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\"\xc0\x01\n\x14\x43reateNetworkRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\x12\"edgenetwork.googleapis.com/Network\x12\x17\n\nnetwork_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12:\n\x07network\x18\x03 \x01(\x0b\x32$.google.cloud.edgenetwork.v1.NetworkB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"i\n\x14\x44\x65leteNetworkRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x98\x01\n\x12ListSubnetsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!edgenetwork.googleapis.com/Subnet\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"y\n\x13ListSubnetsResponse\x12\x34\n\x07subnets\x18\x01 \x03(\x0b\x32#.google.cloud.edgenetwork.v1.Subnet\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"K\n\x10GetSubnetRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Subnet\"\xbb\x01\n\x13\x43reateSubnetRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!edgenetwork.googleapis.com/Subnet\x12\x16\n\tsubnet_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x38\n\x06subnet\x18\x03 \x01(\x0b\x32#.google.cloud.edgenetwork.v1.SubnetB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x9e\x01\n\x13UpdateSubnetRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x38\n\x06subnet\x18\x02 \x01(\x0b\x32#.google.cloud.edgenetwork.v1.SubnetB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"g\n\x13\x44\x65leteSubnetRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Subnet\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xa4\x01\n\x18ListInterconnectsRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\x12\'edgenetwork.googleapis.com/Interconnect\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x8b\x01\n\x19ListInterconnectsResponse\x12@\n\rinterconnects\x18\x01 \x03(\x0b\x32).google.cloud.edgenetwork.v1.Interconnect\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"W\n\x16GetInterconnectRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'edgenetwork.googleapis.com/Interconnect\"\xb8\x01\n\"ListInterconnectAttachmentsRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\x12\x31\x65\x64genetwork.googleapis.com/InterconnectAttachment\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\xaa\x01\n#ListInterconnectAttachmentsResponse\x12U\n\x18interconnect_attachments\x18\x01 \x03(\x0b\x32\x33.google.cloud.edgenetwork.v1.InterconnectAttachment\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"k\n GetInterconnectAttachmentRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1edgenetwork.googleapis.com/InterconnectAttachment\"\x8d\x02\n#CreateInterconnectAttachmentRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\x12\x31\x65\x64genetwork.googleapis.com/InterconnectAttachment\x12\'\n\x1ainterconnect_attachment_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12Y\n\x17interconnect_attachment\x18\x03 \x01(\x0b\x32\x33.google.cloud.edgenetwork.v1.InterconnectAttachmentB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x87\x01\n#DeleteInterconnectAttachmentRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1edgenetwork.googleapis.com/InterconnectAttachment\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x98\x01\n\x12ListRoutersRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!edgenetwork.googleapis.com/Router\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"y\n\x13ListRoutersResponse\x12\x34\n\x07routers\x18\x01 \x03(\x0b\x32#.google.cloud.edgenetwork.v1.Router\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"K\n\x10GetRouterRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Router\"\xbb\x01\n\x13\x43reateRouterRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!edgenetwork.googleapis.com/Router\x12\x16\n\trouter_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x38\n\x06router\x18\x03 \x01(\x0b\x32#.google.cloud.edgenetwork.v1.RouterB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x9e\x01\n\x13UpdateRouterRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x38\n\x06router\x18\x02 \x01(\x0b\x32#.google.cloud.edgenetwork.v1.RouterB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"g\n\x13\x44\x65leteRouterRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Router\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\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\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x07 \x01(\tB\x03\xe0\x41\x03\"R\n\x16\x44iagnoseNetworkRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\"\xb2\x03\n\x17\x44iagnoseNetworkResponse\x12/\n\x0bupdate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12R\n\x06result\x18\x02 \x01(\x0b\x32\x42.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus\x1a\x91\x02\n\rNetworkStatus\x12@\n\rsubnet_status\x18\x01 \x03(\x0b\x32).google.cloud.edgenetwork.v1.SubnetStatus\x12u\n\x1cmacsec_status_internal_links\x18\x02 \x01(\x0e\x32O.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus.MacsecStatus\"G\n\x0cMacsecStatus\x12\x1d\n\x19MACSEC_STATUS_UNSPECIFIED\x10\x00\x12\n\n\x06SECURE\x10\x01\x12\x0c\n\x08UNSECURE\x10\x02\"\\\n\x1b\x44iagnoseInterconnectRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'edgenetwork.googleapis.com/Interconnect\"\x95\x01\n\x1c\x44iagnoseInterconnectResponse\x12/\n\x0bupdate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x44\n\x06result\x18\x02 \x01(\x0b\x32\x34.google.cloud.edgenetwork.v1.InterconnectDiagnostics\"P\n\x15\x44iagnoseRouterRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Router\"\x84\x01\n\x16\x44iagnoseRouterResponse\x12/\n\x0bupdate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x06result\x18\x02 \x01(\x0b\x32).google.cloud.edgenetwork.v1.RouterStatus\"N\n\x15InitializeZoneRequest\x12\x35\n\x04name\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1f\x65\x64genetwork.googleapis.com/Zone\"\x18\n\x16InitializeZoneResponse2\xa3+\n\x0b\x45\x64geNetwork\x12\xc1\x01\n\x0eInitializeZone\x12\x32.google.cloud.edgenetwork.v1.InitializeZoneRequest\x1a\x33.google.cloud.edgenetwork.v1.InitializeZoneResponse\"F\xda\x41\x04name\x82\xd3\xe4\x93\x02\x39\"4/v1/{name=projects/*/locations/*/zones/*}:initialize:\x01*\x12\xa6\x01\n\tListZones\x12-.google.cloud.edgenetwork.v1.ListZonesRequest\x1a..google.cloud.edgenetwork.v1.ListZonesResponse\":\xda\x41\x06parent\x82\xd3\xe4\x93\x02+\x12)/v1/{parent=projects/*/locations/*}/zones\x12\x93\x01\n\x07GetZone\x12+.google.cloud.edgenetwork.v1.GetZoneRequest\x1a!.google.cloud.edgenetwork.v1.Zone\"8\xda\x41\x04name\x82\xd3\xe4\x93\x02+\x12)/v1/{name=projects/*/locations/*/zones/*}\x12\xba\x01\n\x0cListNetworks\x12\x30.google.cloud.edgenetwork.v1.ListNetworksRequest\x1a\x31.google.cloud.edgenetwork.v1.ListNetworksResponse\"E\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{parent=projects/*/locations/*/zones/*}/networks\x12\xa7\x01\n\nGetNetwork\x12..google.cloud.edgenetwork.v1.GetNetworkRequest\x1a$.google.cloud.edgenetwork.v1.Network\"C\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{name=projects/*/locations/*/zones/*/networks/*}\x12\xca\x01\n\x0f\x44iagnoseNetwork\x12\x33.google.cloud.edgenetwork.v1.DiagnoseNetworkRequest\x1a\x34.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse\"L\xda\x41\x04name\x82\xd3\xe4\x93\x02?\x12=/v1/{name=projects/*/locations/*/zones/*/networks/*}:diagnose\x12\xe4\x01\n\rCreateNetwork\x12\x31.google.cloud.edgenetwork.v1.CreateNetworkRequest\x1a\x1d.google.longrunning.Operation\"\x80\x01\xca\x41\x1c\n\x07Network\x12\x11OperationMetadata\xda\x41\x19parent,network,network_id\x82\xd3\xe4\x93\x02?\"4/v1/{parent=projects/*/locations/*/zones/*}/networks:\x07network\x12\xd3\x01\n\rDeleteNetwork\x12\x31.google.cloud.edgenetwork.v1.DeleteNetworkRequest\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/*/zones/*/networks/*}\x12\xb6\x01\n\x0bListSubnets\x12/.google.cloud.edgenetwork.v1.ListSubnetsRequest\x1a\x30.google.cloud.edgenetwork.v1.ListSubnetsResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{parent=projects/*/locations/*/zones/*}/subnets\x12\xa3\x01\n\tGetSubnet\x12-.google.cloud.edgenetwork.v1.GetSubnetRequest\x1a#.google.cloud.edgenetwork.v1.Subnet\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{name=projects/*/locations/*/zones/*/subnets/*}\x12\xdc\x01\n\x0c\x43reateSubnet\x12\x30.google.cloud.edgenetwork.v1.CreateSubnetRequest\x1a\x1d.google.longrunning.Operation\"{\xca\x41\x1b\n\x06Subnet\x12\x11OperationMetadata\xda\x41\x17parent,subnet,subnet_id\x82\xd3\xe4\x93\x02=\"3/v1/{parent=projects/*/locations/*/zones/*}/subnets:\x06subnet\x12\xde\x01\n\x0cUpdateSubnet\x12\x30.google.cloud.edgenetwork.v1.UpdateSubnetRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1b\n\x06Subnet\x12\x11OperationMetadata\xda\x41\x12subnet,update_mask\x82\xd3\xe4\x93\x02\x44\x32:/v1/{subnet.name=projects/*/locations/*/zones/*/subnets/*}:\x06subnet\x12\xd0\x01\n\x0c\x44\x65leteSubnet\x12\x30.google.cloud.edgenetwork.v1.DeleteSubnetRequest\x1a\x1d.google.longrunning.Operation\"o\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35*3/v1/{name=projects/*/locations/*/zones/*/subnets/*}\x12\xce\x01\n\x11ListInterconnects\x12\x35.google.cloud.edgenetwork.v1.ListInterconnectsRequest\x1a\x36.google.cloud.edgenetwork.v1.ListInterconnectsResponse\"J\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=projects/*/locations/*/zones/*}/interconnects\x12\xbb\x01\n\x0fGetInterconnect\x12\x33.google.cloud.edgenetwork.v1.GetInterconnectRequest\x1a).google.cloud.edgenetwork.v1.Interconnect\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=projects/*/locations/*/zones/*/interconnects/*}\x12\xde\x01\n\x14\x44iagnoseInterconnect\x12\x38.google.cloud.edgenetwork.v1.DiagnoseInterconnectRequest\x1a\x39.google.cloud.edgenetwork.v1.DiagnoseInterconnectResponse\"Q\xda\x41\x04name\x82\xd3\xe4\x93\x02\x44\x12\x42/v1/{name=projects/*/locations/*/zones/*/interconnects/*}:diagnose\x12\xf6\x01\n\x1bListInterconnectAttachments\x12?.google.cloud.edgenetwork.v1.ListInterconnectAttachmentsRequest\x1a@.google.cloud.edgenetwork.v1.ListInterconnectAttachmentsResponse\"T\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x45\x12\x43/v1/{parent=projects/*/locations/*/zones/*}/interconnectAttachments\x12\xe3\x01\n\x19GetInterconnectAttachment\x12=.google.cloud.edgenetwork.v1.GetInterconnectAttachmentRequest\x1a\x33.google.cloud.edgenetwork.v1.InterconnectAttachment\"R\xda\x41\x04name\x82\xd3\xe4\x93\x02\x45\x12\x43/v1/{name=projects/*/locations/*/zones/*/interconnectAttachments/*}\x12\xd0\x02\n\x1c\x43reateInterconnectAttachment\x12@.google.cloud.edgenetwork.v1.CreateInterconnectAttachmentRequest\x1a\x1d.google.longrunning.Operation\"\xce\x01\xca\x41+\n\x16InterconnectAttachment\x12\x11OperationMetadata\xda\x41\x39parent,interconnect_attachment,interconnect_attachment_id\x82\xd3\xe4\x93\x02^\"C/v1/{parent=projects/*/locations/*/zones/*}/interconnectAttachments:\x17interconnect_attachment\x12\x80\x02\n\x1c\x44\x65leteInterconnectAttachment\x12@.google.cloud.edgenetwork.v1.DeleteInterconnectAttachmentRequest\x1a\x1d.google.longrunning.Operation\"\x7f\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x45*C/v1/{name=projects/*/locations/*/zones/*/interconnectAttachments/*}\x12\xb6\x01\n\x0bListRouters\x12/.google.cloud.edgenetwork.v1.ListRoutersRequest\x1a\x30.google.cloud.edgenetwork.v1.ListRoutersResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{parent=projects/*/locations/*/zones/*}/routers\x12\xa3\x01\n\tGetRouter\x12-.google.cloud.edgenetwork.v1.GetRouterRequest\x1a#.google.cloud.edgenetwork.v1.Router\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{name=projects/*/locations/*/zones/*/routers/*}\x12\xc6\x01\n\x0e\x44iagnoseRouter\x12\x32.google.cloud.edgenetwork.v1.DiagnoseRouterRequest\x1a\x33.google.cloud.edgenetwork.v1.DiagnoseRouterResponse\"K\xda\x41\x04name\x82\xd3\xe4\x93\x02>\x12</v1/{name=projects/*/locations/*/zones/*/routers/*}:diagnose\x12\xdc\x01\n\x0c\x43reateRouter\x12\x30.google.cloud.edgenetwork.v1.CreateRouterRequest\x1a\x1d.google.longrunning.Operation\"{\xca\x41\x1b\n\x06Router\x12\x11OperationMetadata\xda\x41\x17parent,router,router_id\x82\xd3\xe4\x93\x02=\"3/v1/{parent=projects/*/locations/*/zones/*}/routers:\x06router\x12\xde\x01\n\x0cUpdateRouter\x12\x30.google.cloud.edgenetwork.v1.UpdateRouterRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1b\n\x06Router\x12\x11OperationMetadata\xda\x41\x12router,update_mask\x82\xd3\xe4\x93\x02\x44\x32:/v1/{router.name=projects/*/locations/*/zones/*/routers/*}:\x06router\x12\xd0\x01\n\x0c\x44\x65leteRouter\x12\x30.google.cloud.edgenetwork.v1.DeleteRouterRequest\x1a\x1d.google.longrunning.Operation\"o\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35*3/v1/{name=projects/*/locations/*/zones/*/routers/*}\x1aN\xca\x41\x1a\x65\x64genetwork.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xd1\x01\n\x1f\x63om.google.cloud.edgenetwork.v1B\x0cServiceProtoP\x01ZAcloud.google.com/go/edgenetwork/apiv1/edgenetworkpb;edgenetworkpb\xaa\x02\x1bGoogle.Cloud.EdgeNetwork.V1\xca\x02\x1bGoogle\\Cloud\\EdgeNetwork\\V1\xea\x02\x1eGoogle::Cloud::EdgeNetwork::V1b\x06proto3"
|
18
|
+
descriptor_data = "\n)google/cloud/edgenetwork/v1/service.proto\x12\x1bgoogle.cloud.edgenetwork.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a+google/cloud/edgenetwork/v1/resources.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x98\x01\n\x10ListZonesRequest\x12\x37\n\x06parent\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\x12\x1f\x65\x64genetwork.googleapis.com/Zone\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t:\x02\x18\x01\"w\n\x11ListZonesResponse\x12\x30\n\x05zones\x18\x01 \x03(\x0b\x32!.google.cloud.edgenetwork.v1.Zone\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t:\x02\x18\x01\"K\n\x0eGetZoneRequest\x12\x35\n\x04name\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1f\x65\x64genetwork.googleapis.com/Zone:\x02\x18\x01\"\x9a\x01\n\x13ListNetworksRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\x12\"edgenetwork.googleapis.com/Network\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"|\n\x14ListNetworksResponse\x12\x36\n\x08networks\x18\x01 \x03(\x0b\x32$.google.cloud.edgenetwork.v1.Network\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"M\n\x11GetNetworkRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\"\xc0\x01\n\x14\x43reateNetworkRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\x12\"edgenetwork.googleapis.com/Network\x12\x17\n\nnetwork_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12:\n\x07network\x18\x03 \x01(\x0b\x32$.google.cloud.edgenetwork.v1.NetworkB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"i\n\x14\x44\x65leteNetworkRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x98\x01\n\x12ListSubnetsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!edgenetwork.googleapis.com/Subnet\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"y\n\x13ListSubnetsResponse\x12\x34\n\x07subnets\x18\x01 \x03(\x0b\x32#.google.cloud.edgenetwork.v1.Subnet\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"K\n\x10GetSubnetRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Subnet\"\xbb\x01\n\x13\x43reateSubnetRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!edgenetwork.googleapis.com/Subnet\x12\x16\n\tsubnet_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x38\n\x06subnet\x18\x03 \x01(\x0b\x32#.google.cloud.edgenetwork.v1.SubnetB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x9e\x01\n\x13UpdateSubnetRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x38\n\x06subnet\x18\x02 \x01(\x0b\x32#.google.cloud.edgenetwork.v1.SubnetB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"g\n\x13\x44\x65leteSubnetRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Subnet\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xa4\x01\n\x18ListInterconnectsRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\x12\'edgenetwork.googleapis.com/Interconnect\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x8b\x01\n\x19ListInterconnectsResponse\x12@\n\rinterconnects\x18\x01 \x03(\x0b\x32).google.cloud.edgenetwork.v1.Interconnect\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"W\n\x16GetInterconnectRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'edgenetwork.googleapis.com/Interconnect\"\xb8\x01\n\"ListInterconnectAttachmentsRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\x12\x31\x65\x64genetwork.googleapis.com/InterconnectAttachment\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\xaa\x01\n#ListInterconnectAttachmentsResponse\x12U\n\x18interconnect_attachments\x18\x01 \x03(\x0b\x32\x33.google.cloud.edgenetwork.v1.InterconnectAttachment\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"k\n GetInterconnectAttachmentRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1edgenetwork.googleapis.com/InterconnectAttachment\"\x8d\x02\n#CreateInterconnectAttachmentRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\x12\x31\x65\x64genetwork.googleapis.com/InterconnectAttachment\x12\'\n\x1ainterconnect_attachment_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12Y\n\x17interconnect_attachment\x18\x03 \x01(\x0b\x32\x33.google.cloud.edgenetwork.v1.InterconnectAttachmentB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x87\x01\n#DeleteInterconnectAttachmentRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1edgenetwork.googleapis.com/InterconnectAttachment\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x98\x01\n\x12ListRoutersRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!edgenetwork.googleapis.com/Router\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"y\n\x13ListRoutersResponse\x12\x34\n\x07routers\x18\x01 \x03(\x0b\x32#.google.cloud.edgenetwork.v1.Router\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"K\n\x10GetRouterRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Router\"\xbb\x01\n\x13\x43reateRouterRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!edgenetwork.googleapis.com/Router\x12\x16\n\trouter_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x38\n\x06router\x18\x03 \x01(\x0b\x32#.google.cloud.edgenetwork.v1.RouterB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x9e\x01\n\x13UpdateRouterRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x38\n\x06router\x18\x02 \x01(\x0b\x32#.google.cloud.edgenetwork.v1.RouterB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"g\n\x13\x44\x65leteRouterRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Router\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\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\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x07 \x01(\tB\x03\xe0\x41\x03\"R\n\x16\x44iagnoseNetworkRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe0\x41\x02\xfa\x41$\n\"edgenetwork.googleapis.com/Network\"\xb2\x03\n\x17\x44iagnoseNetworkResponse\x12/\n\x0bupdate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12R\n\x06result\x18\x02 \x01(\x0b\x32\x42.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus\x1a\x91\x02\n\rNetworkStatus\x12@\n\rsubnet_status\x18\x01 \x03(\x0b\x32).google.cloud.edgenetwork.v1.SubnetStatus\x12u\n\x1cmacsec_status_internal_links\x18\x02 \x01(\x0e\x32O.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus.MacsecStatus\"G\n\x0cMacsecStatus\x12\x1d\n\x19MACSEC_STATUS_UNSPECIFIED\x10\x00\x12\n\n\x06SECURE\x10\x01\x12\x0c\n\x08UNSECURE\x10\x02\"\\\n\x1b\x44iagnoseInterconnectRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'edgenetwork.googleapis.com/Interconnect\"\x95\x01\n\x1c\x44iagnoseInterconnectResponse\x12/\n\x0bupdate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x44\n\x06result\x18\x02 \x01(\x0b\x32\x34.google.cloud.edgenetwork.v1.InterconnectDiagnostics\"P\n\x15\x44iagnoseRouterRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!edgenetwork.googleapis.com/Router\"\x84\x01\n\x16\x44iagnoseRouterResponse\x12/\n\x0bupdate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x06result\x18\x02 \x01(\x0b\x32).google.cloud.edgenetwork.v1.RouterStatus\"N\n\x15InitializeZoneRequest\x12\x35\n\x04name\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1f\x65\x64genetwork.googleapis.com/Zone\"\x18\n\x16InitializeZoneResponse2\xa9+\n\x0b\x45\x64geNetwork\x12\xc1\x01\n\x0eInitializeZone\x12\x32.google.cloud.edgenetwork.v1.InitializeZoneRequest\x1a\x33.google.cloud.edgenetwork.v1.InitializeZoneResponse\"F\xda\x41\x04name\x82\xd3\xe4\x93\x02\x39\"4/v1/{name=projects/*/locations/*/zones/*}:initialize:\x01*\x12\xa9\x01\n\tListZones\x12-.google.cloud.edgenetwork.v1.ListZonesRequest\x1a..google.cloud.edgenetwork.v1.ListZonesResponse\"=\x88\x02\x01\xda\x41\x06parent\x82\xd3\xe4\x93\x02+\x12)/v1/{parent=projects/*/locations/*}/zones\x12\x96\x01\n\x07GetZone\x12+.google.cloud.edgenetwork.v1.GetZoneRequest\x1a!.google.cloud.edgenetwork.v1.Zone\";\x88\x02\x01\xda\x41\x04name\x82\xd3\xe4\x93\x02+\x12)/v1/{name=projects/*/locations/*/zones/*}\x12\xba\x01\n\x0cListNetworks\x12\x30.google.cloud.edgenetwork.v1.ListNetworksRequest\x1a\x31.google.cloud.edgenetwork.v1.ListNetworksResponse\"E\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{parent=projects/*/locations/*/zones/*}/networks\x12\xa7\x01\n\nGetNetwork\x12..google.cloud.edgenetwork.v1.GetNetworkRequest\x1a$.google.cloud.edgenetwork.v1.Network\"C\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{name=projects/*/locations/*/zones/*/networks/*}\x12\xca\x01\n\x0f\x44iagnoseNetwork\x12\x33.google.cloud.edgenetwork.v1.DiagnoseNetworkRequest\x1a\x34.google.cloud.edgenetwork.v1.DiagnoseNetworkResponse\"L\xda\x41\x04name\x82\xd3\xe4\x93\x02?\x12=/v1/{name=projects/*/locations/*/zones/*/networks/*}:diagnose\x12\xe4\x01\n\rCreateNetwork\x12\x31.google.cloud.edgenetwork.v1.CreateNetworkRequest\x1a\x1d.google.longrunning.Operation\"\x80\x01\xca\x41\x1c\n\x07Network\x12\x11OperationMetadata\xda\x41\x19parent,network,network_id\x82\xd3\xe4\x93\x02?\"4/v1/{parent=projects/*/locations/*/zones/*}/networks:\x07network\x12\xd3\x01\n\rDeleteNetwork\x12\x31.google.cloud.edgenetwork.v1.DeleteNetworkRequest\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/*/zones/*/networks/*}\x12\xb6\x01\n\x0bListSubnets\x12/.google.cloud.edgenetwork.v1.ListSubnetsRequest\x1a\x30.google.cloud.edgenetwork.v1.ListSubnetsResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{parent=projects/*/locations/*/zones/*}/subnets\x12\xa3\x01\n\tGetSubnet\x12-.google.cloud.edgenetwork.v1.GetSubnetRequest\x1a#.google.cloud.edgenetwork.v1.Subnet\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{name=projects/*/locations/*/zones/*/subnets/*}\x12\xdc\x01\n\x0c\x43reateSubnet\x12\x30.google.cloud.edgenetwork.v1.CreateSubnetRequest\x1a\x1d.google.longrunning.Operation\"{\xca\x41\x1b\n\x06Subnet\x12\x11OperationMetadata\xda\x41\x17parent,subnet,subnet_id\x82\xd3\xe4\x93\x02=\"3/v1/{parent=projects/*/locations/*/zones/*}/subnets:\x06subnet\x12\xde\x01\n\x0cUpdateSubnet\x12\x30.google.cloud.edgenetwork.v1.UpdateSubnetRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1b\n\x06Subnet\x12\x11OperationMetadata\xda\x41\x12subnet,update_mask\x82\xd3\xe4\x93\x02\x44\x32:/v1/{subnet.name=projects/*/locations/*/zones/*/subnets/*}:\x06subnet\x12\xd0\x01\n\x0c\x44\x65leteSubnet\x12\x30.google.cloud.edgenetwork.v1.DeleteSubnetRequest\x1a\x1d.google.longrunning.Operation\"o\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35*3/v1/{name=projects/*/locations/*/zones/*/subnets/*}\x12\xce\x01\n\x11ListInterconnects\x12\x35.google.cloud.edgenetwork.v1.ListInterconnectsRequest\x1a\x36.google.cloud.edgenetwork.v1.ListInterconnectsResponse\"J\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=projects/*/locations/*/zones/*}/interconnects\x12\xbb\x01\n\x0fGetInterconnect\x12\x33.google.cloud.edgenetwork.v1.GetInterconnectRequest\x1a).google.cloud.edgenetwork.v1.Interconnect\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=projects/*/locations/*/zones/*/interconnects/*}\x12\xde\x01\n\x14\x44iagnoseInterconnect\x12\x38.google.cloud.edgenetwork.v1.DiagnoseInterconnectRequest\x1a\x39.google.cloud.edgenetwork.v1.DiagnoseInterconnectResponse\"Q\xda\x41\x04name\x82\xd3\xe4\x93\x02\x44\x12\x42/v1/{name=projects/*/locations/*/zones/*/interconnects/*}:diagnose\x12\xf6\x01\n\x1bListInterconnectAttachments\x12?.google.cloud.edgenetwork.v1.ListInterconnectAttachmentsRequest\x1a@.google.cloud.edgenetwork.v1.ListInterconnectAttachmentsResponse\"T\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x45\x12\x43/v1/{parent=projects/*/locations/*/zones/*}/interconnectAttachments\x12\xe3\x01\n\x19GetInterconnectAttachment\x12=.google.cloud.edgenetwork.v1.GetInterconnectAttachmentRequest\x1a\x33.google.cloud.edgenetwork.v1.InterconnectAttachment\"R\xda\x41\x04name\x82\xd3\xe4\x93\x02\x45\x12\x43/v1/{name=projects/*/locations/*/zones/*/interconnectAttachments/*}\x12\xd0\x02\n\x1c\x43reateInterconnectAttachment\x12@.google.cloud.edgenetwork.v1.CreateInterconnectAttachmentRequest\x1a\x1d.google.longrunning.Operation\"\xce\x01\xca\x41+\n\x16InterconnectAttachment\x12\x11OperationMetadata\xda\x41\x39parent,interconnect_attachment,interconnect_attachment_id\x82\xd3\xe4\x93\x02^\"C/v1/{parent=projects/*/locations/*/zones/*}/interconnectAttachments:\x17interconnect_attachment\x12\x80\x02\n\x1c\x44\x65leteInterconnectAttachment\x12@.google.cloud.edgenetwork.v1.DeleteInterconnectAttachmentRequest\x1a\x1d.google.longrunning.Operation\"\x7f\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x45*C/v1/{name=projects/*/locations/*/zones/*/interconnectAttachments/*}\x12\xb6\x01\n\x0bListRouters\x12/.google.cloud.edgenetwork.v1.ListRoutersRequest\x1a\x30.google.cloud.edgenetwork.v1.ListRoutersResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{parent=projects/*/locations/*/zones/*}/routers\x12\xa3\x01\n\tGetRouter\x12-.google.cloud.edgenetwork.v1.GetRouterRequest\x1a#.google.cloud.edgenetwork.v1.Router\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{name=projects/*/locations/*/zones/*/routers/*}\x12\xc6\x01\n\x0e\x44iagnoseRouter\x12\x32.google.cloud.edgenetwork.v1.DiagnoseRouterRequest\x1a\x33.google.cloud.edgenetwork.v1.DiagnoseRouterResponse\"K\xda\x41\x04name\x82\xd3\xe4\x93\x02>\x12</v1/{name=projects/*/locations/*/zones/*/routers/*}:diagnose\x12\xdc\x01\n\x0c\x43reateRouter\x12\x30.google.cloud.edgenetwork.v1.CreateRouterRequest\x1a\x1d.google.longrunning.Operation\"{\xca\x41\x1b\n\x06Router\x12\x11OperationMetadata\xda\x41\x17parent,router,router_id\x82\xd3\xe4\x93\x02=\"3/v1/{parent=projects/*/locations/*/zones/*}/routers:\x06router\x12\xde\x01\n\x0cUpdateRouter\x12\x30.google.cloud.edgenetwork.v1.UpdateRouterRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1b\n\x06Router\x12\x11OperationMetadata\xda\x41\x12router,update_mask\x82\xd3\xe4\x93\x02\x44\x32:/v1/{router.name=projects/*/locations/*/zones/*/routers/*}:\x06router\x12\xd0\x01\n\x0c\x44\x65leteRouter\x12\x30.google.cloud.edgenetwork.v1.DeleteRouterRequest\x1a\x1d.google.longrunning.Operation\"o\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35*3/v1/{name=projects/*/locations/*/zones/*/routers/*}\x1aN\xca\x41\x1a\x65\x64genetwork.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xd1\x01\n\x1f\x63om.google.cloud.edgenetwork.v1B\x0cServiceProtoP\x01ZAcloud.google.com/go/edgenetwork/apiv1/edgenetworkpb;edgenetworkpb\xaa\x02\x1bGoogle.Cloud.EdgeNetwork.V1\xca\x02\x1bGoogle\\Cloud\\EdgeNetwork\\V1\xea\x02\x1eGoogle::Cloud::EdgeNetwork::V1b\x06proto3"
|
19
19
|
|
20
20
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
21
21
|
|
@@ -38,8 +38,10 @@ module Google
|
|
38
38
|
|
39
39
|
# InitializeZone will initialize resources for a zone in a project.
|
40
40
|
rpc :InitializeZone, ::Google::Cloud::EdgeNetwork::V1::InitializeZoneRequest, ::Google::Cloud::EdgeNetwork::V1::InitializeZoneResponse
|
41
|
+
# Deprecated: not implemented.
|
41
42
|
# Lists Zones in a given project and location.
|
42
43
|
rpc :ListZones, ::Google::Cloud::EdgeNetwork::V1::ListZonesRequest, ::Google::Cloud::EdgeNetwork::V1::ListZonesResponse
|
44
|
+
# Deprecated: not implemented.
|
43
45
|
# Gets details of a single Zone.
|
44
46
|
rpc :GetZone, ::Google::Cloud::EdgeNetwork::V1::GetZoneRequest, ::Google::Cloud::EdgeNetwork::V1::Zone
|
45
47
|
# Lists Networks in a given project and location.
|
@@ -118,6 +118,10 @@ module Google
|
|
118
118
|
# @return [::String]
|
119
119
|
# Optional link to proto reference documentation. Example:
|
120
120
|
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
121
|
+
# @!attribute [rw] rest_reference_documentation_uri
|
122
|
+
# @return [::String]
|
123
|
+
# Optional link to REST reference documentation. Example:
|
124
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rest
|
121
125
|
class Publishing
|
122
126
|
include ::Google::Protobuf::MessageExts
|
123
127
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -32,10 +32,14 @@ module Google
|
|
32
32
|
# @return [::Google::Protobuf::Timestamp]
|
33
33
|
# Output only. The time when the zone was last updated.
|
34
34
|
# @!attribute [rw] labels
|
35
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
35
36
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
36
|
-
#
|
37
|
+
# Deprecated: not implemented.
|
38
|
+
# Labels as key value pairs.
|
37
39
|
# @!attribute [rw] layout_name
|
40
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
38
41
|
# @return [::String]
|
42
|
+
# Deprecated: not implemented.
|
39
43
|
# The deployment layout type.
|
40
44
|
class Zone
|
41
45
|
include ::Google::Protobuf::MessageExts
|
@@ -117,6 +121,13 @@ module Google
|
|
117
121
|
# @return [::Integer]
|
118
122
|
# Optional. VLAN id provided by user. If not specified we assign one
|
119
123
|
# automatically.
|
124
|
+
# @!attribute [rw] bonding_type
|
125
|
+
# @return [::Google::Cloud::EdgeNetwork::V1::Subnet::BondingType]
|
126
|
+
# Optional. A bonding type in the subnet creation specifies whether a VLAN
|
127
|
+
# being created will be present on Bonded or Non-Bonded or Both port types.
|
128
|
+
# In addition, this flag is to be used to set the specific network
|
129
|
+
# configuration which clusters can then use for their workloads based on the
|
130
|
+
# bonding choice.
|
120
131
|
# @!attribute [r] state
|
121
132
|
# @return [::Google::Cloud::EdgeNetwork::V1::ResourceState]
|
122
133
|
# Output only. Current stage of the resource to the device by config push.
|
@@ -132,6 +143,22 @@ module Google
|
|
132
143
|
include ::Google::Protobuf::MessageExts
|
133
144
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
134
145
|
end
|
146
|
+
|
147
|
+
# Bonding type in the subnet.
|
148
|
+
module BondingType
|
149
|
+
# Unspecified
|
150
|
+
# Bonding type will be unspecified by default and if the user chooses to
|
151
|
+
# not specify a bonding type at time of creating the VLAN. This will be
|
152
|
+
# treated as mixed bonding where the VLAN will have both bonded and
|
153
|
+
# non-bonded connectivity to machines.
|
154
|
+
BONDING_TYPE_UNSPECIFIED = 0
|
155
|
+
|
156
|
+
# Single homed.
|
157
|
+
BONDED = 1
|
158
|
+
|
159
|
+
# Multi homed.
|
160
|
+
NON_BONDED = 2
|
161
|
+
end
|
135
162
|
end
|
136
163
|
|
137
164
|
# Message describing Interconnect object
|
@@ -21,7 +21,9 @@ module Google
|
|
21
21
|
module Cloud
|
22
22
|
module EdgeNetwork
|
23
23
|
module V1
|
24
|
+
# Deprecated: not implemented.
|
24
25
|
# Message for requesting list of Zones
|
26
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
25
27
|
# @!attribute [rw] parent
|
26
28
|
# @return [::String]
|
27
29
|
# Required. Parent value for ListZonesRequest
|
@@ -43,7 +45,9 @@ module Google
|
|
43
45
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
44
46
|
end
|
45
47
|
|
48
|
+
# Deprecated: not implemented.
|
46
49
|
# Message for response to listing Zones
|
50
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
47
51
|
# @!attribute [rw] zones
|
48
52
|
# @return [::Array<::Google::Cloud::EdgeNetwork::V1::Zone>]
|
49
53
|
# The list of Zone
|
@@ -58,7 +62,9 @@ module Google
|
|
58
62
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
59
63
|
end
|
60
64
|
|
65
|
+
# Deprecated: not implemented.
|
61
66
|
# Message for getting a Zone
|
67
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
62
68
|
# @!attribute [rw] name
|
63
69
|
# @return [::String]
|
64
70
|
# Required. Name of the resource
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-edge_network-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|