google-cloud-service_directory-v1beta1 0.14.2 → 0.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/service_directory/v1beta1/lookup_service/client.rb +5 -1
- data/lib/google/cloud/service_directory/v1beta1/lookup_service/rest/client.rb +5 -1
- data/lib/google/cloud/service_directory/v1beta1/registration_service/client.rb +42 -21
- data/lib/google/cloud/service_directory/v1beta1/registration_service/rest/client.rb +42 -21
- data/lib/google/cloud/service_directory/v1beta1/version.rb +1 -1
- data/lib/google/cloud/servicedirectory/v1beta1/endpoint_pb.rb +1 -1
- data/lib/google/cloud/servicedirectory/v1beta1/lookup_service_pb.rb +1 -1
- data/lib/google/cloud/servicedirectory/v1beta1/namespace_pb.rb +1 -1
- data/lib/google/cloud/servicedirectory/v1beta1/registration_service_pb.rb +1 -1
- data/lib/google/cloud/servicedirectory/v1beta1/service_pb.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb +3 -3
- metadata +4 -116
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3249478aa1ff190026b56909d7124e1ed83e3abfcbe067633db3dac6774aba56
|
4
|
+
data.tar.gz: fb6b079fbb500d1f67a488df4227ccbe0f2d9d5a43e78ab565ebb46640e61d41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ba665d92d9e5b00c022de9bef662a083bf41aee21e46196c4a0f8f360fda821563a6965c74c358318605d8cf56685c9c635bae307db56efd5aad285ec3adfff
|
7
|
+
data.tar.gz: 13994731e05ccf2a0e157ae8216e78f0b3c002958893fe6641db29ba12458ac9ce7c7fe85899fc0efbc64dccc7fd1753902305b5b52dd54c4e0cc07283bdd411
|
data/README.md
CHANGED
@@ -76,7 +76,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
76
76
|
|
77
77
|
## Supported Ruby Versions
|
78
78
|
|
79
|
-
This library is supported on Ruby 2.
|
79
|
+
This library is supported on Ruby 2.7+.
|
80
80
|
|
81
81
|
Google provides official support for Ruby versions that are actively supported
|
82
82
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -31,6 +31,9 @@ module Google
|
|
31
31
|
# Service Directory API for looking up service data at runtime.
|
32
32
|
#
|
33
33
|
class Client
|
34
|
+
# @private
|
35
|
+
API_VERSION = ""
|
36
|
+
|
34
37
|
# @private
|
35
38
|
DEFAULT_ENDPOINT_TEMPLATE = "servicedirectory.$UNIVERSE_DOMAIN$"
|
36
39
|
|
@@ -278,10 +281,11 @@ module Google
|
|
278
281
|
# Customize the options with defaults
|
279
282
|
metadata = @config.rpcs.resolve_service.metadata.to_h
|
280
283
|
|
281
|
-
# Set x-goog-api-client
|
284
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
282
285
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
283
286
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
284
287
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
288
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
285
289
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
286
290
|
|
287
291
|
header_params = {}
|
@@ -33,6 +33,9 @@ module Google
|
|
33
33
|
# Service Directory API for looking up service data at runtime.
|
34
34
|
#
|
35
35
|
class Client
|
36
|
+
# @private
|
37
|
+
API_VERSION = ""
|
38
|
+
|
36
39
|
# @private
|
37
40
|
DEFAULT_ENDPOINT_TEMPLATE = "servicedirectory.$UNIVERSE_DOMAIN$"
|
38
41
|
|
@@ -271,12 +274,13 @@ module Google
|
|
271
274
|
# Customize the options with defaults
|
272
275
|
call_metadata = @config.rpcs.resolve_service.metadata.to_h
|
273
276
|
|
274
|
-
# Set x-goog-api-client
|
277
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
275
278
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
276
279
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
277
280
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
278
281
|
transports_version_send: [:rest]
|
279
282
|
|
283
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
280
284
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
281
285
|
|
282
286
|
options.apply_defaults timeout: @config.rpcs.resolve_service.timeout,
|
@@ -45,6 +45,9 @@ module Google
|
|
45
45
|
# `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
|
46
46
|
#
|
47
47
|
class Client
|
48
|
+
# @private
|
49
|
+
API_VERSION = ""
|
50
|
+
|
48
51
|
# @private
|
49
52
|
DEFAULT_ENDPOINT_TEMPLATE = "servicedirectory.$UNIVERSE_DOMAIN$"
|
50
53
|
|
@@ -260,10 +263,11 @@ module Google
|
|
260
263
|
# Customize the options with defaults
|
261
264
|
metadata = @config.rpcs.create_namespace.metadata.to_h
|
262
265
|
|
263
|
-
# Set x-goog-api-client
|
266
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
264
267
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
265
268
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
266
269
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
270
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
267
271
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
268
272
|
|
269
273
|
header_params = {}
|
@@ -312,7 +316,7 @@ module Google
|
|
312
316
|
# Required. The resource name of the project and location whose namespaces
|
313
317
|
# you'd like to list.
|
314
318
|
# @param page_size [::Integer]
|
315
|
-
# Optional. The maximum number of items to return.
|
319
|
+
# Optional. The maximum number of items to return. The default value is 100.
|
316
320
|
# @param page_token [::String]
|
317
321
|
# Optional. The next_page_token value returned from a previous List request,
|
318
322
|
# if any.
|
@@ -397,10 +401,11 @@ module Google
|
|
397
401
|
# Customize the options with defaults
|
398
402
|
metadata = @config.rpcs.list_namespaces.metadata.to_h
|
399
403
|
|
400
|
-
# Set x-goog-api-client
|
404
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
401
405
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
402
406
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
403
407
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
408
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
404
409
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
405
410
|
|
406
411
|
header_params = {}
|
@@ -483,10 +488,11 @@ module Google
|
|
483
488
|
# Customize the options with defaults
|
484
489
|
metadata = @config.rpcs.get_namespace.metadata.to_h
|
485
490
|
|
486
|
-
# Set x-goog-api-client
|
491
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
487
492
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
488
493
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
489
494
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
495
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
490
496
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
491
497
|
|
492
498
|
header_params = {}
|
@@ -570,10 +576,11 @@ module Google
|
|
570
576
|
# Customize the options with defaults
|
571
577
|
metadata = @config.rpcs.update_namespace.metadata.to_h
|
572
578
|
|
573
|
-
# Set x-goog-api-client
|
579
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
574
580
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
575
581
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
576
582
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
583
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
577
584
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
578
585
|
|
579
586
|
header_params = {}
|
@@ -656,10 +663,11 @@ module Google
|
|
656
663
|
# Customize the options with defaults
|
657
664
|
metadata = @config.rpcs.delete_namespace.metadata.to_h
|
658
665
|
|
659
|
-
# Set x-goog-api-client
|
666
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
660
667
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
661
668
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
662
669
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
670
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
663
671
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
664
672
|
|
665
673
|
header_params = {}
|
@@ -751,10 +759,11 @@ module Google
|
|
751
759
|
# Customize the options with defaults
|
752
760
|
metadata = @config.rpcs.create_service.metadata.to_h
|
753
761
|
|
754
|
-
# Set x-goog-api-client
|
762
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
755
763
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
756
764
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
757
765
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
766
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
758
767
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
759
768
|
|
760
769
|
header_params = {}
|
@@ -803,7 +812,7 @@ module Google
|
|
803
812
|
# Required. The resource name of the namespace whose services you'd
|
804
813
|
# like to list.
|
805
814
|
# @param page_size [::Integer]
|
806
|
-
# Optional. The maximum number of items to return.
|
815
|
+
# Optional. The maximum number of items to return. The default value is 100.
|
807
816
|
# @param page_token [::String]
|
808
817
|
# Optional. The next_page_token value returned from a previous List request,
|
809
818
|
# if any.
|
@@ -891,10 +900,11 @@ module Google
|
|
891
900
|
# Customize the options with defaults
|
892
901
|
metadata = @config.rpcs.list_services.metadata.to_h
|
893
902
|
|
894
|
-
# Set x-goog-api-client
|
903
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
895
904
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
896
905
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
897
906
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
907
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
898
908
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
899
909
|
|
900
910
|
header_params = {}
|
@@ -977,10 +987,11 @@ module Google
|
|
977
987
|
# Customize the options with defaults
|
978
988
|
metadata = @config.rpcs.get_service.metadata.to_h
|
979
989
|
|
980
|
-
# Set x-goog-api-client
|
990
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
981
991
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
982
992
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
983
993
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
994
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
984
995
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
985
996
|
|
986
997
|
header_params = {}
|
@@ -1064,10 +1075,11 @@ module Google
|
|
1064
1075
|
# Customize the options with defaults
|
1065
1076
|
metadata = @config.rpcs.update_service.metadata.to_h
|
1066
1077
|
|
1067
|
-
# Set x-goog-api-client
|
1078
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1068
1079
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1069
1080
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1070
1081
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1082
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1071
1083
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1072
1084
|
|
1073
1085
|
header_params = {}
|
@@ -1150,10 +1162,11 @@ module Google
|
|
1150
1162
|
# Customize the options with defaults
|
1151
1163
|
metadata = @config.rpcs.delete_service.metadata.to_h
|
1152
1164
|
|
1153
|
-
# Set x-goog-api-client
|
1165
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1154
1166
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1155
1167
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1156
1168
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1169
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1157
1170
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1158
1171
|
|
1159
1172
|
header_params = {}
|
@@ -1245,10 +1258,11 @@ module Google
|
|
1245
1258
|
# Customize the options with defaults
|
1246
1259
|
metadata = @config.rpcs.create_endpoint.metadata.to_h
|
1247
1260
|
|
1248
|
-
# Set x-goog-api-client
|
1261
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1249
1262
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1250
1263
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1251
1264
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1265
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1252
1266
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1253
1267
|
|
1254
1268
|
header_params = {}
|
@@ -1297,7 +1311,7 @@ module Google
|
|
1297
1311
|
# Required. The resource name of the service whose endpoints you'd like to
|
1298
1312
|
# list.
|
1299
1313
|
# @param page_size [::Integer]
|
1300
|
-
# Optional. The maximum number of items to return.
|
1314
|
+
# Optional. The maximum number of items to return. The default value is 100.
|
1301
1315
|
# @param page_token [::String]
|
1302
1316
|
# Optional. The next_page_token value returned from a previous List request,
|
1303
1317
|
# if any.
|
@@ -1387,10 +1401,11 @@ module Google
|
|
1387
1401
|
# Customize the options with defaults
|
1388
1402
|
metadata = @config.rpcs.list_endpoints.metadata.to_h
|
1389
1403
|
|
1390
|
-
# Set x-goog-api-client
|
1404
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1391
1405
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1392
1406
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1393
1407
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1408
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1394
1409
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1395
1410
|
|
1396
1411
|
header_params = {}
|
@@ -1473,10 +1488,11 @@ module Google
|
|
1473
1488
|
# Customize the options with defaults
|
1474
1489
|
metadata = @config.rpcs.get_endpoint.metadata.to_h
|
1475
1490
|
|
1476
|
-
# Set x-goog-api-client
|
1491
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1477
1492
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1478
1493
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1479
1494
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1495
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1480
1496
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1481
1497
|
|
1482
1498
|
header_params = {}
|
@@ -1560,10 +1576,11 @@ module Google
|
|
1560
1576
|
# Customize the options with defaults
|
1561
1577
|
metadata = @config.rpcs.update_endpoint.metadata.to_h
|
1562
1578
|
|
1563
|
-
# Set x-goog-api-client
|
1579
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1564
1580
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1565
1581
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1566
1582
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1583
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1567
1584
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1568
1585
|
|
1569
1586
|
header_params = {}
|
@@ -1645,10 +1662,11 @@ module Google
|
|
1645
1662
|
# Customize the options with defaults
|
1646
1663
|
metadata = @config.rpcs.delete_endpoint.metadata.to_h
|
1647
1664
|
|
1648
|
-
# Set x-goog-api-client
|
1665
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1649
1666
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1650
1667
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1651
1668
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1669
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1652
1670
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1653
1671
|
|
1654
1672
|
header_params = {}
|
@@ -1734,10 +1752,11 @@ module Google
|
|
1734
1752
|
# Customize the options with defaults
|
1735
1753
|
metadata = @config.rpcs.get_iam_policy.metadata.to_h
|
1736
1754
|
|
1737
|
-
# Set x-goog-api-client
|
1755
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1738
1756
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1739
1757
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1740
1758
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1759
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1741
1760
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1742
1761
|
|
1743
1762
|
header_params = {}
|
@@ -1831,10 +1850,11 @@ module Google
|
|
1831
1850
|
# Customize the options with defaults
|
1832
1851
|
metadata = @config.rpcs.set_iam_policy.metadata.to_h
|
1833
1852
|
|
1834
|
-
# Set x-goog-api-client
|
1853
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1835
1854
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1836
1855
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1837
1856
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1857
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1838
1858
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1839
1859
|
|
1840
1860
|
header_params = {}
|
@@ -1923,10 +1943,11 @@ module Google
|
|
1923
1943
|
# Customize the options with defaults
|
1924
1944
|
metadata = @config.rpcs.test_iam_permissions.metadata.to_h
|
1925
1945
|
|
1926
|
-
# Set x-goog-api-client
|
1946
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1927
1947
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1928
1948
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1929
1949
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION
|
1950
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1930
1951
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1931
1952
|
|
1932
1953
|
header_params = {}
|
@@ -47,6 +47,9 @@ module Google
|
|
47
47
|
# `projects/*/locations/*/namespaces/*/services/*/endpoints/*`.
|
48
48
|
#
|
49
49
|
class Client
|
50
|
+
# @private
|
51
|
+
API_VERSION = ""
|
52
|
+
|
50
53
|
# @private
|
51
54
|
DEFAULT_ENDPOINT_TEMPLATE = "servicedirectory.$UNIVERSE_DOMAIN$"
|
52
55
|
|
@@ -253,12 +256,13 @@ module Google
|
|
253
256
|
# Customize the options with defaults
|
254
257
|
call_metadata = @config.rpcs.create_namespace.metadata.to_h
|
255
258
|
|
256
|
-
# Set x-goog-api-client
|
259
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
257
260
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
258
261
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
259
262
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
260
263
|
transports_version_send: [:rest]
|
261
264
|
|
265
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
262
266
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
263
267
|
|
264
268
|
options.apply_defaults timeout: @config.rpcs.create_namespace.timeout,
|
@@ -299,7 +303,7 @@ module Google
|
|
299
303
|
# Required. The resource name of the project and location whose namespaces
|
300
304
|
# you'd like to list.
|
301
305
|
# @param page_size [::Integer]
|
302
|
-
# Optional. The maximum number of items to return.
|
306
|
+
# Optional. The maximum number of items to return. The default value is 100.
|
303
307
|
# @param page_token [::String]
|
304
308
|
# Optional. The next_page_token value returned from a previous List request,
|
305
309
|
# if any.
|
@@ -383,12 +387,13 @@ module Google
|
|
383
387
|
# Customize the options with defaults
|
384
388
|
call_metadata = @config.rpcs.list_namespaces.metadata.to_h
|
385
389
|
|
386
|
-
# Set x-goog-api-client
|
390
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
387
391
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
388
392
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
389
393
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
390
394
|
transports_version_send: [:rest]
|
391
395
|
|
396
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
392
397
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
393
398
|
|
394
399
|
options.apply_defaults timeout: @config.rpcs.list_namespaces.timeout,
|
@@ -462,12 +467,13 @@ module Google
|
|
462
467
|
# Customize the options with defaults
|
463
468
|
call_metadata = @config.rpcs.get_namespace.metadata.to_h
|
464
469
|
|
465
|
-
# Set x-goog-api-client
|
470
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
466
471
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
467
472
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
468
473
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
469
474
|
transports_version_send: [:rest]
|
470
475
|
|
476
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
471
477
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
472
478
|
|
473
479
|
options.apply_defaults timeout: @config.rpcs.get_namespace.timeout,
|
@@ -542,12 +548,13 @@ module Google
|
|
542
548
|
# Customize the options with defaults
|
543
549
|
call_metadata = @config.rpcs.update_namespace.metadata.to_h
|
544
550
|
|
545
|
-
# Set x-goog-api-client
|
551
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
546
552
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
547
553
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
548
554
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
549
555
|
transports_version_send: [:rest]
|
550
556
|
|
557
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
551
558
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
552
559
|
|
553
560
|
options.apply_defaults timeout: @config.rpcs.update_namespace.timeout,
|
@@ -621,12 +628,13 @@ module Google
|
|
621
628
|
# Customize the options with defaults
|
622
629
|
call_metadata = @config.rpcs.delete_namespace.metadata.to_h
|
623
630
|
|
624
|
-
# Set x-goog-api-client
|
631
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
625
632
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
626
633
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
627
634
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
628
635
|
transports_version_send: [:rest]
|
629
636
|
|
637
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
630
638
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
631
639
|
|
632
640
|
options.apply_defaults timeout: @config.rpcs.delete_namespace.timeout,
|
@@ -709,12 +717,13 @@ module Google
|
|
709
717
|
# Customize the options with defaults
|
710
718
|
call_metadata = @config.rpcs.create_service.metadata.to_h
|
711
719
|
|
712
|
-
# Set x-goog-api-client
|
720
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
713
721
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
714
722
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
715
723
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
716
724
|
transports_version_send: [:rest]
|
717
725
|
|
726
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
718
727
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
719
728
|
|
720
729
|
options.apply_defaults timeout: @config.rpcs.create_service.timeout,
|
@@ -755,7 +764,7 @@ module Google
|
|
755
764
|
# Required. The resource name of the namespace whose services you'd
|
756
765
|
# like to list.
|
757
766
|
# @param page_size [::Integer]
|
758
|
-
# Optional. The maximum number of items to return.
|
767
|
+
# Optional. The maximum number of items to return. The default value is 100.
|
759
768
|
# @param page_token [::String]
|
760
769
|
# Optional. The next_page_token value returned from a previous List request,
|
761
770
|
# if any.
|
@@ -842,12 +851,13 @@ module Google
|
|
842
851
|
# Customize the options with defaults
|
843
852
|
call_metadata = @config.rpcs.list_services.metadata.to_h
|
844
853
|
|
845
|
-
# Set x-goog-api-client
|
854
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
846
855
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
847
856
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
848
857
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
849
858
|
transports_version_send: [:rest]
|
850
859
|
|
860
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
851
861
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
852
862
|
|
853
863
|
options.apply_defaults timeout: @config.rpcs.list_services.timeout,
|
@@ -921,12 +931,13 @@ module Google
|
|
921
931
|
# Customize the options with defaults
|
922
932
|
call_metadata = @config.rpcs.get_service.metadata.to_h
|
923
933
|
|
924
|
-
# Set x-goog-api-client
|
934
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
925
935
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
926
936
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
927
937
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
928
938
|
transports_version_send: [:rest]
|
929
939
|
|
940
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
930
941
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
931
942
|
|
932
943
|
options.apply_defaults timeout: @config.rpcs.get_service.timeout,
|
@@ -1001,12 +1012,13 @@ module Google
|
|
1001
1012
|
# Customize the options with defaults
|
1002
1013
|
call_metadata = @config.rpcs.update_service.metadata.to_h
|
1003
1014
|
|
1004
|
-
# Set x-goog-api-client
|
1015
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1005
1016
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1006
1017
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1007
1018
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1008
1019
|
transports_version_send: [:rest]
|
1009
1020
|
|
1021
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1010
1022
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1011
1023
|
|
1012
1024
|
options.apply_defaults timeout: @config.rpcs.update_service.timeout,
|
@@ -1080,12 +1092,13 @@ module Google
|
|
1080
1092
|
# Customize the options with defaults
|
1081
1093
|
call_metadata = @config.rpcs.delete_service.metadata.to_h
|
1082
1094
|
|
1083
|
-
# Set x-goog-api-client
|
1095
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1084
1096
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1085
1097
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1086
1098
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1087
1099
|
transports_version_send: [:rest]
|
1088
1100
|
|
1101
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1089
1102
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1090
1103
|
|
1091
1104
|
options.apply_defaults timeout: @config.rpcs.delete_service.timeout,
|
@@ -1168,12 +1181,13 @@ module Google
|
|
1168
1181
|
# Customize the options with defaults
|
1169
1182
|
call_metadata = @config.rpcs.create_endpoint.metadata.to_h
|
1170
1183
|
|
1171
|
-
# Set x-goog-api-client
|
1184
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1172
1185
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1173
1186
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1174
1187
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1175
1188
|
transports_version_send: [:rest]
|
1176
1189
|
|
1190
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1177
1191
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1178
1192
|
|
1179
1193
|
options.apply_defaults timeout: @config.rpcs.create_endpoint.timeout,
|
@@ -1214,7 +1228,7 @@ module Google
|
|
1214
1228
|
# Required. The resource name of the service whose endpoints you'd like to
|
1215
1229
|
# list.
|
1216
1230
|
# @param page_size [::Integer]
|
1217
|
-
# Optional. The maximum number of items to return.
|
1231
|
+
# Optional. The maximum number of items to return. The default value is 100.
|
1218
1232
|
# @param page_token [::String]
|
1219
1233
|
# Optional. The next_page_token value returned from a previous List request,
|
1220
1234
|
# if any.
|
@@ -1303,12 +1317,13 @@ module Google
|
|
1303
1317
|
# Customize the options with defaults
|
1304
1318
|
call_metadata = @config.rpcs.list_endpoints.metadata.to_h
|
1305
1319
|
|
1306
|
-
# Set x-goog-api-client
|
1320
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1307
1321
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1308
1322
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1309
1323
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1310
1324
|
transports_version_send: [:rest]
|
1311
1325
|
|
1326
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1312
1327
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1313
1328
|
|
1314
1329
|
options.apply_defaults timeout: @config.rpcs.list_endpoints.timeout,
|
@@ -1382,12 +1397,13 @@ module Google
|
|
1382
1397
|
# Customize the options with defaults
|
1383
1398
|
call_metadata = @config.rpcs.get_endpoint.metadata.to_h
|
1384
1399
|
|
1385
|
-
# Set x-goog-api-client
|
1400
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1386
1401
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1387
1402
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1388
1403
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1389
1404
|
transports_version_send: [:rest]
|
1390
1405
|
|
1406
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1391
1407
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1392
1408
|
|
1393
1409
|
options.apply_defaults timeout: @config.rpcs.get_endpoint.timeout,
|
@@ -1462,12 +1478,13 @@ module Google
|
|
1462
1478
|
# Customize the options with defaults
|
1463
1479
|
call_metadata = @config.rpcs.update_endpoint.metadata.to_h
|
1464
1480
|
|
1465
|
-
# Set x-goog-api-client
|
1481
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1466
1482
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1467
1483
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1468
1484
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1469
1485
|
transports_version_send: [:rest]
|
1470
1486
|
|
1487
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1471
1488
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1472
1489
|
|
1473
1490
|
options.apply_defaults timeout: @config.rpcs.update_endpoint.timeout,
|
@@ -1540,12 +1557,13 @@ module Google
|
|
1540
1557
|
# Customize the options with defaults
|
1541
1558
|
call_metadata = @config.rpcs.delete_endpoint.metadata.to_h
|
1542
1559
|
|
1543
|
-
# Set x-goog-api-client
|
1560
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1544
1561
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1545
1562
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1546
1563
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1547
1564
|
transports_version_send: [:rest]
|
1548
1565
|
|
1566
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1549
1567
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1550
1568
|
|
1551
1569
|
options.apply_defaults timeout: @config.rpcs.delete_endpoint.timeout,
|
@@ -1622,12 +1640,13 @@ module Google
|
|
1622
1640
|
# Customize the options with defaults
|
1623
1641
|
call_metadata = @config.rpcs.get_iam_policy.metadata.to_h
|
1624
1642
|
|
1625
|
-
# Set x-goog-api-client
|
1643
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1626
1644
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1627
1645
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1628
1646
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1629
1647
|
transports_version_send: [:rest]
|
1630
1648
|
|
1649
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1631
1650
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1632
1651
|
|
1633
1652
|
options.apply_defaults timeout: @config.rpcs.get_iam_policy.timeout,
|
@@ -1712,12 +1731,13 @@ module Google
|
|
1712
1731
|
# Customize the options with defaults
|
1713
1732
|
call_metadata = @config.rpcs.set_iam_policy.metadata.to_h
|
1714
1733
|
|
1715
|
-
# Set x-goog-api-client
|
1734
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1716
1735
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1717
1736
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1718
1737
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1719
1738
|
transports_version_send: [:rest]
|
1720
1739
|
|
1740
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1721
1741
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1722
1742
|
|
1723
1743
|
options.apply_defaults timeout: @config.rpcs.set_iam_policy.timeout,
|
@@ -1797,12 +1817,13 @@ module Google
|
|
1797
1817
|
# Customize the options with defaults
|
1798
1818
|
call_metadata = @config.rpcs.test_iam_permissions.metadata.to_h
|
1799
1819
|
|
1800
|
-
# Set x-goog-api-client
|
1820
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1801
1821
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1802
1822
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1803
1823
|
gapic_version: ::Google::Cloud::ServiceDirectory::V1beta1::VERSION,
|
1804
1824
|
transports_version_send: [:rest]
|
1805
1825
|
|
1826
|
+
call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1806
1827
|
call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1807
1828
|
|
1808
1829
|
options.apply_defaults timeout: @config.rpcs.test_iam_permissions.timeout,
|
@@ -9,7 +9,7 @@ require 'google/api/resource_pb'
|
|
9
9
|
require 'google/protobuf/timestamp_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\n4google/cloud/servicedirectory/v1beta1/endpoint.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
12
|
+
descriptor_data = "\n4google/cloud/servicedirectory/v1beta1/endpoint.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa6\x04\n\x08\x45ndpoint\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x05\x12\x14\n\x07\x61\x64\x64ress\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x11\n\x04port\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12T\n\x08metadata\x18\x04 \x03(\x0b\x32=.google.cloud.servicedirectory.v1beta1.Endpoint.MetadataEntryB\x03\xe0\x41\x01\x12@\n\x07network\x18\x05 \x01(\tB/\xe0\x41\x05\xfa\x41)\n\'servicedirectory.googleapis.com/Network\x12\x34\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x08 \x01(\tB\x03\xe0\x41\x03\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x96\x01\xea\x41\x92\x01\n(servicedirectory.googleapis.com/Endpoint\x12\x66projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint}B\xf5\x02\n)com.google.cloud.servicedirectory.v1beta1B\rEndpointProtoP\x01ZUcloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb;servicedirectorypb\xf8\x01\x01\xaa\x02%Google.Cloud.ServiceDirectory.V1Beta1\xca\x02%Google\\Cloud\\ServiceDirectory\\V1beta1\xea\x02(Google::Cloud::ServiceDirectory::V1beta1\xea\x41\x61\n\'servicedirectory.googleapis.com/Network\x12\x36projects/{project}/locations/global/networks/{network}b\x06proto3"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|
@@ -11,7 +11,7 @@ require 'google/api/resource_pb'
|
|
11
11
|
require 'google/cloud/servicedirectory/v1beta1/service_pb'
|
12
12
|
|
13
13
|
|
14
|
-
descriptor_data = "\n:google/cloud/servicedirectory/v1beta1/lookup_service.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x33google/cloud/servicedirectory/v1beta1/service.proto\"\
|
14
|
+
descriptor_data = "\n:google/cloud/servicedirectory/v1beta1/lookup_service.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x33google/cloud/servicedirectory/v1beta1/service.proto\"\x90\x01\n\x15ResolveServiceRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\x12\x1a\n\rmax_endpoints\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x1c\n\x0f\x65ndpoint_filter\x18\x03 \x01(\tB\x03\xe0\x41\x01\"Y\n\x16ResolveServiceResponse\x12?\n\x07service\x18\x01 \x01(\x0b\x32..google.cloud.servicedirectory.v1beta1.Service2\xc7\x02\n\rLookupService\x12\xe0\x01\n\x0eResolveService\x12<.google.cloud.servicedirectory.v1beta1.ResolveServiceRequest\x1a=.google.cloud.servicedirectory.v1beta1.ResolveServiceResponse\"Q\x82\xd3\xe4\x93\x02K\"F/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*}:resolve:\x01*\x1aS\xca\x41\x1fservicedirectory.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x96\x02\n)com.google.cloud.servicedirectory.v1beta1B\x12LookupServiceProtoP\x01ZUcloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb;servicedirectorypb\xf8\x01\x01\xaa\x02%Google.Cloud.ServiceDirectory.V1Beta1\xca\x02%Google\\Cloud\\ServiceDirectory\\V1beta1\xea\x02(Google::Cloud::ServiceDirectory::V1beta1b\x06proto3"
|
15
15
|
|
16
16
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
17
17
|
|
@@ -9,7 +9,7 @@ require 'google/api/resource_pb'
|
|
9
9
|
require 'google/protobuf/timestamp_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\n5google/cloud/servicedirectory/v1beta1/namespace.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
12
|
+
descriptor_data = "\n5google/cloud/servicedirectory/v1beta1/namespace.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8e\x03\n\tNamespace\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x05\x12Q\n\x06labels\x18\x02 \x03(\x0b\x32<.google.cloud.servicedirectory.v1beta1.Namespace.LabelsEntryB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x06 \x01(\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:n\xea\x41k\n)servicedirectory.googleapis.com/Namespace\x12>projects/{project}/locations/{location}/namespaces/{namespace}B\x92\x02\n)com.google.cloud.servicedirectory.v1beta1B\x0eNamespaceProtoP\x01ZUcloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb;servicedirectorypb\xf8\x01\x01\xaa\x02%Google.Cloud.ServiceDirectory.V1Beta1\xca\x02%Google\\Cloud\\ServiceDirectory\\V1beta1\xea\x02(Google::Cloud::ServiceDirectory::V1beta1b\x06proto3"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|
@@ -17,7 +17,7 @@ require 'google/protobuf/empty_pb'
|
|
17
17
|
require 'google/protobuf/field_mask_pb'
|
18
18
|
|
19
19
|
|
20
|
-
descriptor_data = "\n@google/cloud/servicedirectory/v1beta1/registration_service.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/servicedirectory/v1beta1/endpoint.proto\x1a\x35google/cloud/servicedirectory/v1beta1/namespace.proto\x1a\x33google/cloud/servicedirectory/v1beta1/service.proto\x1a\x1egoogle/iam/v1/iam_policy.proto\x1a\x1agoogle/iam/v1/policy.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\xbb\x01\n\x16\x43reateNamespaceRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe2\x41\x01\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x1a\n\x0cnamespace_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12I\n\tnamespace\x18\x03 \x01(\x0b\x32\x30.google.cloud.servicedirectory.v1beta1.NamespaceB\x04\xe2\x41\x01\x02\"\xb4\x01\n\x15ListNamespacesRequest\x12:\n\x06parent\x18\x01 \x01(\tB*\xe2\x41\x01\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x17\n\tpage_size\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x18\n\npage_token\x18\x03 \x01(\tB\x04\xe2\x41\x01\x01\x12\x14\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x16\n\x08order_by\x18\x05 \x01(\tB\x04\xe2\x41\x01\x01\"w\n\x16ListNamespacesResponse\x12\x44\n\nnamespaces\x18\x01 \x03(\x0b\x32\x30.google.cloud.servicedirectory.v1beta1.Namespace\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"W\n\x13GetNamespaceRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe2\x41\x01\x02\xfa\x41+\n)servicedirectory.googleapis.com/Namespace\"\x9a\x01\n\x16UpdateNamespaceRequest\x12I\n\tnamespace\x18\x01 \x01(\x0b\x32\x30.google.cloud.servicedirectory.v1beta1.NamespaceB\x04\xe2\x41\x01\x02\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02\"Z\n\x16\x44\x65leteNamespaceRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe2\x41\x01\x02\xfa\x41+\n)servicedirectory.googleapis.com/Namespace\"\xbb\x01\n\x14\x43reateServiceRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe2\x41\x01\x02\xfa\x41+\n)servicedirectory.googleapis.com/Namespace\x12\x18\n\nservice_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12\x45\n\x07service\x18\x03 \x01(\x0b\x32..google.cloud.servicedirectory.v1beta1.ServiceB\x04\xe2\x41\x01\x02\"\xba\x01\n\x13ListServicesRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe2\x41\x01\x02\xfa\x41+\n)servicedirectory.googleapis.com/Namespace\x12\x17\n\tpage_size\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x18\n\npage_token\x18\x03 \x01(\tB\x04\xe2\x41\x01\x01\x12\x14\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x16\n\x08order_by\x18\x05 \x01(\tB\x04\xe2\x41\x01\x01\"q\n\x14ListServicesResponse\x12@\n\x08services\x18\x01 \x03(\x0b\x32..google.cloud.servicedirectory.v1beta1.Service\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"S\n\x11GetServiceRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\"\x94\x01\n\x14UpdateServiceRequest\x12\x45\n\x07service\x18\x01 \x01(\x0b\x32..google.cloud.servicedirectory.v1beta1.ServiceB\x04\xe2\x41\x01\x02\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02\"V\n\x14\x44\x65leteServiceRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\"\xbd\x01\n\x15\x43reateEndpointRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\x12\x19\n\x0b\x65ndpoint_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12G\n\x08\x65ndpoint\x18\x03 \x01(\x0b\x32/.google.cloud.servicedirectory.v1beta1.EndpointB\x04\xe2\x41\x01\x02\"\xb9\x01\n\x14ListEndpointsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe2\x41\x01\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\x12\x17\n\tpage_size\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x18\n\npage_token\x18\x03 \x01(\tB\x04\xe2\x41\x01\x01\x12\x14\n\x06\x66ilter\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x16\n\x08order_by\x18\x05 \x01(\tB\x04\xe2\x41\x01\x01\"t\n\x15ListEndpointsResponse\x12\x42\n\tendpoints\x18\x01 \x03(\x0b\x32/.google.cloud.servicedirectory.v1beta1.Endpoint\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"U\n\x12GetEndpointRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe2\x41\x01\x02\xfa\x41*\n(servicedirectory.googleapis.com/Endpoint\"\x97\x01\n\x15UpdateEndpointRequest\x12G\n\x08\x65ndpoint\x18\x01 \x01(\x0b\x32/.google.cloud.servicedirectory.v1beta1.EndpointB\x04\xe2\x41\x01\x02\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02\"X\n\x15\x44\x65leteEndpointRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe2\x41\x01\x02\xfa\x41*\n(servicedirectory.googleapis.com/Endpoint2\xda\"\n\x13RegistrationService\x12\xea\x01\n\x0f\x43reateNamespace\x12=.google.cloud.servicedirectory.v1beta1.CreateNamespaceRequest\x1a\x30.google.cloud.servicedirectory.v1beta1.Namespace\"f\xda\x41\x1dparent,namespace,namespace_id\x82\xd3\xe4\x93\x02@\"3/v1beta1/{parent=projects/*/locations/*}/namespaces:\tnamespace\x12\xd3\x01\n\x0eListNamespaces\x12<.google.cloud.servicedirectory.v1beta1.ListNamespacesRequest\x1a=.google.cloud.servicedirectory.v1beta1.ListNamespacesResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/v1beta1/{parent=projects/*/locations/*}/namespaces\x12\xc0\x01\n\x0cGetNamespace\x12:.google.cloud.servicedirectory.v1beta1.GetNamespaceRequest\x1a\x30.google.cloud.servicedirectory.v1beta1.Namespace\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/v1beta1/{name=projects/*/locations/*/namespaces/*}\x12\xec\x01\n\x0fUpdateNamespace\x12=.google.cloud.servicedirectory.v1beta1.UpdateNamespaceRequest\x1a\x30.google.cloud.servicedirectory.v1beta1.Namespace\"h\xda\x41\x15namespace,update_mask\x82\xd3\xe4\x93\x02J2=/v1beta1/{namespace.name=projects/*/locations/*/namespaces/*}:\tnamespace\x12\xac\x01\n\x0f\x44\x65leteNamespace\x12=.google.cloud.servicedirectory.v1beta1.DeleteNamespaceRequest\x1a\x16.google.protobuf.Empty\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35*3/v1beta1/{name=projects/*/locations/*/namespaces/*}\x12\xe9\x01\n\rCreateService\x12;.google.cloud.servicedirectory.v1beta1.CreateServiceRequest\x1a..google.cloud.servicedirectory.v1beta1.Service\"k\xda\x41\x19parent,service,service_id\x82\xd3\xe4\x93\x02I\">/v1beta1/{parent=projects/*/locations/*/namespaces/*}/services:\x07service\x12\xd8\x01\n\x0cListServices\x12:.google.cloud.servicedirectory.v1beta1.ListServicesRequest\x1a;.google.cloud.servicedirectory.v1beta1.ListServicesResponse\"O\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1beta1/{parent=projects/*/locations/*/namespaces/*}/services\x12\xc5\x01\n\nGetService\x12\x38.google.cloud.servicedirectory.v1beta1.GetServiceRequest\x1a..google.cloud.servicedirectory.v1beta1.Service\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*}\x12\xeb\x01\n\rUpdateService\x12;.google.cloud.servicedirectory.v1beta1.UpdateServiceRequest\x1a..google.cloud.servicedirectory.v1beta1.Service\"m\xda\x41\x13service,update_mask\x82\xd3\xe4\x93\x02Q2F/v1beta1/{service.name=projects/*/locations/*/namespaces/*/services/*}:\x07service\x12\xb3\x01\n\rDeleteService\x12;.google.cloud.servicedirectory.v1beta1.DeleteServiceRequest\x1a\x16.google.protobuf.Empty\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@*>/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*}\x12\xfb\x01\n\x0e\x43reateEndpoint\x12<.google.cloud.servicedirectory.v1beta1.CreateEndpointRequest\x1a/.google.cloud.servicedirectory.v1beta1.Endpoint\"z\xda\x41\x1bparent,endpoint,endpoint_id\x82\xd3\xe4\x93\x02V\"J/v1beta1/{parent=projects/*/locations/*/namespaces/*/services/*}/endpoints:\x08\x65ndpoint\x12\xe7\x01\n\rListEndpoints\x12;.google.cloud.servicedirectory.v1beta1.ListEndpointsRequest\x1a<.google.cloud.servicedirectory.v1beta1.ListEndpointsResponse\"[\xda\x41\x06parent\x82\xd3\xe4\x93\x02L\x12J/v1beta1/{parent=projects/*/locations/*/namespaces/*/services/*}/endpoints\x12\xd4\x01\n\x0bGetEndpoint\x12\x39.google.cloud.servicedirectory.v1beta1.GetEndpointRequest\x1a/.google.cloud.servicedirectory.v1beta1.Endpoint\"Y\xda\x41\x04name\x82\xd3\xe4\x93\x02L\x12J/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*/endpoints/*}\x12\xfd\x01\n\x0eUpdateEndpoint\x12<.google.cloud.servicedirectory.v1beta1.UpdateEndpointRequest\x1a/.google.cloud.servicedirectory.v1beta1.Endpoint\"|\xda\x41\x14\x65ndpoint,update_mask\x82\xd3\xe4\x93\x02_2S/v1beta1/{endpoint.name=projects/*/locations/*/namespaces/*/services/*/endpoints/*}:\x08\x65ndpoint\x12\xc1\x01\n\x0e\x44\x65leteEndpoint\x12<.google.cloud.servicedirectory.v1beta1.DeleteEndpointRequest\x1a\x16.google.protobuf.Empty\"Y\xda\x41\x04name\x82\xd3\xe4\x93\x02L*J/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*/endpoints/*}\x12\xc9\x02\n\x0cGetIamPolicy\x12\".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xfd\x01\x82\xd3\xe4\x93\x02\xf6\x01\"D/v1beta1/{resource=projects/*/locations/*/namespaces/*}:getIamPolicy:\x01*ZT\"O/v1beta1/{resource=projects/*/locations/*/namespaces/*/services/*}:getIamPolicy:\x01*ZU\"P/v1beta1/{resource=projects/*/locations/*/namespaces/*/workloads/*}:getIamPolicy:\x01*\x12\xc9\x02\n\x0cSetIamPolicy\x12\".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xfd\x01\x82\xd3\xe4\x93\x02\xf6\x01\"D/v1beta1/{resource=projects/*/locations/*/namespaces/*}:setIamPolicy:\x01*ZT\"O/v1beta1/{resource=projects/*/locations/*/namespaces/*/services/*}:setIamPolicy:\x01*ZU\"P/v1beta1/{resource=projects/*/locations/*/namespaces/*/workloads/*}:setIamPolicy:\x01*\x12\xfb\x02\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse\"\x8f\x02\x82\xd3\xe4\x93\x02\x88\x02\"J/v1beta1/{resource=projects/*/locations/*/namespaces/*}:testIamPermissions:\x01*ZZ\"U/v1beta1/{resource=projects/*/locations/*/namespaces/*/services/*}:testIamPermissions:\x01*Z[\"V/v1beta1/{resource=projects/*/locations/*/namespaces/*/workloads/*}:testIamPermissions:\x01*\x1aS\xca\x41\x1fservicedirectory.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x9c\x02\n)com.google.cloud.servicedirectory.v1beta1B\x18RegistrationServiceProtoP\x01ZUcloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb;servicedirectorypb\xf8\x01\x01\xaa\x02%Google.Cloud.ServiceDirectory.V1Beta1\xca\x02%Google\\Cloud\\ServiceDirectory\\V1beta1\xea\x02(Google::Cloud::ServiceDirectory::V1beta1b\x06proto3"
|
20
|
+
descriptor_data = "\n@google/cloud/servicedirectory/v1beta1/registration_service.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/servicedirectory/v1beta1/endpoint.proto\x1a\x35google/cloud/servicedirectory/v1beta1/namespace.proto\x1a\x33google/cloud/servicedirectory/v1beta1/service.proto\x1a\x1egoogle/iam/v1/iam_policy.proto\x1a\x1agoogle/iam/v1/policy.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\xb8\x01\n\x16\x43reateNamespaceRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x19\n\x0cnamespace_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12H\n\tnamespace\x18\x03 \x01(\x0b\x32\x30.google.cloud.servicedirectory.v1beta1.NamespaceB\x03\xe0\x41\x02\"\xaf\x01\n\x15ListNamespacesRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"w\n\x16ListNamespacesResponse\x12\x44\n\nnamespaces\x18\x01 \x03(\x0b\x32\x30.google.cloud.servicedirectory.v1beta1.Namespace\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"V\n\x13GetNamespaceRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)servicedirectory.googleapis.com/Namespace\"\x98\x01\n\x16UpdateNamespaceRequest\x12H\n\tnamespace\x18\x01 \x01(\x0b\x32\x30.google.cloud.servicedirectory.v1beta1.NamespaceB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"Y\n\x16\x44\x65leteNamespaceRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)servicedirectory.googleapis.com/Namespace\"\xb8\x01\n\x14\x43reateServiceRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)servicedirectory.googleapis.com/Namespace\x12\x17\n\nservice_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x44\n\x07service\x18\x03 \x01(\x0b\x32..google.cloud.servicedirectory.v1beta1.ServiceB\x03\xe0\x41\x02\"\xb5\x01\n\x13ListServicesRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)servicedirectory.googleapis.com/Namespace\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"q\n\x14ListServicesResponse\x12@\n\x08services\x18\x01 \x03(\x0b\x32..google.cloud.servicedirectory.v1beta1.Service\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"R\n\x11GetServiceRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\"\x92\x01\n\x14UpdateServiceRequest\x12\x44\n\x07service\x18\x01 \x01(\x0b\x32..google.cloud.servicedirectory.v1beta1.ServiceB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"U\n\x14\x44\x65leteServiceRequest\x12=\n\x04name\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\"\xba\x01\n\x15\x43reateEndpointRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\x12\x18\n\x0b\x65ndpoint_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x46\n\x08\x65ndpoint\x18\x03 \x01(\x0b\x32/.google.cloud.servicedirectory.v1beta1.EndpointB\x03\xe0\x41\x02\"\xb4\x01\n\x14ListEndpointsRequest\x12?\n\x06parent\x18\x01 \x01(\tB/\xe0\x41\x02\xfa\x41)\n\'servicedirectory.googleapis.com/Service\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"t\n\x15ListEndpointsResponse\x12\x42\n\tendpoints\x18\x01 \x03(\x0b\x32/.google.cloud.servicedirectory.v1beta1.Endpoint\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"T\n\x12GetEndpointRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(servicedirectory.googleapis.com/Endpoint\"\x95\x01\n\x15UpdateEndpointRequest\x12\x46\n\x08\x65ndpoint\x18\x01 \x01(\x0b\x32/.google.cloud.servicedirectory.v1beta1.EndpointB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"W\n\x15\x44\x65leteEndpointRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(servicedirectory.googleapis.com/Endpoint2\xda\"\n\x13RegistrationService\x12\xea\x01\n\x0f\x43reateNamespace\x12=.google.cloud.servicedirectory.v1beta1.CreateNamespaceRequest\x1a\x30.google.cloud.servicedirectory.v1beta1.Namespace\"f\xda\x41\x1dparent,namespace,namespace_id\x82\xd3\xe4\x93\x02@\"3/v1beta1/{parent=projects/*/locations/*}/namespaces:\tnamespace\x12\xd3\x01\n\x0eListNamespaces\x12<.google.cloud.servicedirectory.v1beta1.ListNamespacesRequest\x1a=.google.cloud.servicedirectory.v1beta1.ListNamespacesResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/v1beta1/{parent=projects/*/locations/*}/namespaces\x12\xc0\x01\n\x0cGetNamespace\x12:.google.cloud.servicedirectory.v1beta1.GetNamespaceRequest\x1a\x30.google.cloud.servicedirectory.v1beta1.Namespace\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/v1beta1/{name=projects/*/locations/*/namespaces/*}\x12\xec\x01\n\x0fUpdateNamespace\x12=.google.cloud.servicedirectory.v1beta1.UpdateNamespaceRequest\x1a\x30.google.cloud.servicedirectory.v1beta1.Namespace\"h\xda\x41\x15namespace,update_mask\x82\xd3\xe4\x93\x02J2=/v1beta1/{namespace.name=projects/*/locations/*/namespaces/*}:\tnamespace\x12\xac\x01\n\x0f\x44\x65leteNamespace\x12=.google.cloud.servicedirectory.v1beta1.DeleteNamespaceRequest\x1a\x16.google.protobuf.Empty\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35*3/v1beta1/{name=projects/*/locations/*/namespaces/*}\x12\xe9\x01\n\rCreateService\x12;.google.cloud.servicedirectory.v1beta1.CreateServiceRequest\x1a..google.cloud.servicedirectory.v1beta1.Service\"k\xda\x41\x19parent,service,service_id\x82\xd3\xe4\x93\x02I\">/v1beta1/{parent=projects/*/locations/*/namespaces/*}/services:\x07service\x12\xd8\x01\n\x0cListServices\x12:.google.cloud.servicedirectory.v1beta1.ListServicesRequest\x1a;.google.cloud.servicedirectory.v1beta1.ListServicesResponse\"O\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1beta1/{parent=projects/*/locations/*/namespaces/*}/services\x12\xc5\x01\n\nGetService\x12\x38.google.cloud.servicedirectory.v1beta1.GetServiceRequest\x1a..google.cloud.servicedirectory.v1beta1.Service\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*}\x12\xeb\x01\n\rUpdateService\x12;.google.cloud.servicedirectory.v1beta1.UpdateServiceRequest\x1a..google.cloud.servicedirectory.v1beta1.Service\"m\xda\x41\x13service,update_mask\x82\xd3\xe4\x93\x02Q2F/v1beta1/{service.name=projects/*/locations/*/namespaces/*/services/*}:\x07service\x12\xb3\x01\n\rDeleteService\x12;.google.cloud.servicedirectory.v1beta1.DeleteServiceRequest\x1a\x16.google.protobuf.Empty\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@*>/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*}\x12\xfb\x01\n\x0e\x43reateEndpoint\x12<.google.cloud.servicedirectory.v1beta1.CreateEndpointRequest\x1a/.google.cloud.servicedirectory.v1beta1.Endpoint\"z\xda\x41\x1bparent,endpoint,endpoint_id\x82\xd3\xe4\x93\x02V\"J/v1beta1/{parent=projects/*/locations/*/namespaces/*/services/*}/endpoints:\x08\x65ndpoint\x12\xe7\x01\n\rListEndpoints\x12;.google.cloud.servicedirectory.v1beta1.ListEndpointsRequest\x1a<.google.cloud.servicedirectory.v1beta1.ListEndpointsResponse\"[\xda\x41\x06parent\x82\xd3\xe4\x93\x02L\x12J/v1beta1/{parent=projects/*/locations/*/namespaces/*/services/*}/endpoints\x12\xd4\x01\n\x0bGetEndpoint\x12\x39.google.cloud.servicedirectory.v1beta1.GetEndpointRequest\x1a/.google.cloud.servicedirectory.v1beta1.Endpoint\"Y\xda\x41\x04name\x82\xd3\xe4\x93\x02L\x12J/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*/endpoints/*}\x12\xfd\x01\n\x0eUpdateEndpoint\x12<.google.cloud.servicedirectory.v1beta1.UpdateEndpointRequest\x1a/.google.cloud.servicedirectory.v1beta1.Endpoint\"|\xda\x41\x14\x65ndpoint,update_mask\x82\xd3\xe4\x93\x02_2S/v1beta1/{endpoint.name=projects/*/locations/*/namespaces/*/services/*/endpoints/*}:\x08\x65ndpoint\x12\xc1\x01\n\x0e\x44\x65leteEndpoint\x12<.google.cloud.servicedirectory.v1beta1.DeleteEndpointRequest\x1a\x16.google.protobuf.Empty\"Y\xda\x41\x04name\x82\xd3\xe4\x93\x02L*J/v1beta1/{name=projects/*/locations/*/namespaces/*/services/*/endpoints/*}\x12\xc9\x02\n\x0cGetIamPolicy\x12\".google.iam.v1.GetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xfd\x01\x82\xd3\xe4\x93\x02\xf6\x01\"D/v1beta1/{resource=projects/*/locations/*/namespaces/*}:getIamPolicy:\x01*ZT\"O/v1beta1/{resource=projects/*/locations/*/namespaces/*/services/*}:getIamPolicy:\x01*ZU\"P/v1beta1/{resource=projects/*/locations/*/namespaces/*/workloads/*}:getIamPolicy:\x01*\x12\xc9\x02\n\x0cSetIamPolicy\x12\".google.iam.v1.SetIamPolicyRequest\x1a\x15.google.iam.v1.Policy\"\xfd\x01\x82\xd3\xe4\x93\x02\xf6\x01\"D/v1beta1/{resource=projects/*/locations/*/namespaces/*}:setIamPolicy:\x01*ZT\"O/v1beta1/{resource=projects/*/locations/*/namespaces/*/services/*}:setIamPolicy:\x01*ZU\"P/v1beta1/{resource=projects/*/locations/*/namespaces/*/workloads/*}:setIamPolicy:\x01*\x12\xfb\x02\n\x12TestIamPermissions\x12(.google.iam.v1.TestIamPermissionsRequest\x1a).google.iam.v1.TestIamPermissionsResponse\"\x8f\x02\x82\xd3\xe4\x93\x02\x88\x02\"J/v1beta1/{resource=projects/*/locations/*/namespaces/*}:testIamPermissions:\x01*ZZ\"U/v1beta1/{resource=projects/*/locations/*/namespaces/*/services/*}:testIamPermissions:\x01*Z[\"V/v1beta1/{resource=projects/*/locations/*/namespaces/*/workloads/*}:testIamPermissions:\x01*\x1aS\xca\x41\x1fservicedirectory.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x9c\x02\n)com.google.cloud.servicedirectory.v1beta1B\x18RegistrationServiceProtoP\x01ZUcloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb;servicedirectorypb\xf8\x01\x01\xaa\x02%Google.Cloud.ServiceDirectory.V1Beta1\xca\x02%Google\\Cloud\\ServiceDirectory\\V1beta1\xea\x02(Google::Cloud::ServiceDirectory::V1beta1b\x06proto3"
|
21
21
|
|
22
22
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
23
23
|
|
@@ -10,7 +10,7 @@ require 'google/cloud/servicedirectory/v1beta1/endpoint_pb'
|
|
10
10
|
require 'google/protobuf/timestamp_pb'
|
11
11
|
|
12
12
|
|
13
|
-
descriptor_data = "\n3google/cloud/servicedirectory/v1beta1/service.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/servicedirectory/v1beta1/endpoint.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
13
|
+
descriptor_data = "\n3google/cloud/servicedirectory/v1beta1/service.proto\x12%google.cloud.servicedirectory.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/servicedirectory/v1beta1/endpoint.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xea\x03\n\x07Service\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x05\x12S\n\x08metadata\x18\x02 \x03(\x0b\x32<.google.cloud.servicedirectory.v1beta1.Service.MetadataEntryB\x03\xe0\x41\x01\x12G\n\tendpoints\x18\x03 \x03(\x0b\x32/.google.cloud.servicedirectory.v1beta1.EndpointB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x08 \x01(\tB\x03\xe0\x41\x03\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x7f\xea\x41|\n\'servicedirectory.googleapis.com/Service\x12Qprojects/{project}/locations/{location}/namespaces/{namespace}/services/{service}B\x90\x02\n)com.google.cloud.servicedirectory.v1beta1B\x0cServiceProtoP\x01ZUcloud.google.com/go/servicedirectory/apiv1beta1/servicedirectorypb;servicedirectorypb\xf8\x01\x01\xaa\x02%Google.Cloud.ServiceDirectory.V1Beta1\xca\x02%Google\\Cloud\\ServiceDirectory\\V1beta1\xea\x02(Google::Cloud::ServiceDirectory::V1beta1b\x06proto3"
|
14
14
|
|
15
15
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
16
16
|
|
@@ -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
|
@@ -52,7 +52,7 @@ module Google
|
|
52
52
|
# you'd like to list.
|
53
53
|
# @!attribute [rw] page_size
|
54
54
|
# @return [::Integer]
|
55
|
-
# Optional. The maximum number of items to return.
|
55
|
+
# Optional. The maximum number of items to return. The default value is 100.
|
56
56
|
# @!attribute [rw] page_token
|
57
57
|
# @return [::String]
|
58
58
|
# Optional. The next_page_token value returned from a previous List request,
|
@@ -183,7 +183,7 @@ module Google
|
|
183
183
|
# like to list.
|
184
184
|
# @!attribute [rw] page_size
|
185
185
|
# @return [::Integer]
|
186
|
-
# Optional. The maximum number of items to return.
|
186
|
+
# Optional. The maximum number of items to return. The default value is 100.
|
187
187
|
# @!attribute [rw] page_token
|
188
188
|
# @return [::String]
|
189
189
|
# Optional. The next_page_token value returned from a previous List request,
|
@@ -319,7 +319,7 @@ module Google
|
|
319
319
|
# list.
|
320
320
|
# @!attribute [rw] page_size
|
321
321
|
# @return [::Integer]
|
322
|
-
# Optional. The maximum number of items to return.
|
322
|
+
# Optional. The maximum number of items to return. The default value is 100.
|
323
323
|
# @!attribute [rw] page_token
|
324
324
|
# @return [::String]
|
325
325
|
# Optional. The next_page_token value returned from a previous List request,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-service_directory-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.1
|
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-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -78,118 +78,6 @@ dependencies:
|
|
78
78
|
- - "~>"
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '1.1'
|
81
|
-
- !ruby/object:Gem::Dependency
|
82
|
-
name: google-style
|
83
|
-
requirement: !ruby/object:Gem::Requirement
|
84
|
-
requirements:
|
85
|
-
- - "~>"
|
86
|
-
- !ruby/object:Gem::Version
|
87
|
-
version: 1.26.3
|
88
|
-
type: :development
|
89
|
-
prerelease: false
|
90
|
-
version_requirements: !ruby/object:Gem::Requirement
|
91
|
-
requirements:
|
92
|
-
- - "~>"
|
93
|
-
- !ruby/object:Gem::Version
|
94
|
-
version: 1.26.3
|
95
|
-
- !ruby/object:Gem::Dependency
|
96
|
-
name: minitest
|
97
|
-
requirement: !ruby/object:Gem::Requirement
|
98
|
-
requirements:
|
99
|
-
- - "~>"
|
100
|
-
- !ruby/object:Gem::Version
|
101
|
-
version: '5.16'
|
102
|
-
type: :development
|
103
|
-
prerelease: false
|
104
|
-
version_requirements: !ruby/object:Gem::Requirement
|
105
|
-
requirements:
|
106
|
-
- - "~>"
|
107
|
-
- !ruby/object:Gem::Version
|
108
|
-
version: '5.16'
|
109
|
-
- !ruby/object:Gem::Dependency
|
110
|
-
name: minitest-focus
|
111
|
-
requirement: !ruby/object:Gem::Requirement
|
112
|
-
requirements:
|
113
|
-
- - "~>"
|
114
|
-
- !ruby/object:Gem::Version
|
115
|
-
version: '1.1'
|
116
|
-
type: :development
|
117
|
-
prerelease: false
|
118
|
-
version_requirements: !ruby/object:Gem::Requirement
|
119
|
-
requirements:
|
120
|
-
- - "~>"
|
121
|
-
- !ruby/object:Gem::Version
|
122
|
-
version: '1.1'
|
123
|
-
- !ruby/object:Gem::Dependency
|
124
|
-
name: minitest-rg
|
125
|
-
requirement: !ruby/object:Gem::Requirement
|
126
|
-
requirements:
|
127
|
-
- - "~>"
|
128
|
-
- !ruby/object:Gem::Version
|
129
|
-
version: '5.2'
|
130
|
-
type: :development
|
131
|
-
prerelease: false
|
132
|
-
version_requirements: !ruby/object:Gem::Requirement
|
133
|
-
requirements:
|
134
|
-
- - "~>"
|
135
|
-
- !ruby/object:Gem::Version
|
136
|
-
version: '5.2'
|
137
|
-
- !ruby/object:Gem::Dependency
|
138
|
-
name: rake
|
139
|
-
requirement: !ruby/object:Gem::Requirement
|
140
|
-
requirements:
|
141
|
-
- - ">="
|
142
|
-
- !ruby/object:Gem::Version
|
143
|
-
version: '13.0'
|
144
|
-
type: :development
|
145
|
-
prerelease: false
|
146
|
-
version_requirements: !ruby/object:Gem::Requirement
|
147
|
-
requirements:
|
148
|
-
- - ">="
|
149
|
-
- !ruby/object:Gem::Version
|
150
|
-
version: '13.0'
|
151
|
-
- !ruby/object:Gem::Dependency
|
152
|
-
name: redcarpet
|
153
|
-
requirement: !ruby/object:Gem::Requirement
|
154
|
-
requirements:
|
155
|
-
- - "~>"
|
156
|
-
- !ruby/object:Gem::Version
|
157
|
-
version: '3.0'
|
158
|
-
type: :development
|
159
|
-
prerelease: false
|
160
|
-
version_requirements: !ruby/object:Gem::Requirement
|
161
|
-
requirements:
|
162
|
-
- - "~>"
|
163
|
-
- !ruby/object:Gem::Version
|
164
|
-
version: '3.0'
|
165
|
-
- !ruby/object:Gem::Dependency
|
166
|
-
name: simplecov
|
167
|
-
requirement: !ruby/object:Gem::Requirement
|
168
|
-
requirements:
|
169
|
-
- - "~>"
|
170
|
-
- !ruby/object:Gem::Version
|
171
|
-
version: '0.18'
|
172
|
-
type: :development
|
173
|
-
prerelease: false
|
174
|
-
version_requirements: !ruby/object:Gem::Requirement
|
175
|
-
requirements:
|
176
|
-
- - "~>"
|
177
|
-
- !ruby/object:Gem::Version
|
178
|
-
version: '0.18'
|
179
|
-
- !ruby/object:Gem::Dependency
|
180
|
-
name: yard
|
181
|
-
requirement: !ruby/object:Gem::Requirement
|
182
|
-
requirements:
|
183
|
-
- - "~>"
|
184
|
-
- !ruby/object:Gem::Version
|
185
|
-
version: '0.9'
|
186
|
-
type: :development
|
187
|
-
prerelease: false
|
188
|
-
version_requirements: !ruby/object:Gem::Requirement
|
189
|
-
requirements:
|
190
|
-
- - "~>"
|
191
|
-
- !ruby/object:Gem::Version
|
192
|
-
version: '0.9'
|
193
81
|
description: Service directory is the single place to register, browse, and resolve
|
194
82
|
application services. Note that google-cloud-service_directory-v1beta1 is a version-specific
|
195
83
|
client library. For most uses, we recommend installing the main client library google-cloud-service_directory
|
@@ -260,14 +148,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
260
148
|
requirements:
|
261
149
|
- - ">="
|
262
150
|
- !ruby/object:Gem::Version
|
263
|
-
version: '2.
|
151
|
+
version: '2.7'
|
264
152
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
265
153
|
requirements:
|
266
154
|
- - ">="
|
267
155
|
- !ruby/object:Gem::Version
|
268
156
|
version: '0'
|
269
157
|
requirements: []
|
270
|
-
rubygems_version: 3.5.
|
158
|
+
rubygems_version: 3.5.6
|
271
159
|
signing_key:
|
272
160
|
specification_version: 4
|
273
161
|
summary: Service Directory is a platform for discovering, publishing, and connecting
|