certificate_manager.proto 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178
  1. // Copyright 2022 Google LLC
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. syntax = "proto3";
  15. package google.cloud.certificatemanager.v1;
  16. import "google/api/annotations.proto";
  17. import "google/api/client.proto";
  18. import "google/api/field_behavior.proto";
  19. import "google/api/resource.proto";
  20. import "google/cloud/certificatemanager/v1/certificate_issuance_config.proto";
  21. import "google/longrunning/operations.proto";
  22. import "google/protobuf/field_mask.proto";
  23. import "google/protobuf/timestamp.proto";
  24. option csharp_namespace = "Google.Cloud.CertificateManager.V1";
  25. option go_package = "google.golang.org/genproto/googleapis/cloud/certificatemanager/v1;certificatemanager";
  26. option java_multiple_files = true;
  27. option java_outer_classname = "CertificateManagerProto";
  28. option java_package = "com.google.cloud.certificatemanager.v1";
  29. option php_namespace = "Google\\Cloud\\CertificateManager\\V1";
  30. option ruby_package = "Google::Cloud::CertificateManager::V1";
  31. // API Overview
  32. //
  33. // Certificates Manager API allows customers to see and manage all their TLS
  34. // certificates.
  35. //
  36. // Certificates Manager API service provides methods to manage certificates,
  37. // group them into collections, and create serving configuration that can be
  38. // easily applied to other Cloud resources e.g. Target Proxies.
  39. //
  40. // Data Model
  41. //
  42. // The Certificates Manager service exposes the following resources:
  43. //
  44. // * `Certificate` which describes a single TLS certificate.
  45. // * `CertificateMap` which describes a collection of certificates that can be
  46. // attached to a target resource.
  47. // * `CertificateMapEntry` which describes a single configuration entry that
  48. // consists of a SNI and a group of certificates. It's a subresource of
  49. // CertificateMap.
  50. //
  51. // Certificate, CertificateMap and CertificateMapEntry IDs
  52. // have to match "^[a-z0-9-]{1,63}$" regexp, which means that
  53. // - only lower case letters, digits, and hyphen are allowed
  54. // - length of the resource ID has to be in [1,63] range.
  55. //
  56. // Provides methods to manage Cloud Certificate Manager entities.
  57. service CertificateManager {
  58. option (google.api.default_host) = "certificatemanager.googleapis.com";
  59. option (google.api.oauth_scopes) =
  60. "https://www.googleapis.com/auth/cloud-platform";
  61. // Lists Certificates in a given project and location.
  62. rpc ListCertificates(ListCertificatesRequest)
  63. returns (ListCertificatesResponse) {
  64. option (google.api.http) = {
  65. get: "/v1/{parent=projects/*/locations/*}/certificates"
  66. };
  67. option (google.api.method_signature) = "parent";
  68. }
  69. // Gets details of a single Certificate.
  70. rpc GetCertificate(GetCertificateRequest) returns (Certificate) {
  71. option (google.api.http) = {
  72. get: "/v1/{name=projects/*/locations/*/certificates/*}"
  73. };
  74. option (google.api.method_signature) = "name";
  75. }
  76. // Creates a new Certificate in a given project and location.
  77. rpc CreateCertificate(CreateCertificateRequest)
  78. returns (google.longrunning.Operation) {
  79. option (google.api.http) = {
  80. post: "/v1/{parent=projects/*/locations/*}/certificates"
  81. body: "certificate"
  82. };
  83. option (google.api.method_signature) = "parent,certificate,certificate_id";
  84. option (google.longrunning.operation_info) = {
  85. response_type: "Certificate"
  86. metadata_type: "OperationMetadata"
  87. };
  88. }
  89. // Updates a Certificate.
  90. rpc UpdateCertificate(UpdateCertificateRequest)
  91. returns (google.longrunning.Operation) {
  92. option (google.api.http) = {
  93. patch: "/v1/{certificate.name=projects/*/locations/*/certificates/*}"
  94. body: "certificate"
  95. };
  96. option (google.api.method_signature) = "certificate,update_mask";
  97. option (google.longrunning.operation_info) = {
  98. response_type: "Certificate"
  99. metadata_type: "OperationMetadata"
  100. };
  101. }
  102. // Deletes a single Certificate.
  103. rpc DeleteCertificate(DeleteCertificateRequest)
  104. returns (google.longrunning.Operation) {
  105. option (google.api.http) = {
  106. delete: "/v1/{name=projects/*/locations/*/certificates/*}"
  107. };
  108. option (google.api.method_signature) = "name";
  109. option (google.longrunning.operation_info) = {
  110. response_type: "google.protobuf.Empty"
  111. metadata_type: "OperationMetadata"
  112. };
  113. }
  114. // Lists CertificateMaps in a given project and location.
  115. rpc ListCertificateMaps(ListCertificateMapsRequest)
  116. returns (ListCertificateMapsResponse) {
  117. option (google.api.http) = {
  118. get: "/v1/{parent=projects/*/locations/*}/certificateMaps"
  119. };
  120. option (google.api.method_signature) = "parent";
  121. }
  122. // Gets details of a single CertificateMap.
  123. rpc GetCertificateMap(GetCertificateMapRequest) returns (CertificateMap) {
  124. option (google.api.http) = {
  125. get: "/v1/{name=projects/*/locations/*/certificateMaps/*}"
  126. };
  127. option (google.api.method_signature) = "name";
  128. }
  129. // Creates a new CertificateMap in a given project and location.
  130. rpc CreateCertificateMap(CreateCertificateMapRequest)
  131. returns (google.longrunning.Operation) {
  132. option (google.api.http) = {
  133. post: "/v1/{parent=projects/*/locations/*}/certificateMaps"
  134. body: "certificate_map"
  135. };
  136. option (google.api.method_signature) =
  137. "parent,certificate_map,certificate_map_id";
  138. option (google.longrunning.operation_info) = {
  139. response_type: "CertificateMap"
  140. metadata_type: "OperationMetadata"
  141. };
  142. }
  143. // Updates a CertificateMap.
  144. rpc UpdateCertificateMap(UpdateCertificateMapRequest)
  145. returns (google.longrunning.Operation) {
  146. option (google.api.http) = {
  147. patch: "/v1/{certificate_map.name=projects/*/locations/*/certificateMaps/*}"
  148. body: "certificate_map"
  149. };
  150. option (google.api.method_signature) = "certificate_map,update_mask";
  151. option (google.longrunning.operation_info) = {
  152. response_type: "CertificateMap"
  153. metadata_type: "OperationMetadata"
  154. };
  155. }
  156. // Deletes a single CertificateMap. A Certificate Map can't be deleted
  157. // if it contains Certificate Map Entries. Remove all the entries from
  158. // the map before calling this method.
  159. rpc DeleteCertificateMap(DeleteCertificateMapRequest)
  160. returns (google.longrunning.Operation) {
  161. option (google.api.http) = {
  162. delete: "/v1/{name=projects/*/locations/*/certificateMaps/*}"
  163. };
  164. option (google.api.method_signature) = "name";
  165. option (google.longrunning.operation_info) = {
  166. response_type: "google.protobuf.Empty"
  167. metadata_type: "OperationMetadata"
  168. };
  169. }
  170. // Lists CertificateMapEntries in a given project and location.
  171. rpc ListCertificateMapEntries(ListCertificateMapEntriesRequest)
  172. returns (ListCertificateMapEntriesResponse) {
  173. option (google.api.http) = {
  174. get: "/v1/{parent=projects/*/locations/*/certificateMaps/*}/certificateMapEntries"
  175. };
  176. option (google.api.method_signature) = "parent";
  177. }
  178. // Gets details of a single CertificateMapEntry.
  179. rpc GetCertificateMapEntry(GetCertificateMapEntryRequest)
  180. returns (CertificateMapEntry) {
  181. option (google.api.http) = {
  182. get: "/v1/{name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}"
  183. };
  184. option (google.api.method_signature) = "name";
  185. }
  186. // Creates a new CertificateMapEntry in a given project and location.
  187. rpc CreateCertificateMapEntry(CreateCertificateMapEntryRequest)
  188. returns (google.longrunning.Operation) {
  189. option (google.api.http) = {
  190. post: "/v1/{parent=projects/*/locations/*/certificateMaps/*}/certificateMapEntries"
  191. body: "certificate_map_entry"
  192. };
  193. option (google.api.method_signature) =
  194. "parent,certificate_map_entry,certificate_map_entry_id";
  195. option (google.longrunning.operation_info) = {
  196. response_type: "CertificateMapEntry"
  197. metadata_type: "OperationMetadata"
  198. };
  199. }
  200. // Updates a CertificateMapEntry.
  201. rpc UpdateCertificateMapEntry(UpdateCertificateMapEntryRequest)
  202. returns (google.longrunning.Operation) {
  203. option (google.api.http) = {
  204. patch: "/v1/{certificate_map_entry.name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}"
  205. body: "certificate_map_entry"
  206. };
  207. option (google.api.method_signature) = "certificate_map_entry,update_mask";
  208. option (google.longrunning.operation_info) = {
  209. response_type: "CertificateMapEntry"
  210. metadata_type: "OperationMetadata"
  211. };
  212. }
  213. // Deletes a single CertificateMapEntry.
  214. rpc DeleteCertificateMapEntry(DeleteCertificateMapEntryRequest)
  215. returns (google.longrunning.Operation) {
  216. option (google.api.http) = {
  217. delete: "/v1/{name=projects/*/locations/*/certificateMaps/*/certificateMapEntries/*}"
  218. };
  219. option (google.api.method_signature) = "name";
  220. option (google.longrunning.operation_info) = {
  221. response_type: "google.protobuf.Empty"
  222. metadata_type: "OperationMetadata"
  223. };
  224. }
  225. // Lists DnsAuthorizations in a given project and location.
  226. rpc ListDnsAuthorizations(ListDnsAuthorizationsRequest)
  227. returns (ListDnsAuthorizationsResponse) {
  228. option (google.api.http) = {
  229. get: "/v1/{parent=projects/*/locations/*}/dnsAuthorizations"
  230. };
  231. option (google.api.method_signature) = "parent";
  232. }
  233. // Gets details of a single DnsAuthorization.
  234. rpc GetDnsAuthorization(GetDnsAuthorizationRequest)
  235. returns (DnsAuthorization) {
  236. option (google.api.http) = {
  237. get: "/v1/{name=projects/*/locations/*/dnsAuthorizations/*}"
  238. };
  239. option (google.api.method_signature) = "name";
  240. }
  241. // Creates a new DnsAuthorization in a given project and location.
  242. rpc CreateDnsAuthorization(CreateDnsAuthorizationRequest)
  243. returns (google.longrunning.Operation) {
  244. option (google.api.http) = {
  245. post: "/v1/{parent=projects/*/locations/*}/dnsAuthorizations"
  246. body: "dns_authorization"
  247. };
  248. option (google.api.method_signature) =
  249. "parent,dns_authorization,dns_authorization_id";
  250. option (google.longrunning.operation_info) = {
  251. response_type: "DnsAuthorization"
  252. metadata_type: "OperationMetadata"
  253. };
  254. }
  255. // Updates a DnsAuthorization.
  256. rpc UpdateDnsAuthorization(UpdateDnsAuthorizationRequest)
  257. returns (google.longrunning.Operation) {
  258. option (google.api.http) = {
  259. patch: "/v1/{dns_authorization.name=projects/*/locations/*/dnsAuthorizations/*}"
  260. body: "dns_authorization"
  261. };
  262. option (google.api.method_signature) = "dns_authorization,update_mask";
  263. option (google.longrunning.operation_info) = {
  264. response_type: "DnsAuthorization"
  265. metadata_type: "OperationMetadata"
  266. };
  267. }
  268. // Deletes a single DnsAuthorization.
  269. rpc DeleteDnsAuthorization(DeleteDnsAuthorizationRequest)
  270. returns (google.longrunning.Operation) {
  271. option (google.api.http) = {
  272. delete: "/v1/{name=projects/*/locations/*/dnsAuthorizations/*}"
  273. };
  274. option (google.api.method_signature) = "name";
  275. option (google.longrunning.operation_info) = {
  276. response_type: "google.protobuf.Empty"
  277. metadata_type: "OperationMetadata"
  278. };
  279. }
  280. // Lists CertificateIssuanceConfigs in a given project and location.
  281. rpc ListCertificateIssuanceConfigs(ListCertificateIssuanceConfigsRequest)
  282. returns (ListCertificateIssuanceConfigsResponse) {
  283. option (google.api.http) = {
  284. get: "/v1/{parent=projects/*/locations/*}/certificateIssuanceConfigs"
  285. };
  286. option (google.api.method_signature) = "parent";
  287. }
  288. // Gets details of a single CertificateIssuanceConfig.
  289. rpc GetCertificateIssuanceConfig(GetCertificateIssuanceConfigRequest)
  290. returns (CertificateIssuanceConfig) {
  291. option (google.api.http) = {
  292. get: "/v1/{name=projects/*/locations/*/certificateIssuanceConfigs/*}"
  293. };
  294. option (google.api.method_signature) = "name";
  295. }
  296. // Creates a new CertificateIssuanceConfig in a given project and location.
  297. rpc CreateCertificateIssuanceConfig(CreateCertificateIssuanceConfigRequest)
  298. returns (google.longrunning.Operation) {
  299. option (google.api.http) = {
  300. post: "/v1/{parent=projects/*/locations/*}/certificateIssuanceConfigs"
  301. body: "certificate_issuance_config"
  302. };
  303. option (google.api.method_signature) =
  304. "parent,certificate_issuance_config,certificate_issuance_config_id";
  305. option (google.longrunning.operation_info) = {
  306. response_type: "CertificateIssuanceConfig"
  307. metadata_type: "OperationMetadata"
  308. };
  309. }
  310. // Deletes a single CertificateIssuanceConfig.
  311. rpc DeleteCertificateIssuanceConfig(DeleteCertificateIssuanceConfigRequest)
  312. returns (google.longrunning.Operation) {
  313. option (google.api.http) = {
  314. delete: "/v1/{name=projects/*/locations/*/certificateIssuanceConfigs/*}"
  315. };
  316. option (google.api.method_signature) = "name";
  317. option (google.longrunning.operation_info) = {
  318. response_type: "google.protobuf.Empty"
  319. metadata_type: "OperationMetadata"
  320. };
  321. }
  322. }
  323. // Request for the `ListCertificates` method.
  324. message ListCertificatesRequest {
  325. // Required. The project and location from which the certificate should be
  326. // listed, specified in the format `projects/*/locations/*`.
  327. string parent = 1 [
  328. (google.api.field_behavior) = REQUIRED,
  329. (google.api.resource_reference) = {
  330. type: "locations.googleapis.com/Location"
  331. }
  332. ];
  333. // Maximum number of certificates to return per call.
  334. int32 page_size = 2;
  335. // The value returned by the last `ListCertificatesResponse`. Indicates that
  336. // this is a continuation of a prior `ListCertificates` call, and that the
  337. // system should return the next page of data.
  338. string page_token = 3;
  339. // Filter expression to restrict the Certificates returned.
  340. string filter = 4;
  341. // A list of Certificate field names used to specify the order of the returned
  342. // results. The default sorting order is ascending. To specify descending
  343. // order for a field, add a suffix " desc".
  344. string order_by = 5;
  345. }
  346. // Response for the `ListCertificates` method.
  347. message ListCertificatesResponse {
  348. // A list of certificates for the parent resource.
  349. repeated Certificate certificates = 1;
  350. // If there might be more results than those appearing in this response, then
  351. // `next_page_token` is included. To get the next set of results, call this
  352. // method again using the value of `next_page_token` as `page_token`.
  353. string next_page_token = 2;
  354. // A list of locations that could not be reached.
  355. repeated string unreachable = 3;
  356. }
  357. // Request for the `GetCertificate` method.
  358. message GetCertificateRequest {
  359. // Required. A name of the certificate to describe. Must be in the format
  360. // `projects/*/locations/*/certificates/*`.
  361. string name = 1 [
  362. (google.api.field_behavior) = REQUIRED,
  363. (google.api.resource_reference) = {
  364. type: "certificatemanager.googleapis.com/Certificate"
  365. }
  366. ];
  367. }
  368. // Request for the `CreateCertificate` method.
  369. message CreateCertificateRequest {
  370. // Required. The parent resource of the certificate. Must be in the format
  371. // `projects/*/locations/*`.
  372. string parent = 1 [
  373. (google.api.field_behavior) = REQUIRED,
  374. (google.api.resource_reference) = {
  375. type: "locations.googleapis.com/Location"
  376. }
  377. ];
  378. // Required. A user-provided name of the certificate.
  379. string certificate_id = 2 [(google.api.field_behavior) = REQUIRED];
  380. // Required. A definition of the certificate to create.
  381. Certificate certificate = 3 [(google.api.field_behavior) = REQUIRED];
  382. }
  383. // Request for the `UpdateCertificate` method.
  384. message UpdateCertificateRequest {
  385. // Required. A definition of the certificate to update.
  386. Certificate certificate = 1 [(google.api.field_behavior) = REQUIRED];
  387. // Required. The update mask applies to the resource. For the `FieldMask`
  388. // definition, see
  389. // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
  390. google.protobuf.FieldMask update_mask = 2
  391. [(google.api.field_behavior) = REQUIRED];
  392. }
  393. // Request for the `DeleteCertificate` method.
  394. message DeleteCertificateRequest {
  395. // Required. A name of the certificate to delete. Must be in the format
  396. // `projects/*/locations/*/certificates/*`.
  397. string name = 1 [
  398. (google.api.field_behavior) = REQUIRED,
  399. (google.api.resource_reference) = {
  400. type: "certificatemanager.googleapis.com/Certificate"
  401. }
  402. ];
  403. }
  404. // Request for the `ListCertificateMaps` method.
  405. message ListCertificateMapsRequest {
  406. // Required. The project and location from which the certificate maps should
  407. // be listed, specified in the format `projects/*/locations/*`.
  408. string parent = 1 [
  409. (google.api.field_behavior) = REQUIRED,
  410. (google.api.resource_reference) = {
  411. type: "locations.googleapis.com/Location"
  412. }
  413. ];
  414. // Maximum number of certificate maps to return per call.
  415. int32 page_size = 2;
  416. // The value returned by the last `ListCertificateMapsResponse`. Indicates
  417. // that this is a continuation of a prior `ListCertificateMaps` call, and that
  418. // the system should return the next page of data.
  419. string page_token = 3;
  420. // Filter expression to restrict the Certificates Maps returned.
  421. string filter = 4;
  422. // A list of Certificate Map field names used to specify the order of the
  423. // returned results. The default sorting order is ascending. To specify
  424. // descending order for a field, add a suffix " desc".
  425. string order_by = 5;
  426. }
  427. // Response for the `ListCertificateMaps` method.
  428. message ListCertificateMapsResponse {
  429. // A list of certificate maps for the parent resource.
  430. repeated CertificateMap certificate_maps = 1;
  431. // If there might be more results than those appearing in this response, then
  432. // `next_page_token` is included. To get the next set of results, call this
  433. // method again using the value of `next_page_token` as `page_token`.
  434. string next_page_token = 2;
  435. // Locations that could not be reached.
  436. repeated string unreachable = 3;
  437. }
  438. // Request for the `GetCertificateMap` method.
  439. message GetCertificateMapRequest {
  440. // Required. A name of the certificate map to describe. Must be in the format
  441. // `projects/*/locations/*/certificateMaps/*`.
  442. string name = 1 [
  443. (google.api.field_behavior) = REQUIRED,
  444. (google.api.resource_reference) = {
  445. type: "certificatemanager.googleapis.com/CertificateMap"
  446. }
  447. ];
  448. }
  449. // Request for the `CreateCertificateMap` method.
  450. message CreateCertificateMapRequest {
  451. // Required. The parent resource of the certificate map. Must be in the format
  452. // `projects/*/locations/*`.
  453. string parent = 1 [
  454. (google.api.field_behavior) = REQUIRED,
  455. (google.api.resource_reference) = {
  456. type: "locations.googleapis.com/Location"
  457. }
  458. ];
  459. // Required. A user-provided name of the certificate map.
  460. string certificate_map_id = 2 [(google.api.field_behavior) = REQUIRED];
  461. // Required. A definition of the certificate map to create.
  462. CertificateMap certificate_map = 3 [(google.api.field_behavior) = REQUIRED];
  463. }
  464. // Request for the `UpdateCertificateMap` method.
  465. message UpdateCertificateMapRequest {
  466. // Required. A definition of the certificate map to update.
  467. CertificateMap certificate_map = 1 [(google.api.field_behavior) = REQUIRED];
  468. // Required. The update mask applies to the resource. For the `FieldMask`
  469. // definition, see
  470. // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
  471. google.protobuf.FieldMask update_mask = 2
  472. [(google.api.field_behavior) = REQUIRED];
  473. }
  474. // Request for the `DeleteCertificateMap` method.
  475. message DeleteCertificateMapRequest {
  476. // Required. A name of the certificate map to delete. Must be in the format
  477. // `projects/*/locations/*/certificateMaps/*`.
  478. string name = 1 [
  479. (google.api.field_behavior) = REQUIRED,
  480. (google.api.resource_reference) = {
  481. type: "certificatemanager.googleapis.com/CertificateMap"
  482. }
  483. ];
  484. }
  485. // Request for the `ListCertificateMapEntries` method.
  486. message ListCertificateMapEntriesRequest {
  487. // Required. The project, location and certificate map from which the
  488. // certificate map entries should be listed, specified in the format
  489. // `projects/*/locations/*/certificateMaps/*`.
  490. string parent = 1 [
  491. (google.api.field_behavior) = REQUIRED,
  492. (google.api.resource_reference) = {
  493. type: "certificatemanager.googleapis.com/CertificateMap"
  494. }
  495. ];
  496. // Maximum number of certificate map entries to return. The service may return
  497. // fewer than this value.
  498. // If unspecified, at most 50 certificate map entries will be returned.
  499. // The maximum value is 1000; values above 1000 will be coerced to 1000.
  500. int32 page_size = 2;
  501. // The value returned by the last `ListCertificateMapEntriesResponse`.
  502. // Indicates that this is a continuation of a prior
  503. // `ListCertificateMapEntries` call, and that the system should return the
  504. // next page of data.
  505. string page_token = 3;
  506. // Filter expression to restrict the returned Certificate Map Entries.
  507. string filter = 4;
  508. // A list of Certificate Map Entry field names used to specify
  509. // the order of the returned results. The default sorting order is ascending.
  510. // To specify descending order for a field, add a suffix " desc".
  511. string order_by = 5;
  512. }
  513. // Response for the `ListCertificateMapEntries` method.
  514. message ListCertificateMapEntriesResponse {
  515. // A list of certificate map entries for the parent resource.
  516. repeated CertificateMapEntry certificate_map_entries = 1;
  517. // If there might be more results than those appearing in this response, then
  518. // `next_page_token` is included. To get the next set of results, call this
  519. // method again using the value of `next_page_token` as `page_token`.
  520. string next_page_token = 2;
  521. // Locations that could not be reached.
  522. repeated string unreachable = 3;
  523. }
  524. // Request for the `GetCertificateMapEntry` method.
  525. message GetCertificateMapEntryRequest {
  526. // Required. A name of the certificate map entry to describe. Must be in the
  527. // format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
  528. string name = 1 [
  529. (google.api.field_behavior) = REQUIRED,
  530. (google.api.resource_reference) = {
  531. type: "certificatemanager.googleapis.com/CertificateMapEntry"
  532. }
  533. ];
  534. }
  535. // Request for the `CreateCertificateMapEntry` method.
  536. message CreateCertificateMapEntryRequest {
  537. // Required. The parent resource of the certificate map entry. Must be in the
  538. // format `projects/*/locations/*/certificateMaps/*`.
  539. string parent = 1 [
  540. (google.api.field_behavior) = REQUIRED,
  541. (google.api.resource_reference) = {
  542. type: "certificatemanager.googleapis.com/CertificateMap"
  543. }
  544. ];
  545. // Required. A user-provided name of the certificate map entry.
  546. string certificate_map_entry_id = 2 [(google.api.field_behavior) = REQUIRED];
  547. // Required. A definition of the certificate map entry to create.
  548. CertificateMapEntry certificate_map_entry = 3
  549. [(google.api.field_behavior) = REQUIRED];
  550. }
  551. // Request for the `UpdateCertificateMapEntry` method.
  552. message UpdateCertificateMapEntryRequest {
  553. // Required. A definition of the certificate map entry to create map entry.
  554. CertificateMapEntry certificate_map_entry = 1
  555. [(google.api.field_behavior) = REQUIRED];
  556. // Required. The update mask applies to the resource. For the `FieldMask`
  557. // definition, see
  558. // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
  559. google.protobuf.FieldMask update_mask = 2
  560. [(google.api.field_behavior) = REQUIRED];
  561. }
  562. // Request for the `DeleteCertificateMapEntry` method.
  563. message DeleteCertificateMapEntryRequest {
  564. // Required. A name of the certificate map entry to delete. Must be in the
  565. // format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
  566. string name = 1 [
  567. (google.api.field_behavior) = REQUIRED,
  568. (google.api.resource_reference) = {
  569. type: "certificatemanager.googleapis.com/CertificateMapEntry"
  570. }
  571. ];
  572. }
  573. // Request for the `ListDnsAuthorizations` method.
  574. message ListDnsAuthorizationsRequest {
  575. // Required. The project and location from which the dns authorizations should
  576. // be listed, specified in the format `projects/*/locations/*`.
  577. string parent = 1 [
  578. (google.api.field_behavior) = REQUIRED,
  579. (google.api.resource_reference) = {
  580. type: "locations.googleapis.com/Location"
  581. }
  582. ];
  583. // Maximum number of dns authorizations to return per call.
  584. int32 page_size = 2;
  585. // The value returned by the last `ListDnsAuthorizationsResponse`. Indicates
  586. // that this is a continuation of a prior `ListDnsAuthorizations` call, and
  587. // that the system should return the next page of data.
  588. string page_token = 3;
  589. // Filter expression to restrict the Dns Authorizations returned.
  590. string filter = 4;
  591. // A list of Dns Authorization field names used to specify the order of the
  592. // returned results. The default sorting order is ascending. To specify
  593. // descending order for a field, add a suffix " desc".
  594. string order_by = 5;
  595. }
  596. // Response for the `ListDnsAuthorizations` method.
  597. message ListDnsAuthorizationsResponse {
  598. // A list of dns authorizations for the parent resource.
  599. repeated DnsAuthorization dns_authorizations = 1;
  600. // If there might be more results than those appearing in this response, then
  601. // `next_page_token` is included. To get the next set of results, call this
  602. // method again using the value of `next_page_token` as `page_token`.
  603. string next_page_token = 2;
  604. // Locations that could not be reached.
  605. repeated string unreachable = 3;
  606. }
  607. // Request for the `GetDnsAuthorization` method.
  608. message GetDnsAuthorizationRequest {
  609. // Required. A name of the dns authorization to describe. Must be in the
  610. // format `projects/*/locations/*/dnsAuthorizations/*`.
  611. string name = 1 [
  612. (google.api.field_behavior) = REQUIRED,
  613. (google.api.resource_reference) = {
  614. type: "certificatemanager.googleapis.com/DnsAuthorization"
  615. }
  616. ];
  617. }
  618. // Request for the `CreateDnsAuthorization` method.
  619. message CreateDnsAuthorizationRequest {
  620. // Required. The parent resource of the dns authorization. Must be in the
  621. // format `projects/*/locations/*`.
  622. string parent = 1 [
  623. (google.api.field_behavior) = REQUIRED,
  624. (google.api.resource_reference) = {
  625. type: "locations.googleapis.com/Location"
  626. }
  627. ];
  628. // Required. A user-provided name of the dns authorization.
  629. string dns_authorization_id = 2 [(google.api.field_behavior) = REQUIRED];
  630. // Required. A definition of the dns authorization to create.
  631. DnsAuthorization dns_authorization = 3
  632. [(google.api.field_behavior) = REQUIRED];
  633. }
  634. // Request for the `UpdateDnsAuthorization` method.
  635. message UpdateDnsAuthorizationRequest {
  636. // Required. A definition of the dns authorization to update.
  637. DnsAuthorization dns_authorization = 1
  638. [(google.api.field_behavior) = REQUIRED];
  639. // Required. The update mask applies to the resource. For the `FieldMask`
  640. // definition, see
  641. // https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
  642. google.protobuf.FieldMask update_mask = 2
  643. [(google.api.field_behavior) = REQUIRED];
  644. }
  645. // Request for the `DeleteDnsAuthorization` method.
  646. message DeleteDnsAuthorizationRequest {
  647. // Required. A name of the dns authorization to delete. Must be in the format
  648. // `projects/*/locations/*/dnsAuthorizations/*`.
  649. string name = 1 [
  650. (google.api.field_behavior) = REQUIRED,
  651. (google.api.resource_reference) = {
  652. type: "certificatemanager.googleapis.com/DnsAuthorization"
  653. }
  654. ];
  655. }
  656. // Represents the metadata of the long-running operation. Output only.
  657. message OperationMetadata {
  658. // The time the operation was created.
  659. google.protobuf.Timestamp create_time = 1;
  660. // The time the operation finished running.
  661. google.protobuf.Timestamp end_time = 2;
  662. // Server-defined resource path for the target of the operation.
  663. string target = 3;
  664. // Name of the verb executed by the operation.
  665. string verb = 4;
  666. // Human-readable status of the operation, if any.
  667. string status_message = 5;
  668. // Identifies whether the user has requested cancellation
  669. // of the operation. Operations that have successfully been cancelled
  670. // have [Operation.error][] value with a
  671. // [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
  672. // `Code.CANCELLED`.
  673. bool requested_cancellation = 6;
  674. // API version used to start the operation.
  675. string api_version = 7;
  676. }
  677. // Defines TLS certificate.
  678. message Certificate {
  679. option (google.api.resource) = {
  680. type: "certificatemanager.googleapis.com/Certificate"
  681. pattern: "projects/{project}/locations/{location}/certificates/{certificate}"
  682. };
  683. // Certificate data for a SelfManaged Certificate.
  684. // SelfManaged Certificates are uploaded by the user. Updating such
  685. // certificates before they expire remains the user's responsibility.
  686. message SelfManagedCertificate {
  687. // Input only. The PEM-encoded certificate chain.
  688. // Leaf certificate comes first, followed by intermediate ones if any.
  689. string pem_certificate = 1 [(google.api.field_behavior) = INPUT_ONLY];
  690. // Input only. The PEM-encoded private key of the leaf certificate.
  691. string pem_private_key = 2 [(google.api.field_behavior) = INPUT_ONLY];
  692. }
  693. // Configuration and state of a Managed Certificate.
  694. // Certificate Manager provisions and renews Managed Certificates
  695. // automatically, for as long as it's authorized to do so.
  696. message ManagedCertificate {
  697. enum State {
  698. STATE_UNSPECIFIED = 0;
  699. // Certificate Manager attempts to provision or renew the certificate.
  700. // If the process takes longer than expected, consult the
  701. // `provisioning_issue` field.
  702. PROVISIONING = 1;
  703. // Multiple certificate provisioning attempts failed and Certificate
  704. // Manager gave up. To try again, delete and create a new managed
  705. // Certificate resource.
  706. // For details see the `provisioning_issue` field.
  707. FAILED = 2;
  708. // The certificate management is working, and a certificate has been
  709. // provisioned.
  710. ACTIVE = 3;
  711. }
  712. // Information about issues with provisioning a Managed Certificate.
  713. message ProvisioningIssue {
  714. enum Reason {
  715. REASON_UNSPECIFIED = 0;
  716. // Certificate provisioning failed due to an issue with one or more of
  717. // the domains on the certificate.
  718. // For details of which domains failed, consult the
  719. // `authorization_attempt_info` field.
  720. AUTHORIZATION_ISSUE = 1;
  721. // Exceeded Certificate Authority quotas or internal rate limits of the
  722. // system. Provisioning may take longer to complete.
  723. RATE_LIMITED = 2;
  724. }
  725. // Output only. Reason for provisioning failures.
  726. Reason reason = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
  727. // Output only. Human readable explanation about the issue. Provided to
  728. // help address the configuration issues. Not guaranteed to be stable. For
  729. // programmatic access use Reason enum.
  730. string details = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
  731. }
  732. // State of the latest attempt to authorize a domain for certificate
  733. // issuance.
  734. message AuthorizationAttemptInfo {
  735. enum State {
  736. STATE_UNSPECIFIED = 0;
  737. // Certificate provisioning for this domain is under way. GCP will
  738. // attempt to authorize the domain.
  739. AUTHORIZING = 1;
  740. // A managed certificate can be provisioned, no issues for this domain.
  741. AUTHORIZED = 6;
  742. // Attempt to authorize the domain failed. This prevents the Managed
  743. // Certificate from being issued.
  744. // See `failure_reason` and `details` fields for more information.
  745. FAILED = 7;
  746. }
  747. enum FailureReason {
  748. FAILURE_REASON_UNSPECIFIED = 0;
  749. // There was a problem with the user's DNS or load balancer
  750. // configuration for this domain.
  751. CONFIG = 1;
  752. // Certificate issuance forbidden by an explicit CAA record for the
  753. // domain or a failure to check CAA records for the domain.
  754. CAA = 2;
  755. // Reached a CA or internal rate-limit for the domain,
  756. // e.g. for certificates per top-level private domain.
  757. RATE_LIMITED = 3;
  758. }
  759. // Domain name of the authorization attempt.
  760. string domain = 1;
  761. // Output only. State of the domain for managed certificate issuance.
  762. State state = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
  763. // Output only. Reason for failure of the authorization attempt for the
  764. // domain.
  765. FailureReason failure_reason = 3
  766. [(google.api.field_behavior) = OUTPUT_ONLY];
  767. // Output only. Human readable explanation for reaching the state.
  768. // Provided to help address the configuration issues. Not guaranteed to be
  769. // stable. For programmatic access use FailureReason enum.
  770. string details = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
  771. }
  772. // Immutable. The domains for which a managed SSL certificate will be
  773. // generated. Wildcard domains are only supported with DNS challenge
  774. // resolution.
  775. repeated string domains = 1 [(google.api.field_behavior) = IMMUTABLE];
  776. // Immutable. Authorizations that will be used for performing domain
  777. // authorization.
  778. repeated string dns_authorizations = 2 [
  779. (google.api.field_behavior) = IMMUTABLE,
  780. (google.api.resource_reference) = {
  781. type: "certificatemanager.googleapis.com/DnsAuthorization"
  782. }
  783. ];
  784. // The resource name for a
  785. // [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
  786. // used to configure private PKI certificates in the format
  787. // `projects/*/locations/*/certificateIssuanceConfigs/*`.
  788. // If this field is not set, the certificates will instead be publicly
  789. // signed as documented at
  790. // https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
  791. string issuance_config = 6 [
  792. (google.api.field_behavior) = IMMUTABLE,
  793. (google.api.resource_reference) = {
  794. type: "certificatemanager.googleapis.com/CertificateIssuanceConfig"
  795. }
  796. ];
  797. // Output only. State of the managed certificate resource.
  798. State state = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
  799. // Output only. Information about issues with provisioning a Managed
  800. // Certificate.
  801. ProvisioningIssue provisioning_issue = 3
  802. [(google.api.field_behavior) = OUTPUT_ONLY];
  803. // Output only. Detailed state of the latest authorization attempt for each
  804. // domain specified for managed certificate resource.
  805. repeated AuthorizationAttemptInfo authorization_attempt_info = 5
  806. [(google.api.field_behavior) = OUTPUT_ONLY];
  807. }
  808. // Certificate scope.
  809. enum Scope {
  810. // Certificates with default scope are served from core Google data centers.
  811. // If unsure, choose this option.
  812. DEFAULT = 0;
  813. // Certificates with scope EDGE_CACHE are special-purposed certificates,
  814. // served from non-core Google data centers.
  815. EDGE_CACHE = 1;
  816. }
  817. // A user-defined name of the certificate. Certificate names must be unique
  818. // globally and match pattern `projects/*/locations/*/certificates/*`.
  819. string name = 1;
  820. // One or more paragraphs of text description of a certificate.
  821. string description = 8;
  822. // Output only. The creation timestamp of a Certificate.
  823. google.protobuf.Timestamp create_time = 2
  824. [(google.api.field_behavior) = OUTPUT_ONLY];
  825. // Output only. The last update timestamp of a Certificate.
  826. google.protobuf.Timestamp update_time = 3
  827. [(google.api.field_behavior) = OUTPUT_ONLY];
  828. // Set of labels associated with a Certificate.
  829. map<string, string> labels = 4;
  830. oneof type {
  831. // If set, defines data of a self-managed certificate.
  832. SelfManagedCertificate self_managed = 5;
  833. // If set, contains configuration and state of a managed certificate.
  834. ManagedCertificate managed = 11;
  835. }
  836. // Output only. The list of Subject Alternative Names of dnsName type defined
  837. // in the certificate (see RFC 5280 4.2.1.6). Managed certificates that
  838. // haven't been provisioned yet have this field populated with a value of the
  839. // managed.domains field.
  840. repeated string san_dnsnames = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
  841. // Output only. The PEM-encoded certificate chain.
  842. string pem_certificate = 9 [(google.api.field_behavior) = OUTPUT_ONLY];
  843. // Output only. The expiry timestamp of a Certificate.
  844. google.protobuf.Timestamp expire_time = 7
  845. [(google.api.field_behavior) = OUTPUT_ONLY];
  846. // Immutable. The scope of the certificate.
  847. Scope scope = 12 [(google.api.field_behavior) = IMMUTABLE];
  848. }
  849. // Defines a collection of certificate configurations.
  850. message CertificateMap {
  851. option (google.api.resource) = {
  852. type: "certificatemanager.googleapis.com/CertificateMap"
  853. pattern: "projects/{project}/locations/{location}/certificateMaps/{certificate_map}"
  854. };
  855. // Describes a Target Proxy which uses this Certificate Map.
  856. message GclbTarget {
  857. // Defines IP configuration where this Certificate Map is serving.
  858. message IpConfig {
  859. // Output only. An external IP address.
  860. string ip_address = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
  861. // Output only. Ports.
  862. repeated uint32 ports = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
  863. }
  864. // A Target Proxy to which this map is attached to.
  865. oneof target_proxy {
  866. // Output only. This field returns the resource name in the following
  867. // format:
  868. // `//compute.googleapis.com/projects/*/global/targetHttpsProxies/*`.
  869. string target_https_proxy = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
  870. // Output only. This field returns the resource name in the following
  871. // format:
  872. // `//compute.googleapis.com/projects/*/global/targetSslProxies/*`.
  873. string target_ssl_proxy = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
  874. }
  875. // Output only. IP configurations for this Target Proxy where the
  876. // Certificate Map is serving.
  877. repeated IpConfig ip_configs = 2
  878. [(google.api.field_behavior) = OUTPUT_ONLY];
  879. }
  880. // A user-defined name of the Certificate Map. Certificate Map names must be
  881. // unique globally and match pattern
  882. // `projects/*/locations/*/certificateMaps/*`.
  883. string name = 1;
  884. // One or more paragraphs of text description of a certificate map.
  885. string description = 5;
  886. // Output only. The creation timestamp of a Certificate Map.
  887. google.protobuf.Timestamp create_time = 2
  888. [(google.api.field_behavior) = OUTPUT_ONLY];
  889. // Output only. The update timestamp of a Certificate Map.
  890. google.protobuf.Timestamp update_time = 6
  891. [(google.api.field_behavior) = OUTPUT_ONLY];
  892. // Set of labels associated with a Certificate Map.
  893. map<string, string> labels = 3;
  894. // Output only. A list of GCLB targets which use this Certificate Map.
  895. // A Target Proxy is only present on this list if it's attached to a
  896. // Forwarding Rule.
  897. repeated GclbTarget gclb_targets = 4
  898. [(google.api.field_behavior) = OUTPUT_ONLY];
  899. }
  900. // Defines a certificate map entry.
  901. message CertificateMapEntry {
  902. option (google.api.resource) = {
  903. type: "certificatemanager.googleapis.com/CertificateMapEntry"
  904. pattern: "projects/{project}/locations/{location}/certificateMaps/{certificate_map}/certificateMapEntries/{certificate_map_entry}"
  905. };
  906. // Defines predefined cases other than SNI-hostname match when this
  907. // configuration should be applied.
  908. enum Matcher {
  909. // A matcher has't been recognized.
  910. MATCHER_UNSPECIFIED = 0;
  911. // A primary certificate that is served when SNI wasn't specified in the
  912. // request or SNI couldn't be found in the map.
  913. PRIMARY = 1;
  914. }
  915. // A user-defined name of the Certificate Map Entry. Certificate Map Entry
  916. // names must be unique globally and match pattern
  917. // `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
  918. string name = 1;
  919. // One or more paragraphs of text description of a certificate map entry.
  920. string description = 9;
  921. // Output only. The creation timestamp of a Certificate Map Entry.
  922. google.protobuf.Timestamp create_time = 2
  923. [(google.api.field_behavior) = OUTPUT_ONLY];
  924. // Output only. The update timestamp of a Certificate Map Entry.
  925. google.protobuf.Timestamp update_time = 3
  926. [(google.api.field_behavior) = OUTPUT_ONLY];
  927. // Set of labels associated with a Certificate Map Entry.
  928. map<string, string> labels = 4;
  929. oneof match {
  930. // A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
  931. // (`*.example.com`) for a set of hostnames with common suffix. Used as
  932. // Server Name Indication (SNI) for selecting a proper certificate.
  933. string hostname = 5;
  934. // A predefined matcher for particular cases, other than SNI selection.
  935. Matcher matcher = 10;
  936. }
  937. // A set of Certificates defines for the given `hostname`. There can be
  938. // defined up to fifteen certificates in each Certificate Map Entry. Each
  939. // certificate must match pattern `projects/*/locations/*/certificates/*`.
  940. repeated string certificates = 7 [(google.api.resource_reference) = {
  941. type: "certificatemanager.googleapis.com/Certificate"
  942. }];
  943. // Output only. A serving state of this Certificate Map Entry.
  944. ServingState state = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
  945. }
  946. // A DnsAuthorization resource describes a way to perform domain authorization
  947. // for certificate issuance.
  948. message DnsAuthorization {
  949. option (google.api.resource) = {
  950. type: "certificatemanager.googleapis.com/DnsAuthorization"
  951. pattern: "projects/{project}/locations/{location}/dnsAuthorizations/{dns_authorization}"
  952. };
  953. // The structure describing the DNS Resource Record that needs to be added
  954. // to DNS configuration for the authorization to be usable by
  955. // certificate.
  956. message DnsResourceRecord {
  957. // Output only. Fully qualified name of the DNS Resource Record.
  958. // e.g. `_acme-challenge.example.com`
  959. string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
  960. // Output only. Type of the DNS Resource Record.
  961. // Currently always set to "CNAME".
  962. string type = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
  963. // Output only. Data of the DNS Resource Record.
  964. string data = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
  965. }
  966. // A user-defined name of the dns authorization. DnsAuthorization names must
  967. // be unique globally and match pattern
  968. // `projects/*/locations/*/dnsAuthorizations/*`.
  969. string name = 1;
  970. // Output only. The creation timestamp of a DnsAuthorization.
  971. google.protobuf.Timestamp create_time = 2
  972. [(google.api.field_behavior) = OUTPUT_ONLY];
  973. // Output only. The last update timestamp of a DnsAuthorization.
  974. google.protobuf.Timestamp update_time = 3
  975. [(google.api.field_behavior) = OUTPUT_ONLY];
  976. // Set of labels associated with a DnsAuthorization.
  977. map<string, string> labels = 4;
  978. // One or more paragraphs of text description of a DnsAuthorization.
  979. string description = 5;
  980. // Required. Immutable. A domain which is being authorized. A DnsAuthorization
  981. // resource covers a single domain and its wildcard, e.g. authorization for
  982. // `example.com` can be used to issue certificates for `example.com` and
  983. // `*.example.com`.
  984. string domain = 6 [
  985. (google.api.field_behavior) = REQUIRED,
  986. (google.api.field_behavior) = IMMUTABLE
  987. ];
  988. // Output only. DNS Resource Record that needs to be added to DNS
  989. // configuration.
  990. DnsResourceRecord dns_resource_record = 10
  991. [(google.api.field_behavior) = OUTPUT_ONLY];
  992. }
  993. // Defines set of serving states associated with a resource.
  994. enum ServingState {
  995. // The status is undefined.
  996. SERVING_STATE_UNSPECIFIED = 0;
  997. // The configuration is serving.
  998. ACTIVE = 1;
  999. // Update is in progress. Some frontends may serve this configuration.
  1000. PENDING = 2;
  1001. }