Skip to content

Commit eb9a5da

Browse files
feat(privateca): update the api
#### privateca:v1 The following keys were added: - resources.projects.resources.locations.resources.caPools.resources.certificateAuthorities.methods.delete.parameters.skipGracePeriod (Total Keys: 2)
1 parent 6f35004 commit eb9a5da

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>Instance Methods</h2>
8989
<code><a href="#create">create(parent, body=None, certificateAuthorityId=None, requestId=None, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Create a new CertificateAuthority in a given Project and Location.</p>
9191
<p class="toc_element">
92-
<code><a href="#delete">delete(name, ignoreActiveCertificates=None, requestId=None, x__xgafv=None)</a></code></p>
92+
<code><a href="#delete">delete(name, ignoreActiveCertificates=None, requestId=None, skipGracePeriod=None, x__xgafv=None)</a></code></p>
9393
<p class="firstline">Delete a CertificateAuthority.</p>
9494
<p class="toc_element">
9595
<code><a href="#disable">disable(name, body=None, x__xgafv=None)</a></code></p>
@@ -467,13 +467,14 @@ <h3>Method Details</h3>
467467
</div>
468468

469469
<div class="method">
470-
<code class="details" id="delete">delete(name, ignoreActiveCertificates=None, requestId=None, x__xgafv=None)</code>
470+
<code class="details" id="delete">delete(name, ignoreActiveCertificates=None, requestId=None, skipGracePeriod=None, x__xgafv=None)</code>
471471
<pre>Delete a CertificateAuthority.
472472

473473
Args:
474474
name: string, Required. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. (required)
475475
ignoreActiveCertificates: boolean, Optional. This field allows the CA to be deleted even if the CA has active certs. Active certs include both unrevoked and unexpired certs.
476476
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).
477+
skipGracePeriod: boolean, Optional. This field sets the CA to have a pending delete duration of 0.
477478
x__xgafv: string, V1 error format.
478479
Allowed values
479480
1 - v1 error format

googleapiclient/discovery_cache/documents/privateca.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,11 @@
567567
"description": "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).",
568568
"location": "query",
569569
"type": "string"
570+
},
571+
"skipGracePeriod": {
572+
"description": "Optional. This field sets the CA to have a pending delete duration of 0.",
573+
"location": "query",
574+
"type": "boolean"
570575
}
571576
},
572577
"path": "v1/{+name}",
@@ -1590,7 +1595,7 @@
15901595
}
15911596
}
15921597
},
1593-
"revision": "20220209",
1598+
"revision": "20220223",
15941599
"rootUrl": "https://privateca.googleapis.com/",
15951600
"schemas": {
15961601
"AccessUrls": {

googleapiclient/discovery_cache/documents/privateca.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@
12541254
}
12551255
}
12561256
},
1257-
"revision": "20220209",
1257+
"revision": "20220223",
12581258
"rootUrl": "https://privateca.googleapis.com/",
12591259
"schemas": {
12601260
"AccessUrls": {

0 commit comments

Comments
 (0)