Skip to content

Commit 089c915

Browse files
fix(privateca): update the API
#### privateca:v1 The following keys were changed: - resources.projects.resources.locations.resources.caPools.resources.certificateAuthorities.methods.patch.parameters.name.description - schemas.CertificateAuthority.properties.name.description
1 parent 0d6025e commit 089c915

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/privateca-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
],
755755
"parameters": {
756756
"name": {
757-
"description": "Output only. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.",
757+
"description": "Output only. Identifier. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.",
758758
"location": "path",
759759
"pattern": "^projects/[^/]+/locations/[^/]+/caPools/[^/]+/certificateAuthorities/[^/]+$",
760760
"required": true,
@@ -1605,7 +1605,7 @@
16051605
}
16061606
}
16071607
},
1608-
"revision": "20240918",
1608+
"revision": "20241002",
16091609
"rootUrl": "https://privateca.googleapis.com/",
16101610
"schemas": {
16111611
"AccessUrls": {
@@ -1956,7 +1956,7 @@
19561956
"type": "string"
19571957
},
19581958
"name": {
1959-
"description": "Output only. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.",
1959+
"description": "Output only. Identifier. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.",
19601960
"readOnly": true,
19611961
"type": "string"
19621962
},

src/apis/privateca/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export namespace privateca_v1 {
364364
*/
365365
lifetime?: string | null;
366366
/**
367-
* Output only. The resource name for this CertificateAuthority in the format `projects/x/locations/x/caPools/x/certificateAuthorities/x`.
367+
* Output only. Identifier. The resource name for this CertificateAuthority in the format `projects/x/locations/x/caPools/x/certificateAuthorities/x`.
368368
*/
369369
name?: string | null;
370370
/**
@@ -3633,7 +3633,7 @@ export namespace privateca_v1 {
36333633
export interface Params$Resource$Projects$Locations$Capools$Certificateauthorities$Patch
36343634
extends StandardParameters {
36353635
/**
3636-
* Output only. The resource name for this CertificateAuthority in the format `projects/x/locations/x/caPools/x/certificateAuthorities/x`.
3636+
* Output only. Identifier. The resource name for this CertificateAuthority in the format `projects/x/locations/x/caPools/x/certificateAuthorities/x`.
36373637
*/
36383638
name?: string;
36393639
/**

0 commit comments

Comments
 (0)