Skip to content

Commit b4ae2c8

Browse files
feat(privateca): update the api
#### privateca:v1 The following keys were deleted: - schemas.CaPool.properties.createTime (Total Keys: 3) - schemas.CaPool.properties.updateTime (Total Keys: 3)
1 parent ae5874f commit b4ae2c8

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

Diff for: docs/dyn/privateca_v1.projects.locations.caPools.html

-8
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ <h3>Method Details</h3>
133133
The object takes the form of:
134134

135135
{ # A CaPool represents a group of CertificateAuthorities that form a trust anchor. A CaPool can be used to manage issuance policies for one or more CertificateAuthority resources and to rotate CA certificates in and out of the trust anchor.
136-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this CaPool was created.
137136
&quot;issuancePolicy&quot;: { # Defines controls over all certificate issuance within a CaPool. # Optional. The IssuancePolicy to control how Certificates will be issued from this CaPool.
138137
&quot;allowedIssuanceModes&quot;: { # IssuanceModes specifies the allowed ways in which Certificates may be requested from this CaPool. # Optional. If specified, then only methods allowed in the IssuanceModes may be used to issue Certificates.
139138
&quot;allowConfigBasedIssuance&quot;: True or False, # Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.
@@ -238,7 +237,6 @@ <h3>Method Details</h3>
238237
&quot;publishCrl&quot;: True or False, # Optional. When true, publishes each CertificateAuthority&#x27;s CRL and includes its URL in the &quot;CRL Distribution Points&quot; X.509 extension in all issued Certificates. If this is false, CRLs will not be published and the corresponding X.509 extension will not be written in issued certificates. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.
239238
},
240239
&quot;tier&quot;: &quot;A String&quot;, # Required. Immutable. The Tier of this CaPool.
241-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this CaPool was last updated.
242240
}
243241

244242
caPoolId: string, Required. It must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}`
@@ -355,7 +353,6 @@ <h3>Method Details</h3>
355353
An object of the form:
356354

357355
{ # A CaPool represents a group of CertificateAuthorities that form a trust anchor. A CaPool can be used to manage issuance policies for one or more CertificateAuthority resources and to rotate CA certificates in and out of the trust anchor.
358-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this CaPool was created.
359356
&quot;issuancePolicy&quot;: { # Defines controls over all certificate issuance within a CaPool. # Optional. The IssuancePolicy to control how Certificates will be issued from this CaPool.
360357
&quot;allowedIssuanceModes&quot;: { # IssuanceModes specifies the allowed ways in which Certificates may be requested from this CaPool. # Optional. If specified, then only methods allowed in the IssuanceModes may be used to issue Certificates.
361358
&quot;allowConfigBasedIssuance&quot;: True or False, # Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.
@@ -460,7 +457,6 @@ <h3>Method Details</h3>
460457
&quot;publishCrl&quot;: True or False, # Optional. When true, publishes each CertificateAuthority&#x27;s CRL and includes its URL in the &quot;CRL Distribution Points&quot; X.509 extension in all issued Certificates. If this is false, CRLs will not be published and the corresponding X.509 extension will not be written in issued certificates. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.
461458
},
462459
&quot;tier&quot;: &quot;A String&quot;, # Required. Immutable. The Tier of this CaPool.
463-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this CaPool was last updated.
464460
}</pre>
465461
</div>
466462

@@ -533,7 +529,6 @@ <h3>Method Details</h3>
533529
{ # Response message for CertificateAuthorityService.ListCaPools.
534530
&quot;caPools&quot;: [ # The list of CaPools.
535531
{ # A CaPool represents a group of CertificateAuthorities that form a trust anchor. A CaPool can be used to manage issuance policies for one or more CertificateAuthority resources and to rotate CA certificates in and out of the trust anchor.
536-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this CaPool was created.
537532
&quot;issuancePolicy&quot;: { # Defines controls over all certificate issuance within a CaPool. # Optional. The IssuancePolicy to control how Certificates will be issued from this CaPool.
538533
&quot;allowedIssuanceModes&quot;: { # IssuanceModes specifies the allowed ways in which Certificates may be requested from this CaPool. # Optional. If specified, then only methods allowed in the IssuanceModes may be used to issue Certificates.
539534
&quot;allowConfigBasedIssuance&quot;: True or False, # Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.
@@ -638,7 +633,6 @@ <h3>Method Details</h3>
638633
&quot;publishCrl&quot;: True or False, # Optional. When true, publishes each CertificateAuthority&#x27;s CRL and includes its URL in the &quot;CRL Distribution Points&quot; X.509 extension in all issued Certificates. If this is false, CRLs will not be published and the corresponding X.509 extension will not be written in issued certificates. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.
639634
},
640635
&quot;tier&quot;: &quot;A String&quot;, # Required. Immutable. The Tier of this CaPool.
641-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this CaPool was last updated.
642636
},
643637
],
644638
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve next page of results. Pass this value in ListCertificateAuthoritiesRequest.next_page_token to retrieve the next page of results.
@@ -672,7 +666,6 @@ <h3>Method Details</h3>
672666
The object takes the form of:
673667

674668
{ # A CaPool represents a group of CertificateAuthorities that form a trust anchor. A CaPool can be used to manage issuance policies for one or more CertificateAuthority resources and to rotate CA certificates in and out of the trust anchor.
675-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which this CaPool was created.
676669
&quot;issuancePolicy&quot;: { # Defines controls over all certificate issuance within a CaPool. # Optional. The IssuancePolicy to control how Certificates will be issued from this CaPool.
677670
&quot;allowedIssuanceModes&quot;: { # IssuanceModes specifies the allowed ways in which Certificates may be requested from this CaPool. # Optional. If specified, then only methods allowed in the IssuanceModes may be used to issue Certificates.
678671
&quot;allowConfigBasedIssuance&quot;: True or False, # Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.
@@ -777,7 +770,6 @@ <h3>Method Details</h3>
777770
&quot;publishCrl&quot;: True or False, # Optional. When true, publishes each CertificateAuthority&#x27;s CRL and includes its URL in the &quot;CRL Distribution Points&quot; X.509 extension in all issued Certificates. If this is false, CRLs will not be published and the corresponding X.509 extension will not be written in issued certificates. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.
778771
},
779772
&quot;tier&quot;: &quot;A String&quot;, # Required. Immutable. The Tier of this CaPool.
780-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this CaPool was last updated.
781773
}
782774

783775
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).

Diff for: googleapiclient/discovery_cache/documents/privateca.v1.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@
15901590
}
15911591
}
15921592
},
1593-
"revision": "20211020",
1593+
"revision": "20211101",
15941594
"rootUrl": "https://privateca.googleapis.com/",
15951595
"schemas": {
15961596
"AccessUrls": {
@@ -1735,12 +1735,6 @@
17351735
"description": "A CaPool represents a group of CertificateAuthorities that form a trust anchor. A CaPool can be used to manage issuance policies for one or more CertificateAuthority resources and to rotate CA certificates in and out of the trust anchor.",
17361736
"id": "CaPool",
17371737
"properties": {
1738-
"createTime": {
1739-
"description": "Output only. The time at which this CaPool was created.",
1740-
"format": "google-datetime",
1741-
"readOnly": true,
1742-
"type": "string"
1743-
},
17441738
"issuancePolicy": {
17451739
"$ref": "IssuancePolicy",
17461740
"description": "Optional. The IssuancePolicy to control how Certificates will be issued from this CaPool."
@@ -1774,12 +1768,6 @@
17741768
"DevOps tier."
17751769
],
17761770
"type": "string"
1777-
},
1778-
"updateTime": {
1779-
"description": "Output only. The time at which this CaPool was last updated.",
1780-
"format": "google-datetime",
1781-
"readOnly": true,
1782-
"type": "string"
17831771
}
17841772
},
17851773
"type": "object"

Diff for: googleapiclient/discovery_cache/documents/privateca.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@
12541254
}
12551255
}
12561256
},
1257-
"revision": "20211020",
1257+
"revision": "20211101",
12581258
"rootUrl": "https://privateca.googleapis.com/",
12591259
"schemas": {
12601260
"AccessUrls": {

0 commit comments

Comments
 (0)