Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5f5a1d8

Browse files
committedFeb 21, 2023
feat(privateca): update the api
#### privateca:v1 The following keys were added: - schemas.NameConstraints (Total Keys: 19) - schemas.X509Parameters.properties.nameConstraints.$ref (Total Keys: 1)
1 parent a01ba7b commit 5f5a1d8

7 files changed

+921
-38
lines changed
 

‎docs/dyn/privateca_v1.projects.locations.caPools.certificateAuthorities.certificateRevocationLists.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h3>Method Details</h3>
280280
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this CertificateRevocationList was updated.
281281
}
282282

283-
requestId: string, Optional. An ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
283+
requestId: string, Optional. An ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
284284
updateMask: string, Required. A list of fields to be updated in this request.
285285
x__xgafv: string, V1 error format.
286286
Allowed values

‎docs/dyn/privateca_v1.projects.locations.caPools.certificateAuthorities.html

+223-7
Large diffs are not rendered by default.

‎docs/dyn/privateca_v1.projects.locations.caPools.certificates.html

+380-2
Large diffs are not rendered by default.

‎docs/dyn/privateca_v1.projects.locations.caPools.html

+112-4
Large diffs are not rendered by default.

‎docs/dyn/privateca_v1.projects.locations.certificateTemplates.html

+111-3
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/privateca.v1.json

+93-20
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/privateca.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
}
581581
}
582582
},
583-
"revision": "20230202",
583+
"revision": "20230208",
584584
"rootUrl": "https://privateca.googleapis.com/",
585585
"schemas": {
586586
"AuditConfig": {

0 commit comments

Comments
 (0)
Please sign in to comment.