google-cloud-certificate_manager-v1 0.9.0 → 0.10.1
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/certificate_manager/v1/certificate_manager/client.rb +579 -29
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/operations.rb +13 -5
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/paths.rb +19 -0
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/rest/client.rb +543 -29
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/rest/operations.rb +11 -4
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/rest/service_stub.rb +297 -0
- data/lib/google/cloud/certificate_manager/v1/version.rb +1 -1
- data/lib/google/cloud/certificatemanager/v1/certificate_manager_pb.rb +3 -1
- data/lib/google/cloud/certificatemanager/v1/certificate_manager_services_pb.rb +10 -0
- data/lib/google/cloud/certificatemanager/v1/trust_config_pb.rb +58 -0
- data/proto_docs/google/api/client.rb +35 -10
- data/proto_docs/google/api/resource.rb +7 -2
- data/proto_docs/google/cloud/certificatemanager/v1/certificate_issuance_config.rb +1 -1
- data/proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb +31 -7
- data/proto_docs/google/cloud/certificatemanager/v1/trust_config.rb +210 -0
- metadata +4 -2
@@ -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 = "certificatemanager.$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::CertificateManager::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::CertificateManager::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::CertificateManager::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::CertificateManager::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,
|
@@ -973,6 +973,196 @@ module Google
|
|
973
973
|
result
|
974
974
|
end
|
975
975
|
|
976
|
+
##
|
977
|
+
# Baseline implementation for the list_trust_configs REST call
|
978
|
+
#
|
979
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::ListTrustConfigsRequest]
|
980
|
+
# A request object representing the call parameters. Required.
|
981
|
+
# @param options [::Gapic::CallOptions]
|
982
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
983
|
+
#
|
984
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
985
|
+
# @yieldparam result [::Google::Cloud::CertificateManager::V1::ListTrustConfigsResponse]
|
986
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
987
|
+
#
|
988
|
+
# @return [::Google::Cloud::CertificateManager::V1::ListTrustConfigsResponse]
|
989
|
+
# A result object deserialized from the server's reply
|
990
|
+
def list_trust_configs request_pb, options = nil
|
991
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
992
|
+
|
993
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_list_trust_configs_request request_pb
|
994
|
+
query_string_params = if query_string_params.any?
|
995
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
996
|
+
else
|
997
|
+
{}
|
998
|
+
end
|
999
|
+
|
1000
|
+
response = @client_stub.make_http_request(
|
1001
|
+
verb,
|
1002
|
+
uri: uri,
|
1003
|
+
body: body || "",
|
1004
|
+
params: query_string_params,
|
1005
|
+
options: options
|
1006
|
+
)
|
1007
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
1008
|
+
result = ::Google::Cloud::CertificateManager::V1::ListTrustConfigsResponse.decode_json response.body, ignore_unknown_fields: true
|
1009
|
+
|
1010
|
+
yield result, operation if block_given?
|
1011
|
+
result
|
1012
|
+
end
|
1013
|
+
|
1014
|
+
##
|
1015
|
+
# Baseline implementation for the get_trust_config REST call
|
1016
|
+
#
|
1017
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::GetTrustConfigRequest]
|
1018
|
+
# A request object representing the call parameters. Required.
|
1019
|
+
# @param options [::Gapic::CallOptions]
|
1020
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1021
|
+
#
|
1022
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
1023
|
+
# @yieldparam result [::Google::Cloud::CertificateManager::V1::TrustConfig]
|
1024
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1025
|
+
#
|
1026
|
+
# @return [::Google::Cloud::CertificateManager::V1::TrustConfig]
|
1027
|
+
# A result object deserialized from the server's reply
|
1028
|
+
def get_trust_config request_pb, options = nil
|
1029
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
1030
|
+
|
1031
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_get_trust_config_request request_pb
|
1032
|
+
query_string_params = if query_string_params.any?
|
1033
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
1034
|
+
else
|
1035
|
+
{}
|
1036
|
+
end
|
1037
|
+
|
1038
|
+
response = @client_stub.make_http_request(
|
1039
|
+
verb,
|
1040
|
+
uri: uri,
|
1041
|
+
body: body || "",
|
1042
|
+
params: query_string_params,
|
1043
|
+
options: options
|
1044
|
+
)
|
1045
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
1046
|
+
result = ::Google::Cloud::CertificateManager::V1::TrustConfig.decode_json response.body, ignore_unknown_fields: true
|
1047
|
+
|
1048
|
+
yield result, operation if block_given?
|
1049
|
+
result
|
1050
|
+
end
|
1051
|
+
|
1052
|
+
##
|
1053
|
+
# Baseline implementation for the create_trust_config REST call
|
1054
|
+
#
|
1055
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::CreateTrustConfigRequest]
|
1056
|
+
# A request object representing the call parameters. Required.
|
1057
|
+
# @param options [::Gapic::CallOptions]
|
1058
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1059
|
+
#
|
1060
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
1061
|
+
# @yieldparam result [::Google::Longrunning::Operation]
|
1062
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1063
|
+
#
|
1064
|
+
# @return [::Google::Longrunning::Operation]
|
1065
|
+
# A result object deserialized from the server's reply
|
1066
|
+
def create_trust_config request_pb, options = nil
|
1067
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
1068
|
+
|
1069
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_create_trust_config_request request_pb
|
1070
|
+
query_string_params = if query_string_params.any?
|
1071
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
1072
|
+
else
|
1073
|
+
{}
|
1074
|
+
end
|
1075
|
+
|
1076
|
+
response = @client_stub.make_http_request(
|
1077
|
+
verb,
|
1078
|
+
uri: uri,
|
1079
|
+
body: body || "",
|
1080
|
+
params: query_string_params,
|
1081
|
+
options: options
|
1082
|
+
)
|
1083
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
1084
|
+
result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
|
1085
|
+
|
1086
|
+
yield result, operation if block_given?
|
1087
|
+
result
|
1088
|
+
end
|
1089
|
+
|
1090
|
+
##
|
1091
|
+
# Baseline implementation for the update_trust_config REST call
|
1092
|
+
#
|
1093
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::UpdateTrustConfigRequest]
|
1094
|
+
# A request object representing the call parameters. Required.
|
1095
|
+
# @param options [::Gapic::CallOptions]
|
1096
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1097
|
+
#
|
1098
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
1099
|
+
# @yieldparam result [::Google::Longrunning::Operation]
|
1100
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1101
|
+
#
|
1102
|
+
# @return [::Google::Longrunning::Operation]
|
1103
|
+
# A result object deserialized from the server's reply
|
1104
|
+
def update_trust_config request_pb, options = nil
|
1105
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
1106
|
+
|
1107
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_update_trust_config_request request_pb
|
1108
|
+
query_string_params = if query_string_params.any?
|
1109
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
1110
|
+
else
|
1111
|
+
{}
|
1112
|
+
end
|
1113
|
+
|
1114
|
+
response = @client_stub.make_http_request(
|
1115
|
+
verb,
|
1116
|
+
uri: uri,
|
1117
|
+
body: body || "",
|
1118
|
+
params: query_string_params,
|
1119
|
+
options: options
|
1120
|
+
)
|
1121
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
1122
|
+
result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
|
1123
|
+
|
1124
|
+
yield result, operation if block_given?
|
1125
|
+
result
|
1126
|
+
end
|
1127
|
+
|
1128
|
+
##
|
1129
|
+
# Baseline implementation for the delete_trust_config REST call
|
1130
|
+
#
|
1131
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::DeleteTrustConfigRequest]
|
1132
|
+
# A request object representing the call parameters. Required.
|
1133
|
+
# @param options [::Gapic::CallOptions]
|
1134
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1135
|
+
#
|
1136
|
+
# @yield [result, operation] Access the result along with the TransportOperation object
|
1137
|
+
# @yieldparam result [::Google::Longrunning::Operation]
|
1138
|
+
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1139
|
+
#
|
1140
|
+
# @return [::Google::Longrunning::Operation]
|
1141
|
+
# A result object deserialized from the server's reply
|
1142
|
+
def delete_trust_config request_pb, options = nil
|
1143
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
1144
|
+
|
1145
|
+
verb, uri, query_string_params, body = ServiceStub.transcode_delete_trust_config_request request_pb
|
1146
|
+
query_string_params = if query_string_params.any?
|
1147
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
1148
|
+
else
|
1149
|
+
{}
|
1150
|
+
end
|
1151
|
+
|
1152
|
+
response = @client_stub.make_http_request(
|
1153
|
+
verb,
|
1154
|
+
uri: uri,
|
1155
|
+
body: body || "",
|
1156
|
+
params: query_string_params,
|
1157
|
+
options: options
|
1158
|
+
)
|
1159
|
+
operation = ::Gapic::Rest::TransportOperation.new response
|
1160
|
+
result = ::Google::Longrunning::Operation.decode_json response.body, ignore_unknown_fields: true
|
1161
|
+
|
1162
|
+
yield result, operation if block_given?
|
1163
|
+
result
|
1164
|
+
end
|
1165
|
+
|
976
1166
|
##
|
977
1167
|
# @private
|
978
1168
|
#
|
@@ -1485,6 +1675,113 @@ module Google
|
|
1485
1675
|
)
|
1486
1676
|
transcoder.transcode request_pb
|
1487
1677
|
end
|
1678
|
+
|
1679
|
+
##
|
1680
|
+
# @private
|
1681
|
+
#
|
1682
|
+
# GRPC transcoding helper method for the list_trust_configs REST call
|
1683
|
+
#
|
1684
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::ListTrustConfigsRequest]
|
1685
|
+
# A request object representing the call parameters. Required.
|
1686
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
1687
|
+
# Uri, Body, Query string parameters
|
1688
|
+
def self.transcode_list_trust_configs_request request_pb
|
1689
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
1690
|
+
.with_bindings(
|
1691
|
+
uri_method: :get,
|
1692
|
+
uri_template: "/v1/{parent}/trustConfigs",
|
1693
|
+
matches: [
|
1694
|
+
["parent", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
|
1695
|
+
]
|
1696
|
+
)
|
1697
|
+
transcoder.transcode request_pb
|
1698
|
+
end
|
1699
|
+
|
1700
|
+
##
|
1701
|
+
# @private
|
1702
|
+
#
|
1703
|
+
# GRPC transcoding helper method for the get_trust_config REST call
|
1704
|
+
#
|
1705
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::GetTrustConfigRequest]
|
1706
|
+
# A request object representing the call parameters. Required.
|
1707
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
1708
|
+
# Uri, Body, Query string parameters
|
1709
|
+
def self.transcode_get_trust_config_request request_pb
|
1710
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
1711
|
+
.with_bindings(
|
1712
|
+
uri_method: :get,
|
1713
|
+
uri_template: "/v1/{name}",
|
1714
|
+
matches: [
|
1715
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/trustConfigs/[^/]+/?$}, false]
|
1716
|
+
]
|
1717
|
+
)
|
1718
|
+
transcoder.transcode request_pb
|
1719
|
+
end
|
1720
|
+
|
1721
|
+
##
|
1722
|
+
# @private
|
1723
|
+
#
|
1724
|
+
# GRPC transcoding helper method for the create_trust_config REST call
|
1725
|
+
#
|
1726
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::CreateTrustConfigRequest]
|
1727
|
+
# A request object representing the call parameters. Required.
|
1728
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
1729
|
+
# Uri, Body, Query string parameters
|
1730
|
+
def self.transcode_create_trust_config_request request_pb
|
1731
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
1732
|
+
.with_bindings(
|
1733
|
+
uri_method: :post,
|
1734
|
+
uri_template: "/v1/{parent}/trustConfigs",
|
1735
|
+
body: "trust_config",
|
1736
|
+
matches: [
|
1737
|
+
["parent", %r{^projects/[^/]+/locations/[^/]+/?$}, false]
|
1738
|
+
]
|
1739
|
+
)
|
1740
|
+
transcoder.transcode request_pb
|
1741
|
+
end
|
1742
|
+
|
1743
|
+
##
|
1744
|
+
# @private
|
1745
|
+
#
|
1746
|
+
# GRPC transcoding helper method for the update_trust_config REST call
|
1747
|
+
#
|
1748
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::UpdateTrustConfigRequest]
|
1749
|
+
# A request object representing the call parameters. Required.
|
1750
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
1751
|
+
# Uri, Body, Query string parameters
|
1752
|
+
def self.transcode_update_trust_config_request request_pb
|
1753
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
1754
|
+
.with_bindings(
|
1755
|
+
uri_method: :patch,
|
1756
|
+
uri_template: "/v1/{trust_config.name}",
|
1757
|
+
body: "trust_config",
|
1758
|
+
matches: [
|
1759
|
+
["trust_config.name", %r{^projects/[^/]+/locations/[^/]+/trustConfigs/[^/]+/?$}, false]
|
1760
|
+
]
|
1761
|
+
)
|
1762
|
+
transcoder.transcode request_pb
|
1763
|
+
end
|
1764
|
+
|
1765
|
+
##
|
1766
|
+
# @private
|
1767
|
+
#
|
1768
|
+
# GRPC transcoding helper method for the delete_trust_config REST call
|
1769
|
+
#
|
1770
|
+
# @param request_pb [::Google::Cloud::CertificateManager::V1::DeleteTrustConfigRequest]
|
1771
|
+
# A request object representing the call parameters. Required.
|
1772
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
1773
|
+
# Uri, Body, Query string parameters
|
1774
|
+
def self.transcode_delete_trust_config_request request_pb
|
1775
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
1776
|
+
.with_bindings(
|
1777
|
+
uri_method: :delete,
|
1778
|
+
uri_template: "/v1/{name}",
|
1779
|
+
matches: [
|
1780
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/trustConfigs/[^/]+/?$}, false]
|
1781
|
+
]
|
1782
|
+
)
|
1783
|
+
transcoder.transcode request_pb
|
1784
|
+
end
|
1488
1785
|
end
|
1489
1786
|
end
|
1490
1787
|
end
|
@@ -9,13 +9,14 @@ require 'google/api/client_pb'
|
|
9
9
|
require 'google/api/field_behavior_pb'
|
10
10
|
require 'google/api/resource_pb'
|
11
11
|
require 'google/cloud/certificatemanager/v1/certificate_issuance_config_pb'
|
12
|
+
require 'google/cloud/certificatemanager/v1/trust_config_pb'
|
12
13
|
require 'google/longrunning/operations_pb'
|
13
14
|
require 'google/protobuf/empty_pb'
|
14
15
|
require 'google/protobuf/field_mask_pb'
|
15
16
|
require 'google/protobuf/timestamp_pb'
|
16
17
|
|
17
18
|
|
18
|
-
descriptor_data = "\n<google/cloud/certificatemanager/v1/certificate_manager.proto\x12\"google.cloud.certificatemanager.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x44google/cloud/certificatemanager/v1/certificate_issuance_config.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9d\x01\n\x17ListCertificatesRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\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\"\x8f\x01\n\x18ListCertificatesResponse\x12\x45\n\x0c\x63\x65rtificates\x18\x01 \x03(\x0b\x32/.google.cloud.certificatemanager.v1.Certificate\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"\\\n\x15GetCertificateRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-certificatemanager.googleapis.com/Certificate\"\xbd\x01\n\x18\x43reateCertificateRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x1b\n\x0e\x63\x65rtificate_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12I\n\x0b\x63\x65rtificate\x18\x03 \x01(\x0b\x32/.google.cloud.certificatemanager.v1.CertificateB\x03\xe0\x41\x02\"\x9b\x01\n\x18UpdateCertificateRequest\x12I\n\x0b\x63\x65rtificate\x18\x01 \x01(\x0b\x32/.google.cloud.certificatemanager.v1.CertificateB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"_\n\x18\x44\x65leteCertificateRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-certificatemanager.googleapis.com/Certificate\"\xa0\x01\n\x1aListCertificateMapsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\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\"\x99\x01\n\x1bListCertificateMapsResponse\x12L\n\x10\x63\x65rtificate_maps\x18\x01 \x03(\x0b\x32\x32.google.cloud.certificatemanager.v1.CertificateMap\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"b\n\x18GetCertificateMapRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0certificatemanager.googleapis.com/CertificateMap\"\xcb\x01\n\x1b\x43reateCertificateMapRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x1f\n\x12\x63\x65rtificate_map_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12P\n\x0f\x63\x65rtificate_map\x18\x03 \x01(\x0b\x32\x32.google.cloud.certificatemanager.v1.CertificateMapB\x03\xe0\x41\x02\"\xa5\x01\n\x1bUpdateCertificateMapRequest\x12P\n\x0f\x63\x65rtificate_map\x18\x01 \x01(\x0b\x32\x32.google.cloud.certificatemanager.v1.CertificateMapB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"e\n\x1b\x44\x65leteCertificateMapRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0certificatemanager.googleapis.com/CertificateMap\"\xb5\x01\n ListCertificateMapEntriesRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0certificatemanager.googleapis.com/CertificateMap\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\"\xab\x01\n!ListCertificateMapEntriesResponse\x12X\n\x17\x63\x65rtificate_map_entries\x18\x01 \x03(\x0b\x32\x37.google.cloud.certificatemanager.v1.CertificateMapEntry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"l\n\x1dGetCertificateMapEntryRequest\x12K\n\x04name\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\n5certificatemanager.googleapis.com/CertificateMapEntry\"\xf0\x01\n CreateCertificateMapEntryRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0certificatemanager.googleapis.com/CertificateMap\x12%\n\x18\x63\x65rtificate_map_entry_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12[\n\x15\x63\x65rtificate_map_entry\x18\x03 \x01(\x0b\x32\x37.google.cloud.certificatemanager.v1.CertificateMapEntryB\x03\xe0\x41\x02\"\xb5\x01\n UpdateCertificateMapEntryRequest\x12[\n\x15\x63\x65rtificate_map_entry\x18\x01 \x01(\x0b\x32\x37.google.cloud.certificatemanager.v1.CertificateMapEntryB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"o\n DeleteCertificateMapEntryRequest\x12K\n\x04name\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\n5certificatemanager.googleapis.com/CertificateMapEntry\"\xa2\x01\n\x1cListDnsAuthorizationsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\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\"\x9f\x01\n\x1dListDnsAuthorizationsResponse\x12P\n\x12\x64ns_authorizations\x18\x01 \x03(\x0b\x32\x34.google.cloud.certificatemanager.v1.DnsAuthorization\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"f\n\x1aGetDnsAuthorizationRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2certificatemanager.googleapis.com/DnsAuthorization\"\xd3\x01\n\x1d\x43reateDnsAuthorizationRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12!\n\x14\x64ns_authorization_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12T\n\x11\x64ns_authorization\x18\x03 \x01(\x0b\x32\x34.google.cloud.certificatemanager.v1.DnsAuthorizationB\x03\xe0\x41\x02\"\xab\x01\n\x1dUpdateDnsAuthorizationRequest\x12T\n\x11\x64ns_authorization\x18\x01 \x01(\x0b\x32\x34.google.cloud.certificatemanager.v1.DnsAuthorizationB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"i\n\x1d\x44\x65leteDnsAuthorizationRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2certificatemanager.googleapis.com/DnsAuthorization\"\xdd\x01\n\x11OperationMetadata\x12/\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06target\x18\x03 \x01(\t\x12\x0c\n\x04verb\x18\x04 \x01(\t\x12\x16\n\x0estatus_message\x18\x05 \x01(\t\x12\x1e\n\x16requested_cancellation\x18\x06 \x01(\x08\x12\x13\n\x0b\x61pi_version\x18\x07 \x01(\t\"\xe1\x11\n\x0b\x43\x65rtificate\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x08 \x01(\t\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\x12K\n\x06labels\x18\x04 \x03(\x0b\x32;.google.cloud.certificatemanager.v1.Certificate.LabelsEntry\x12^\n\x0cself_managed\x18\x05 \x01(\x0b\x32\x46.google.cloud.certificatemanager.v1.Certificate.SelfManagedCertificateH\x00\x12U\n\x07managed\x18\x0b \x01(\x0b\x32\x42.google.cloud.certificatemanager.v1.Certificate.ManagedCertificateH\x00\x12\x19\n\x0csan_dnsnames\x18\x06 \x03(\tB\x03\xe0\x41\x03\x12\x1c\n\x0fpem_certificate\x18\t \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x65xpire_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12I\n\x05scope\x18\x0c \x01(\x0e\x32\x35.google.cloud.certificatemanager.v1.Certificate.ScopeB\x03\xe0\x41\x05\x1aT\n\x16SelfManagedCertificate\x12\x1c\n\x0fpem_certificate\x18\x01 \x01(\tB\x03\xe0\x41\x04\x12\x1c\n\x0fpem_private_key\x18\x02 \x01(\tB\x03\xe0\x41\x04\x1a\xd9\n\n\x12ManagedCertificate\x12\x14\n\x07\x64omains\x18\x01 \x03(\tB\x03\xe0\x41\x05\x12V\n\x12\x64ns_authorizations\x18\x02 \x03(\tB:\xe0\x41\x05\xfa\x41\x34\n2certificatemanager.googleapis.com/DnsAuthorization\x12\\\n\x0fissuance_config\x18\x06 \x01(\tBC\xe0\x41\x05\xfa\x41=\n;certificatemanager.googleapis.com/CertificateIssuanceConfig\x12\\\n\x05state\x18\x04 \x01(\x0e\x32H.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.StateB\x03\xe0\x41\x03\x12u\n\x12provisioning_issue\x18\x03 \x01(\x0b\x32T.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssueB\x03\xe0\x41\x03\x12\x84\x01\n\x1a\x61uthorization_attempt_info\x18\x05 \x03(\x0b\x32[.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfoB\x03\xe0\x41\x03\x1a\xe8\x01\n\x11ProvisioningIssue\x12p\n\x06reason\x18\x01 \x01(\x0e\x32[.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue.ReasonB\x03\xe0\x41\x03\x12\x14\n\x07\x64\x65tails\x18\x02 \x01(\tB\x03\xe0\x41\x03\"K\n\x06Reason\x12\x16\n\x12REASON_UNSPECIFIED\x10\x00\x12\x17\n\x13\x41UTHORIZATION_ISSUE\x10\x01\x12\x10\n\x0cRATE_LIMITED\x10\x02\x1a\xe5\x03\n\x18\x41uthorizationAttemptInfo\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12u\n\x05state\x18\x02 \x01(\x0e\x32\x61.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.StateB\x03\xe0\x41\x03\x12\x86\x01\n\x0e\x66\x61ilure_reason\x18\x03 \x01(\x0e\x32i.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReasonB\x03\xe0\x41\x03\x12\x14\n\x07\x64\x65tails\x18\x04 \x01(\tB\x03\xe0\x41\x03\"K\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0f\n\x0b\x41UTHORIZING\x10\x01\x12\x0e\n\nAUTHORIZED\x10\x06\x12\n\n\x06\x46\x41ILED\x10\x07\"V\n\rFailureReason\x12\x1e\n\x1a\x46\x41ILURE_REASON_UNSPECIFIED\x10\x00\x12\n\n\x06\x43ONFIG\x10\x01\x12\x07\n\x03\x43\x41\x41\x10\x02\x12\x10\n\x0cRATE_LIMITED\x10\x03\"H\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\n\n\x06\x41\x43TIVE\x10\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"$\n\x05Scope\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x0e\n\nEDGE_CACHE\x10\x01:v\xea\x41s\n-certificatemanager.googleapis.com/Certificate\x12\x42projects/{project}/locations/{location}/certificates/{certificate}B\x06\n\x04type\"\xf8\x05\n\x0e\x43\x65rtificateMap\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\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\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12N\n\x06labels\x18\x03 \x03(\x0b\x32>.google.cloud.certificatemanager.v1.CertificateMap.LabelsEntry\x12X\n\x0cgclb_targets\x18\x04 \x03(\x0b\x32=.google.cloud.certificatemanager.v1.CertificateMap.GclbTargetB\x03\xe0\x41\x03\x1a\xfa\x01\n\nGclbTarget\x12!\n\x12target_https_proxy\x18\x01 \x01(\tB\x03\xe0\x41\x03H\x00\x12\x1f\n\x10target_ssl_proxy\x18\x03 \x01(\tB\x03\xe0\x41\x03H\x00\x12_\n\nip_configs\x18\x02 \x03(\x0b\x32\x46.google.cloud.certificatemanager.v1.CertificateMap.GclbTarget.IpConfigB\x03\xe0\x41\x03\x1a\x37\n\x08IpConfig\x12\x17\n\nip_address\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x12\n\x05ports\x18\x03 \x03(\rB\x03\xe0\x41\x03\x42\x0e\n\x0ctarget_proxy\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x80\x01\xea\x41}\n0certificatemanager.googleapis.com/CertificateMap\x12Iprojects/{project}/locations/{location}/certificateMaps/{certificate_map}\"\x91\x06\n\x13\x43\x65rtificateMapEntry\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\t \x01(\t\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\x12S\n\x06labels\x18\x04 \x03(\x0b\x32\x43.google.cloud.certificatemanager.v1.CertificateMapEntry.LabelsEntry\x12\x12\n\x08hostname\x18\x05 \x01(\tH\x00\x12R\n\x07matcher\x18\n \x01(\x0e\x32?.google.cloud.certificatemanager.v1.CertificateMapEntry.MatcherH\x00\x12H\n\x0c\x63\x65rtificates\x18\x07 \x03(\tB2\xfa\x41/\n-certificatemanager.googleapis.com/Certificate\x12\x44\n\x05state\x18\x08 \x01(\x0e\x32\x30.google.cloud.certificatemanager.v1.ServingStateB\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\x07Matcher\x12\x17\n\x13MATCHER_UNSPECIFIED\x10\x00\x12\x0b\n\x07PRIMARY\x10\x01:\xb4\x01\xea\x41\xb0\x01\n5certificatemanager.googleapis.com/CertificateMapEntry\x12wprojects/{project}/locations/{location}/certificateMaps/{certificate_map}/certificateMapEntries/{certificate_map_entry}B\x07\n\x05match\"\xfc\x04\n\x10\x44nsAuthorization\x12\x0c\n\x04name\x18\x01 \x01(\t\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\x12P\n\x06labels\x18\x04 \x03(\x0b\x32@.google.cloud.certificatemanager.v1.DnsAuthorization.LabelsEntry\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x16\n\x06\x64omain\x18\x06 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12h\n\x13\x64ns_resource_record\x18\n \x01(\x0b\x32\x46.google.cloud.certificatemanager.v1.DnsAuthorization.DnsResourceRecordB\x03\xe0\x41\x03\x1aL\n\x11\x44nsResourceRecord\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04type\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04\x64\x61ta\x18\x03 \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:\x87\x01\xea\x41\x83\x01\n2certificatemanager.googleapis.com/DnsAuthorization\x12Mprojects/{project}/locations/{location}/dnsAuthorizations/{dns_authorization}*F\n\x0cServingState\x12\x1d\n\x19SERVING_STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0b\n\x07PENDING\x10\x02\x32\xd6\x31\n\x12\x43\x65rtificateManager\x12\xd0\x01\n\x10ListCertificates\x12;.google.cloud.certificatemanager.v1.ListCertificatesRequest\x1a<.google.cloud.certificatemanager.v1.ListCertificatesResponse\"A\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{parent=projects/*/locations/*}/certificates\x12\xbd\x01\n\x0eGetCertificate\x12\x39.google.cloud.certificatemanager.v1.GetCertificateRequest\x1a/.google.cloud.certificatemanager.v1.Certificate\"?\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/*/certificates/*}\x12\xff\x01\n\x11\x43reateCertificate\x12<.google.cloud.certificatemanager.v1.CreateCertificateRequest\x1a\x1d.google.longrunning.Operation\"\x8c\x01\xca\x41 \n\x0b\x43\x65rtificate\x12\x11OperationMetadata\xda\x41!parent,certificate,certificate_id\x82\xd3\xe4\x93\x02?\"0/v1/{parent=projects/*/locations/*}/certificates:\x0b\x63\x65rtificate\x12\x81\x02\n\x11UpdateCertificate\x12<.google.cloud.certificatemanager.v1.UpdateCertificateRequest\x1a\x1d.google.longrunning.Operation\"\x8e\x01\xca\x41 \n\x0b\x43\x65rtificate\x12\x11OperationMetadata\xda\x41\x17\x63\x65rtificate,update_mask\x82\xd3\xe4\x93\x02K2</v1/{certificate.name=projects/*/locations/*/certificates/*}:\x0b\x63\x65rtificate\x12\xde\x01\n\x11\x44\x65leteCertificate\x12<.google.cloud.certificatemanager.v1.DeleteCertificateRequest\x1a\x1d.google.longrunning.Operation\"l\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32*0/v1/{name=projects/*/locations/*/certificates/*}\x12\xdc\x01\n\x13ListCertificateMaps\x12>.google.cloud.certificatemanager.v1.ListCertificateMapsRequest\x1a?.google.cloud.certificatemanager.v1.ListCertificateMapsResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{parent=projects/*/locations/*}/certificateMaps\x12\xc9\x01\n\x11GetCertificateMap\x12<.google.cloud.certificatemanager.v1.GetCertificateMapRequest\x1a\x32.google.cloud.certificatemanager.v1.CertificateMap\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{name=projects/*/locations/*/certificateMaps/*}\x12\x97\x02\n\x14\x43reateCertificateMap\x12?.google.cloud.certificatemanager.v1.CreateCertificateMapRequest\x1a\x1d.google.longrunning.Operation\"\x9e\x01\xca\x41#\n\x0e\x43\x65rtificateMap\x12\x11OperationMetadata\xda\x41)parent,certificate_map,certificate_map_id\x82\xd3\xe4\x93\x02\x46\"3/v1/{parent=projects/*/locations/*}/certificateMaps:\x0f\x63\x65rtificate_map\x12\x99\x02\n\x14UpdateCertificateMap\x12?.google.cloud.certificatemanager.v1.UpdateCertificateMapRequest\x1a\x1d.google.longrunning.Operation\"\xa0\x01\xca\x41#\n\x0e\x43\x65rtificateMap\x12\x11OperationMetadata\xda\x41\x1b\x63\x65rtificate_map,update_mask\x82\xd3\xe4\x93\x02V2C/v1/{certificate_map.name=projects/*/locations/*/certificateMaps/*}:\x0f\x63\x65rtificate_map\x12\xe7\x01\n\x14\x44\x65leteCertificateMap\x12?.google.cloud.certificatemanager.v1.DeleteCertificateMapRequest\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/*/certificateMaps/*}\x12\x86\x02\n\x19ListCertificateMapEntries\x12\x44.google.cloud.certificatemanager.v1.ListCertificateMapEntriesRequest\x1a\x45.google.cloud.certificatemanager.v1.ListCertificateMapEntriesResponse\"\\\xda\x41\x06parent\x82\xd3\xe4\x93\x02M\x12K/v1/{parent=projects/*/locations/*/certificateMaps/*}/certificateMapEntries\x12\xf0\x01\n\x16GetCertificateMapEntry\x12\x41.google.cloud.certificatemanager.v1.GetCertificateMapEntryRequest\x1a\x37.google.cloud.certificatemanager.v1.CertificateMapEntry\"Z\xda\x41\x04name\x82\xd3\xe4\x93\x02M\x12K/v1/{name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}\x12\xd0\x02\n\x19\x43reateCertificateMapEntry\x12\x44.google.cloud.certificatemanager.v1.CreateCertificateMapEntryRequest\x1a\x1d.google.longrunning.Operation\"\xcd\x01\xca\x41(\n\x13\x43\x65rtificateMapEntry\x12\x11OperationMetadata\xda\x41\x35parent,certificate_map_entry,certificate_map_entry_id\x82\xd3\xe4\x93\x02\x64\"K/v1/{parent=projects/*/locations/*/certificateMaps/*}/certificateMapEntries:\x15\x63\x65rtificate_map_entry\x12\xd2\x02\n\x19UpdateCertificateMapEntry\x12\x44.google.cloud.certificatemanager.v1.UpdateCertificateMapEntryRequest\x1a\x1d.google.longrunning.Operation\"\xcf\x01\xca\x41(\n\x13\x43\x65rtificateMapEntry\x12\x11OperationMetadata\xda\x41!certificate_map_entry,update_mask\x82\xd3\xe4\x93\x02z2a/v1/{certificate_map_entry.name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}:\x15\x63\x65rtificate_map_entry\x12\x8a\x02\n\x19\x44\x65leteCertificateMapEntry\x12\x44.google.cloud.certificatemanager.v1.DeleteCertificateMapEntryRequest\x1a\x1d.google.longrunning.Operation\"\x87\x01\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02M*K/v1/{name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}\x12\xe4\x01\n\x15ListDnsAuthorizations\x12@.google.cloud.certificatemanager.v1.ListDnsAuthorizationsRequest\x1a\x41.google.cloud.certificatemanager.v1.ListDnsAuthorizationsResponse\"F\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{parent=projects/*/locations/*}/dnsAuthorizations\x12\xd1\x01\n\x13GetDnsAuthorization\x12>.google.cloud.certificatemanager.v1.GetDnsAuthorizationRequest\x1a\x34.google.cloud.certificatemanager.v1.DnsAuthorization\"D\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{name=projects/*/locations/*/dnsAuthorizations/*}\x12\xa5\x02\n\x16\x43reateDnsAuthorization\x12\x41.google.cloud.certificatemanager.v1.CreateDnsAuthorizationRequest\x1a\x1d.google.longrunning.Operation\"\xa8\x01\xca\x41%\n\x10\x44nsAuthorization\x12\x11OperationMetadata\xda\x41-parent,dns_authorization,dns_authorization_id\x82\xd3\xe4\x93\x02J\"5/v1/{parent=projects/*/locations/*}/dnsAuthorizations:\x11\x64ns_authorization\x12\xa7\x02\n\x16UpdateDnsAuthorization\x12\x41.google.cloud.certificatemanager.v1.UpdateDnsAuthorizationRequest\x1a\x1d.google.longrunning.Operation\"\xaa\x01\xca\x41%\n\x10\x44nsAuthorization\x12\x11OperationMetadata\xda\x41\x1d\x64ns_authorization,update_mask\x82\xd3\xe4\x93\x02\\2G/v1/{dns_authorization.name=projects/*/locations/*/dnsAuthorizations/*}:\x11\x64ns_authorization\x12\xed\x01\n\x16\x44\x65leteDnsAuthorization\x12\x41.google.cloud.certificatemanager.v1.DeleteDnsAuthorizationRequest\x1a\x1d.google.longrunning.Operation\"q\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37*5/v1/{name=projects/*/locations/*/dnsAuthorizations/*}\x12\x88\x02\n\x1eListCertificateIssuanceConfigs\x12I.google.cloud.certificatemanager.v1.ListCertificateIssuanceConfigsRequest\x1aJ.google.cloud.certificatemanager.v1.ListCertificateIssuanceConfigsResponse\"O\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1/{parent=projects/*/locations/*}/certificateIssuanceConfigs\x12\xf5\x01\n\x1cGetCertificateIssuanceConfig\x12G.google.cloud.certificatemanager.v1.GetCertificateIssuanceConfigRequest\x1a=.google.cloud.certificatemanager.v1.CertificateIssuanceConfig\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1/{name=projects/*/locations/*/certificateIssuanceConfigs/*}\x12\xe7\x02\n\x1f\x43reateCertificateIssuanceConfig\x12J.google.cloud.certificatemanager.v1.CreateCertificateIssuanceConfigRequest\x1a\x1d.google.longrunning.Operation\"\xd8\x01\xca\x41.\n\x19\x43\x65rtificateIssuanceConfig\x12\x11OperationMetadata\xda\x41\x41parent,certificate_issuance_config,certificate_issuance_config_id\x82\xd3\xe4\x93\x02]\">/v1/{parent=projects/*/locations/*}/certificateIssuanceConfigs:\x1b\x63\x65rtificate_issuance_config\x12\x88\x02\n\x1f\x44\x65leteCertificateIssuanceConfig\x12J.google.cloud.certificatemanager.v1.DeleteCertificateIssuanceConfigRequest\x1a\x1d.google.longrunning.Operation\"z\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02@*>/v1/{name=projects/*/locations/*/certificateIssuanceConfigs/*}\x1aU\xca\x41!certificatemanager.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x8d\x02\n&com.google.cloud.certificatemanager.v1B\x17\x43\x65rtificateManagerProtoP\x01ZVcloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb;certificatemanagerpb\xaa\x02\"Google.Cloud.CertificateManager.V1\xca\x02\"Google\\Cloud\\CertificateManager\\V1\xea\x02%Google::Cloud::CertificateManager::V1b\x06proto3"
|
19
|
+
descriptor_data = "\n<google/cloud/certificatemanager/v1/certificate_manager.proto\x12\"google.cloud.certificatemanager.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x44google/cloud/certificatemanager/v1/certificate_issuance_config.proto\x1a\x35google/cloud/certificatemanager/v1/trust_config.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9d\x01\n\x17ListCertificatesRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\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\"\x8f\x01\n\x18ListCertificatesResponse\x12\x45\n\x0c\x63\x65rtificates\x18\x01 \x03(\x0b\x32/.google.cloud.certificatemanager.v1.Certificate\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"\\\n\x15GetCertificateRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-certificatemanager.googleapis.com/Certificate\"\xbd\x01\n\x18\x43reateCertificateRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x1b\n\x0e\x63\x65rtificate_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12I\n\x0b\x63\x65rtificate\x18\x03 \x01(\x0b\x32/.google.cloud.certificatemanager.v1.CertificateB\x03\xe0\x41\x02\"\x9b\x01\n\x18UpdateCertificateRequest\x12I\n\x0b\x63\x65rtificate\x18\x01 \x01(\x0b\x32/.google.cloud.certificatemanager.v1.CertificateB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"_\n\x18\x44\x65leteCertificateRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-certificatemanager.googleapis.com/Certificate\"\xa0\x01\n\x1aListCertificateMapsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\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\"\x99\x01\n\x1bListCertificateMapsResponse\x12L\n\x10\x63\x65rtificate_maps\x18\x01 \x03(\x0b\x32\x32.google.cloud.certificatemanager.v1.CertificateMap\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"b\n\x18GetCertificateMapRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0certificatemanager.googleapis.com/CertificateMap\"\xcb\x01\n\x1b\x43reateCertificateMapRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x1f\n\x12\x63\x65rtificate_map_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12P\n\x0f\x63\x65rtificate_map\x18\x03 \x01(\x0b\x32\x32.google.cloud.certificatemanager.v1.CertificateMapB\x03\xe0\x41\x02\"\xa5\x01\n\x1bUpdateCertificateMapRequest\x12P\n\x0f\x63\x65rtificate_map\x18\x01 \x01(\x0b\x32\x32.google.cloud.certificatemanager.v1.CertificateMapB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"e\n\x1b\x44\x65leteCertificateMapRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0certificatemanager.googleapis.com/CertificateMap\"\xb5\x01\n ListCertificateMapEntriesRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0certificatemanager.googleapis.com/CertificateMap\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\"\xab\x01\n!ListCertificateMapEntriesResponse\x12X\n\x17\x63\x65rtificate_map_entries\x18\x01 \x03(\x0b\x32\x37.google.cloud.certificatemanager.v1.CertificateMapEntry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"l\n\x1dGetCertificateMapEntryRequest\x12K\n\x04name\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\n5certificatemanager.googleapis.com/CertificateMapEntry\"\xf0\x01\n CreateCertificateMapEntryRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0certificatemanager.googleapis.com/CertificateMap\x12%\n\x18\x63\x65rtificate_map_entry_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12[\n\x15\x63\x65rtificate_map_entry\x18\x03 \x01(\x0b\x32\x37.google.cloud.certificatemanager.v1.CertificateMapEntryB\x03\xe0\x41\x02\"\xb5\x01\n UpdateCertificateMapEntryRequest\x12[\n\x15\x63\x65rtificate_map_entry\x18\x01 \x01(\x0b\x32\x37.google.cloud.certificatemanager.v1.CertificateMapEntryB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"o\n DeleteCertificateMapEntryRequest\x12K\n\x04name\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\n5certificatemanager.googleapis.com/CertificateMapEntry\"\xa2\x01\n\x1cListDnsAuthorizationsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\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\"\x9f\x01\n\x1dListDnsAuthorizationsResponse\x12P\n\x12\x64ns_authorizations\x18\x01 \x03(\x0b\x32\x34.google.cloud.certificatemanager.v1.DnsAuthorization\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"f\n\x1aGetDnsAuthorizationRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2certificatemanager.googleapis.com/DnsAuthorization\"\xd3\x01\n\x1d\x43reateDnsAuthorizationRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12!\n\x14\x64ns_authorization_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12T\n\x11\x64ns_authorization\x18\x03 \x01(\x0b\x32\x34.google.cloud.certificatemanager.v1.DnsAuthorizationB\x03\xe0\x41\x02\"\xab\x01\n\x1dUpdateDnsAuthorizationRequest\x12T\n\x11\x64ns_authorization\x18\x01 \x01(\x0b\x32\x34.google.cloud.certificatemanager.v1.DnsAuthorizationB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"i\n\x1d\x44\x65leteDnsAuthorizationRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2certificatemanager.googleapis.com/DnsAuthorization\"\xdd\x01\n\x11OperationMetadata\x12/\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06target\x18\x03 \x01(\t\x12\x0c\n\x04verb\x18\x04 \x01(\t\x12\x16\n\x0estatus_message\x18\x05 \x01(\t\x12\x1e\n\x16requested_cancellation\x18\x06 \x01(\x08\x12\x13\n\x0b\x61pi_version\x18\x07 \x01(\t\"\xf2\x11\n\x0b\x43\x65rtificate\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x08 \x01(\t\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\x12K\n\x06labels\x18\x04 \x03(\x0b\x32;.google.cloud.certificatemanager.v1.Certificate.LabelsEntry\x12^\n\x0cself_managed\x18\x05 \x01(\x0b\x32\x46.google.cloud.certificatemanager.v1.Certificate.SelfManagedCertificateH\x00\x12U\n\x07managed\x18\x0b \x01(\x0b\x32\x42.google.cloud.certificatemanager.v1.Certificate.ManagedCertificateH\x00\x12\x19\n\x0csan_dnsnames\x18\x06 \x03(\tB\x03\xe0\x41\x03\x12\x1c\n\x0fpem_certificate\x18\t \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x65xpire_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12I\n\x05scope\x18\x0c \x01(\x0e\x32\x35.google.cloud.certificatemanager.v1.Certificate.ScopeB\x03\xe0\x41\x05\x1aT\n\x16SelfManagedCertificate\x12\x1c\n\x0fpem_certificate\x18\x01 \x01(\tB\x03\xe0\x41\x04\x12\x1c\n\x0fpem_private_key\x18\x02 \x01(\tB\x03\xe0\x41\x04\x1a\xd9\n\n\x12ManagedCertificate\x12\x14\n\x07\x64omains\x18\x01 \x03(\tB\x03\xe0\x41\x05\x12V\n\x12\x64ns_authorizations\x18\x02 \x03(\tB:\xe0\x41\x05\xfa\x41\x34\n2certificatemanager.googleapis.com/DnsAuthorization\x12\\\n\x0fissuance_config\x18\x06 \x01(\tBC\xe0\x41\x05\xfa\x41=\n;certificatemanager.googleapis.com/CertificateIssuanceConfig\x12\\\n\x05state\x18\x04 \x01(\x0e\x32H.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.StateB\x03\xe0\x41\x03\x12u\n\x12provisioning_issue\x18\x03 \x01(\x0b\x32T.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssueB\x03\xe0\x41\x03\x12\x84\x01\n\x1a\x61uthorization_attempt_info\x18\x05 \x03(\x0b\x32[.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfoB\x03\xe0\x41\x03\x1a\xe8\x01\n\x11ProvisioningIssue\x12p\n\x06reason\x18\x01 \x01(\x0e\x32[.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue.ReasonB\x03\xe0\x41\x03\x12\x14\n\x07\x64\x65tails\x18\x02 \x01(\tB\x03\xe0\x41\x03\"K\n\x06Reason\x12\x16\n\x12REASON_UNSPECIFIED\x10\x00\x12\x17\n\x13\x41UTHORIZATION_ISSUE\x10\x01\x12\x10\n\x0cRATE_LIMITED\x10\x02\x1a\xe5\x03\n\x18\x41uthorizationAttemptInfo\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12u\n\x05state\x18\x02 \x01(\x0e\x32\x61.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.StateB\x03\xe0\x41\x03\x12\x86\x01\n\x0e\x66\x61ilure_reason\x18\x03 \x01(\x0e\x32i.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReasonB\x03\xe0\x41\x03\x12\x14\n\x07\x64\x65tails\x18\x04 \x01(\tB\x03\xe0\x41\x03\"K\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0f\n\x0b\x41UTHORIZING\x10\x01\x12\x0e\n\nAUTHORIZED\x10\x06\x12\n\n\x06\x46\x41ILED\x10\x07\"V\n\rFailureReason\x12\x1e\n\x1a\x46\x41ILURE_REASON_UNSPECIFIED\x10\x00\x12\n\n\x06\x43ONFIG\x10\x01\x12\x07\n\x03\x43\x41\x41\x10\x02\x12\x10\n\x0cRATE_LIMITED\x10\x03\"H\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\n\n\x06\x41\x43TIVE\x10\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"5\n\x05Scope\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x0e\n\nEDGE_CACHE\x10\x01\x12\x0f\n\x0b\x41LL_REGIONS\x10\x02:v\xea\x41s\n-certificatemanager.googleapis.com/Certificate\x12\x42projects/{project}/locations/{location}/certificates/{certificate}B\x06\n\x04type\"\xf8\x05\n\x0e\x43\x65rtificateMap\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\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\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12N\n\x06labels\x18\x03 \x03(\x0b\x32>.google.cloud.certificatemanager.v1.CertificateMap.LabelsEntry\x12X\n\x0cgclb_targets\x18\x04 \x03(\x0b\x32=.google.cloud.certificatemanager.v1.CertificateMap.GclbTargetB\x03\xe0\x41\x03\x1a\xfa\x01\n\nGclbTarget\x12!\n\x12target_https_proxy\x18\x01 \x01(\tB\x03\xe0\x41\x03H\x00\x12\x1f\n\x10target_ssl_proxy\x18\x03 \x01(\tB\x03\xe0\x41\x03H\x00\x12_\n\nip_configs\x18\x02 \x03(\x0b\x32\x46.google.cloud.certificatemanager.v1.CertificateMap.GclbTarget.IpConfigB\x03\xe0\x41\x03\x1a\x37\n\x08IpConfig\x12\x17\n\nip_address\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x12\n\x05ports\x18\x03 \x03(\rB\x03\xe0\x41\x03\x42\x0e\n\x0ctarget_proxy\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x80\x01\xea\x41}\n0certificatemanager.googleapis.com/CertificateMap\x12Iprojects/{project}/locations/{location}/certificateMaps/{certificate_map}\"\x91\x06\n\x13\x43\x65rtificateMapEntry\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\t \x01(\t\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\x12S\n\x06labels\x18\x04 \x03(\x0b\x32\x43.google.cloud.certificatemanager.v1.CertificateMapEntry.LabelsEntry\x12\x12\n\x08hostname\x18\x05 \x01(\tH\x00\x12R\n\x07matcher\x18\n \x01(\x0e\x32?.google.cloud.certificatemanager.v1.CertificateMapEntry.MatcherH\x00\x12H\n\x0c\x63\x65rtificates\x18\x07 \x03(\tB2\xfa\x41/\n-certificatemanager.googleapis.com/Certificate\x12\x44\n\x05state\x18\x08 \x01(\x0e\x32\x30.google.cloud.certificatemanager.v1.ServingStateB\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\x07Matcher\x12\x17\n\x13MATCHER_UNSPECIFIED\x10\x00\x12\x0b\n\x07PRIMARY\x10\x01:\xb4\x01\xea\x41\xb0\x01\n5certificatemanager.googleapis.com/CertificateMapEntry\x12wprojects/{project}/locations/{location}/certificateMaps/{certificate_map}/certificateMapEntries/{certificate_map_entry}B\x07\n\x05match\"\x92\x06\n\x10\x44nsAuthorization\x12\x0c\n\x04name\x18\x01 \x01(\t\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\x12P\n\x06labels\x18\x04 \x03(\x0b\x32@.google.cloud.certificatemanager.v1.DnsAuthorization.LabelsEntry\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x16\n\x06\x64omain\x18\x06 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12h\n\x13\x64ns_resource_record\x18\n \x01(\x0b\x32\x46.google.cloud.certificatemanager.v1.DnsAuthorization.DnsResourceRecordB\x03\xe0\x41\x03\x12L\n\x04type\x18\x0b \x01(\x0e\x32\x39.google.cloud.certificatemanager.v1.DnsAuthorization.TypeB\x03\xe0\x41\x05\x1aL\n\x11\x44nsResourceRecord\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04type\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04\x64\x61ta\x18\x03 \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\"F\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x46IXED_RECORD\x10\x01\x12\x16\n\x12PER_PROJECT_RECORD\x10\x02:\x87\x01\xea\x41\x83\x01\n2certificatemanager.googleapis.com/DnsAuthorization\x12Mprojects/{project}/locations/{location}/dnsAuthorizations/{dns_authorization}*F\n\x0cServingState\x12\x1d\n\x19SERVING_STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0b\n\x07PENDING\x10\x02\x32\xd6:\n\x12\x43\x65rtificateManager\x12\xd0\x01\n\x10ListCertificates\x12;.google.cloud.certificatemanager.v1.ListCertificatesRequest\x1a<.google.cloud.certificatemanager.v1.ListCertificatesResponse\"A\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{parent=projects/*/locations/*}/certificates\x12\xbd\x01\n\x0eGetCertificate\x12\x39.google.cloud.certificatemanager.v1.GetCertificateRequest\x1a/.google.cloud.certificatemanager.v1.Certificate\"?\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/*/certificates/*}\x12\xff\x01\n\x11\x43reateCertificate\x12<.google.cloud.certificatemanager.v1.CreateCertificateRequest\x1a\x1d.google.longrunning.Operation\"\x8c\x01\xca\x41 \n\x0b\x43\x65rtificate\x12\x11OperationMetadata\xda\x41!parent,certificate,certificate_id\x82\xd3\xe4\x93\x02?\"0/v1/{parent=projects/*/locations/*}/certificates:\x0b\x63\x65rtificate\x12\x81\x02\n\x11UpdateCertificate\x12<.google.cloud.certificatemanager.v1.UpdateCertificateRequest\x1a\x1d.google.longrunning.Operation\"\x8e\x01\xca\x41 \n\x0b\x43\x65rtificate\x12\x11OperationMetadata\xda\x41\x17\x63\x65rtificate,update_mask\x82\xd3\xe4\x93\x02K2</v1/{certificate.name=projects/*/locations/*/certificates/*}:\x0b\x63\x65rtificate\x12\xde\x01\n\x11\x44\x65leteCertificate\x12<.google.cloud.certificatemanager.v1.DeleteCertificateRequest\x1a\x1d.google.longrunning.Operation\"l\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32*0/v1/{name=projects/*/locations/*/certificates/*}\x12\xdc\x01\n\x13ListCertificateMaps\x12>.google.cloud.certificatemanager.v1.ListCertificateMapsRequest\x1a?.google.cloud.certificatemanager.v1.ListCertificateMapsResponse\"D\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{parent=projects/*/locations/*}/certificateMaps\x12\xc9\x01\n\x11GetCertificateMap\x12<.google.cloud.certificatemanager.v1.GetCertificateMapRequest\x1a\x32.google.cloud.certificatemanager.v1.CertificateMap\"B\xda\x41\x04name\x82\xd3\xe4\x93\x02\x35\x12\x33/v1/{name=projects/*/locations/*/certificateMaps/*}\x12\x97\x02\n\x14\x43reateCertificateMap\x12?.google.cloud.certificatemanager.v1.CreateCertificateMapRequest\x1a\x1d.google.longrunning.Operation\"\x9e\x01\xca\x41#\n\x0e\x43\x65rtificateMap\x12\x11OperationMetadata\xda\x41)parent,certificate_map,certificate_map_id\x82\xd3\xe4\x93\x02\x46\"3/v1/{parent=projects/*/locations/*}/certificateMaps:\x0f\x63\x65rtificate_map\x12\x99\x02\n\x14UpdateCertificateMap\x12?.google.cloud.certificatemanager.v1.UpdateCertificateMapRequest\x1a\x1d.google.longrunning.Operation\"\xa0\x01\xca\x41#\n\x0e\x43\x65rtificateMap\x12\x11OperationMetadata\xda\x41\x1b\x63\x65rtificate_map,update_mask\x82\xd3\xe4\x93\x02V2C/v1/{certificate_map.name=projects/*/locations/*/certificateMaps/*}:\x0f\x63\x65rtificate_map\x12\xe7\x01\n\x14\x44\x65leteCertificateMap\x12?.google.cloud.certificatemanager.v1.DeleteCertificateMapRequest\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/*/certificateMaps/*}\x12\x86\x02\n\x19ListCertificateMapEntries\x12\x44.google.cloud.certificatemanager.v1.ListCertificateMapEntriesRequest\x1a\x45.google.cloud.certificatemanager.v1.ListCertificateMapEntriesResponse\"\\\xda\x41\x06parent\x82\xd3\xe4\x93\x02M\x12K/v1/{parent=projects/*/locations/*/certificateMaps/*}/certificateMapEntries\x12\xf0\x01\n\x16GetCertificateMapEntry\x12\x41.google.cloud.certificatemanager.v1.GetCertificateMapEntryRequest\x1a\x37.google.cloud.certificatemanager.v1.CertificateMapEntry\"Z\xda\x41\x04name\x82\xd3\xe4\x93\x02M\x12K/v1/{name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}\x12\xd0\x02\n\x19\x43reateCertificateMapEntry\x12\x44.google.cloud.certificatemanager.v1.CreateCertificateMapEntryRequest\x1a\x1d.google.longrunning.Operation\"\xcd\x01\xca\x41(\n\x13\x43\x65rtificateMapEntry\x12\x11OperationMetadata\xda\x41\x35parent,certificate_map_entry,certificate_map_entry_id\x82\xd3\xe4\x93\x02\x64\"K/v1/{parent=projects/*/locations/*/certificateMaps/*}/certificateMapEntries:\x15\x63\x65rtificate_map_entry\x12\xd2\x02\n\x19UpdateCertificateMapEntry\x12\x44.google.cloud.certificatemanager.v1.UpdateCertificateMapEntryRequest\x1a\x1d.google.longrunning.Operation\"\xcf\x01\xca\x41(\n\x13\x43\x65rtificateMapEntry\x12\x11OperationMetadata\xda\x41!certificate_map_entry,update_mask\x82\xd3\xe4\x93\x02z2a/v1/{certificate_map_entry.name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}:\x15\x63\x65rtificate_map_entry\x12\x8a\x02\n\x19\x44\x65leteCertificateMapEntry\x12\x44.google.cloud.certificatemanager.v1.DeleteCertificateMapEntryRequest\x1a\x1d.google.longrunning.Operation\"\x87\x01\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02M*K/v1/{name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}\x12\xe4\x01\n\x15ListDnsAuthorizations\x12@.google.cloud.certificatemanager.v1.ListDnsAuthorizationsRequest\x1a\x41.google.cloud.certificatemanager.v1.ListDnsAuthorizationsResponse\"F\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{parent=projects/*/locations/*}/dnsAuthorizations\x12\xd1\x01\n\x13GetDnsAuthorization\x12>.google.cloud.certificatemanager.v1.GetDnsAuthorizationRequest\x1a\x34.google.cloud.certificatemanager.v1.DnsAuthorization\"D\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{name=projects/*/locations/*/dnsAuthorizations/*}\x12\xa5\x02\n\x16\x43reateDnsAuthorization\x12\x41.google.cloud.certificatemanager.v1.CreateDnsAuthorizationRequest\x1a\x1d.google.longrunning.Operation\"\xa8\x01\xca\x41%\n\x10\x44nsAuthorization\x12\x11OperationMetadata\xda\x41-parent,dns_authorization,dns_authorization_id\x82\xd3\xe4\x93\x02J\"5/v1/{parent=projects/*/locations/*}/dnsAuthorizations:\x11\x64ns_authorization\x12\xa7\x02\n\x16UpdateDnsAuthorization\x12\x41.google.cloud.certificatemanager.v1.UpdateDnsAuthorizationRequest\x1a\x1d.google.longrunning.Operation\"\xaa\x01\xca\x41%\n\x10\x44nsAuthorization\x12\x11OperationMetadata\xda\x41\x1d\x64ns_authorization,update_mask\x82\xd3\xe4\x93\x02\\2G/v1/{dns_authorization.name=projects/*/locations/*/dnsAuthorizations/*}:\x11\x64ns_authorization\x12\xed\x01\n\x16\x44\x65leteDnsAuthorization\x12\x41.google.cloud.certificatemanager.v1.DeleteDnsAuthorizationRequest\x1a\x1d.google.longrunning.Operation\"q\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37*5/v1/{name=projects/*/locations/*/dnsAuthorizations/*}\x12\x88\x02\n\x1eListCertificateIssuanceConfigs\x12I.google.cloud.certificatemanager.v1.ListCertificateIssuanceConfigsRequest\x1aJ.google.cloud.certificatemanager.v1.ListCertificateIssuanceConfigsResponse\"O\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1/{parent=projects/*/locations/*}/certificateIssuanceConfigs\x12\xf5\x01\n\x1cGetCertificateIssuanceConfig\x12G.google.cloud.certificatemanager.v1.GetCertificateIssuanceConfigRequest\x1a=.google.cloud.certificatemanager.v1.CertificateIssuanceConfig\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1/{name=projects/*/locations/*/certificateIssuanceConfigs/*}\x12\xe7\x02\n\x1f\x43reateCertificateIssuanceConfig\x12J.google.cloud.certificatemanager.v1.CreateCertificateIssuanceConfigRequest\x1a\x1d.google.longrunning.Operation\"\xd8\x01\xca\x41.\n\x19\x43\x65rtificateIssuanceConfig\x12\x11OperationMetadata\xda\x41\x41parent,certificate_issuance_config,certificate_issuance_config_id\x82\xd3\xe4\x93\x02]\">/v1/{parent=projects/*/locations/*}/certificateIssuanceConfigs:\x1b\x63\x65rtificate_issuance_config\x12\x88\x02\n\x1f\x44\x65leteCertificateIssuanceConfig\x12J.google.cloud.certificatemanager.v1.DeleteCertificateIssuanceConfigRequest\x1a\x1d.google.longrunning.Operation\"z\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02@*>/v1/{name=projects/*/locations/*/certificateIssuanceConfigs/*}\x12\xd0\x01\n\x10ListTrustConfigs\x12;.google.cloud.certificatemanager.v1.ListTrustConfigsRequest\x1a<.google.cloud.certificatemanager.v1.ListTrustConfigsResponse\"A\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{parent=projects/*/locations/*}/trustConfigs\x12\xbd\x01\n\x0eGetTrustConfig\x12\x39.google.cloud.certificatemanager.v1.GetTrustConfigRequest\x1a/.google.cloud.certificatemanager.v1.TrustConfig\"?\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/*/trustConfigs/*}\x12\x82\x02\n\x11\x43reateTrustConfig\x12<.google.cloud.certificatemanager.v1.CreateTrustConfigRequest\x1a\x1d.google.longrunning.Operation\"\x8f\x01\xca\x41 \n\x0bTrustConfig\x12\x11OperationMetadata\xda\x41#parent,trust_config,trust_config_id\x82\xd3\xe4\x93\x02@\"0/v1/{parent=projects/*/locations/*}/trustConfigs:\x0ctrust_config\x12\x84\x02\n\x11UpdateTrustConfig\x12<.google.cloud.certificatemanager.v1.UpdateTrustConfigRequest\x1a\x1d.google.longrunning.Operation\"\x91\x01\xca\x41 \n\x0bTrustConfig\x12\x11OperationMetadata\xda\x41\x18trust_config,update_mask\x82\xd3\xe4\x93\x02M2=/v1/{trust_config.name=projects/*/locations/*/trustConfigs/*}:\x0ctrust_config\x12\xde\x01\n\x11\x44\x65leteTrustConfig\x12<.google.cloud.certificatemanager.v1.DeleteTrustConfigRequest\x1a\x1d.google.longrunning.Operation\"l\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32*0/v1/{name=projects/*/locations/*/trustConfigs/*}\x1aU\xca\x41!certificatemanager.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x8d\x02\n&com.google.cloud.certificatemanager.v1B\x17\x43\x65rtificateManagerProtoP\x01ZVcloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb;certificatemanagerpb\xaa\x02\"Google.Cloud.CertificateManager.V1\xca\x02\"Google\\Cloud\\CertificateManager\\V1\xea\x02%Google::Cloud::CertificateManager::V1b\x06proto3"
|
19
20
|
|
20
21
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
21
22
|
|
@@ -89,6 +90,7 @@ module Google
|
|
89
90
|
CertificateMapEntry::Matcher = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.CertificateMapEntry.Matcher").enummodule
|
90
91
|
DnsAuthorization = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.DnsAuthorization").msgclass
|
91
92
|
DnsAuthorization::DnsResourceRecord = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.DnsAuthorization.DnsResourceRecord").msgclass
|
93
|
+
DnsAuthorization::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.DnsAuthorization.Type").enummodule
|
92
94
|
ServingState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.ServingState").enummodule
|
93
95
|
end
|
94
96
|
end
|
@@ -108,6 +108,16 @@ module Google
|
|
108
108
|
rpc :CreateCertificateIssuanceConfig, ::Google::Cloud::CertificateManager::V1::CreateCertificateIssuanceConfigRequest, ::Google::Longrunning::Operation
|
109
109
|
# Deletes a single CertificateIssuanceConfig.
|
110
110
|
rpc :DeleteCertificateIssuanceConfig, ::Google::Cloud::CertificateManager::V1::DeleteCertificateIssuanceConfigRequest, ::Google::Longrunning::Operation
|
111
|
+
# Lists TrustConfigs in a given project and location.
|
112
|
+
rpc :ListTrustConfigs, ::Google::Cloud::CertificateManager::V1::ListTrustConfigsRequest, ::Google::Cloud::CertificateManager::V1::ListTrustConfigsResponse
|
113
|
+
# Gets details of a single TrustConfig.
|
114
|
+
rpc :GetTrustConfig, ::Google::Cloud::CertificateManager::V1::GetTrustConfigRequest, ::Google::Cloud::CertificateManager::V1::TrustConfig
|
115
|
+
# Creates a new TrustConfig in a given project and location.
|
116
|
+
rpc :CreateTrustConfig, ::Google::Cloud::CertificateManager::V1::CreateTrustConfigRequest, ::Google::Longrunning::Operation
|
117
|
+
# Updates a TrustConfig.
|
118
|
+
rpc :UpdateTrustConfig, ::Google::Cloud::CertificateManager::V1::UpdateTrustConfigRequest, ::Google::Longrunning::Operation
|
119
|
+
# Deletes a single TrustConfig.
|
120
|
+
rpc :DeleteTrustConfig, ::Google::Cloud::CertificateManager::V1::DeleteTrustConfigRequest, ::Google::Longrunning::Operation
|
111
121
|
end
|
112
122
|
|
113
123
|
Stub = Service.rpc_stub_class
|
@@ -0,0 +1,58 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: google/cloud/certificatemanager/v1/trust_config.proto
|
4
|
+
|
5
|
+
require 'google/protobuf'
|
6
|
+
|
7
|
+
require 'google/api/field_behavior_pb'
|
8
|
+
require 'google/api/resource_pb'
|
9
|
+
require 'google/protobuf/field_mask_pb'
|
10
|
+
require 'google/protobuf/timestamp_pb'
|
11
|
+
|
12
|
+
|
13
|
+
descriptor_data = "\n5google/cloud/certificatemanager/v1/trust_config.proto\x12\"google.cloud.certificatemanager.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9d\x01\n\x17ListTrustConfigsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\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\"\x90\x01\n\x18ListTrustConfigsResponse\x12\x46\n\rtrust_configs\x18\x01 \x03(\x0b\x32/.google.cloud.certificatemanager.v1.TrustConfig\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"\\\n\x15GetTrustConfigRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-certificatemanager.googleapis.com/TrustConfig\"\xbf\x01\n\x18\x43reateTrustConfigRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x1c\n\x0ftrust_config_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12J\n\x0ctrust_config\x18\x03 \x01(\x0b\x32/.google.cloud.certificatemanager.v1.TrustConfigB\x03\xe0\x41\x02\"\x9c\x01\n\x18UpdateTrustConfigRequest\x12J\n\x0ctrust_config\x18\x01 \x01(\x0b\x32/.google.cloud.certificatemanager.v1.TrustConfigB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"m\n\x18\x44\x65leteTrustConfigRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-certificatemanager.googleapis.com/TrustConfig\x12\x0c\n\x04\x65tag\x18\x02 \x01(\t\"\x95\x06\n\x0bTrustConfig\x12\x0c\n\x04name\x18\x01 \x01(\t\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\x12K\n\x06labels\x18\x04 \x03(\x0b\x32;.google.cloud.certificatemanager.v1.TrustConfig.LabelsEntry\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x0c\n\x04\x65tag\x18\x06 \x01(\t\x12P\n\x0ctrust_stores\x18\x08 \x03(\x0b\x32:.google.cloud.certificatemanager.v1.TrustConfig.TrustStore\x1a\x30\n\x0bTrustAnchor\x12\x19\n\x0fpem_certificate\x18\x01 \x01(\tH\x00\x42\x06\n\x04kind\x1a\x33\n\x0eIntermediateCA\x12\x19\n\x0fpem_certificate\x18\x01 \x01(\tH\x00\x42\x06\n\x04kind\x1a\xba\x01\n\nTrustStore\x12R\n\rtrust_anchors\x18\x01 \x03(\x0b\x32;.google.cloud.certificatemanager.v1.TrustConfig.TrustAnchor\x12X\n\x10intermediate_cas\x18\x02 \x03(\x0b\x32>.google.cloud.certificatemanager.v1.TrustConfig.IntermediateCA\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:w\xea\x41t\n-certificatemanager.googleapis.com/TrustConfig\x12\x43projects/{project}/locations/{location}/trustConfigs/{trust_config}B\x86\x02\n&com.google.cloud.certificatemanager.v1B\x10TrustConifgProtoP\x01ZVcloud.google.com/go/certificatemanager/apiv1/certificatemanagerpb;certificatemanagerpb\xaa\x02\"Google.Cloud.CertificateManager.V1\xca\x02\"Google\\Cloud\\CertificateManager\\V1\xea\x02%Google::Cloud::CertificateManager::V1b\x06proto3"
|
14
|
+
|
15
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
16
|
+
|
17
|
+
begin
|
18
|
+
pool.add_serialized_file(descriptor_data)
|
19
|
+
rescue TypeError
|
20
|
+
# Compatibility code: will be removed in the next major version.
|
21
|
+
require 'google/protobuf/descriptor_pb'
|
22
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
23
|
+
parsed.clear_dependency
|
24
|
+
serialized = parsed.class.encode(parsed)
|
25
|
+
file = pool.add_serialized_file(serialized)
|
26
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
27
|
+
imports = [
|
28
|
+
["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
|
29
|
+
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
30
|
+
]
|
31
|
+
imports.each do |type_name, expected_filename|
|
32
|
+
import_file = pool.lookup(type_name).file_descriptor
|
33
|
+
if import_file.name != expected_filename
|
34
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
35
|
+
end
|
36
|
+
end
|
37
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
38
|
+
warn "This will become an error in the next major version."
|
39
|
+
end
|
40
|
+
|
41
|
+
module Google
|
42
|
+
module Cloud
|
43
|
+
module CertificateManager
|
44
|
+
module V1
|
45
|
+
ListTrustConfigsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.ListTrustConfigsRequest").msgclass
|
46
|
+
ListTrustConfigsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.ListTrustConfigsResponse").msgclass
|
47
|
+
GetTrustConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.GetTrustConfigRequest").msgclass
|
48
|
+
CreateTrustConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.CreateTrustConfigRequest").msgclass
|
49
|
+
UpdateTrustConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.UpdateTrustConfigRequest").msgclass
|
50
|
+
DeleteTrustConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.DeleteTrustConfigRequest").msgclass
|
51
|
+
TrustConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.TrustConfig").msgclass
|
52
|
+
TrustConfig::TrustAnchor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.TrustConfig.TrustAnchor").msgclass
|
53
|
+
TrustConfig::IntermediateCA = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.TrustConfig.IntermediateCA").msgclass
|
54
|
+
TrustConfig::TrustStore = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.certificatemanager.v1.TrustConfig.TrustStore").msgclass
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|