Skip to content

Commit ecf5c60

Browse files
yoshi-automationsofisl
authored andcommitted
fix(privateca): update the API
#### privateca:v1 The following keys were changed: - resources.projects.resources.locations.resources.caPools.methods.patch.parameters.name.description - schemas.CaPool.properties.name.description
1 parent 0ffc422 commit ecf5c60

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
@@ -392,7 +392,7 @@
392392
],
393393
"parameters": {
394394
"name": {
395-
"description": "Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.",
395+
"description": "Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.",
396396
"location": "path",
397397
"pattern": "^projects/[^/]+/locations/[^/]+/caPools/[^/]+$",
398398
"required": true,
@@ -1605,7 +1605,7 @@
16051605
}
16061606
}
16071607
},
1608-
"revision": "20240819",
1608+
"revision": "20240918",
16091609
"rootUrl": "https://privateca.googleapis.com/",
16101610
"schemas": {
16111611
"AccessUrls": {
@@ -1762,7 +1762,7 @@
17621762
"type": "object"
17631763
},
17641764
"name": {
1765-
"description": "Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.",
1765+
"description": "Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.",
17661766
"readOnly": true,
17671767
"type": "string"
17681768
},

src/apis/privateca/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export namespace privateca_v1 {
240240
*/
241241
labels?: {[key: string]: string} | null;
242242
/**
243-
* Output only. The resource name for this CaPool in the format `projects/x/locations/x/caPools/x`.
243+
* Output only. Identifier. The resource name for this CaPool in the format `projects/x/locations/x/caPools/x`.
244244
*/
245245
name?: string | null;
246246
/**
@@ -2562,7 +2562,7 @@ export namespace privateca_v1 {
25622562
export interface Params$Resource$Projects$Locations$Capools$Patch
25632563
extends StandardParameters {
25642564
/**
2565-
* Output only. The resource name for this CaPool in the format `projects/x/locations/x/caPools/x`.
2565+
* Output only. Identifier. The resource name for this CaPool in the format `projects/x/locations/x/caPools/x`.
25662566
*/
25672567
name?: string;
25682568
/**

0 commit comments

Comments
 (0)