Skip to content

Commit

Permalink
fix(privateca): update the API
Browse files Browse the repository at this point in the history
#### privateca:v1

The following keys were changed:
- resources.projects.resources.locations.resources.caPools.methods.patch.parameters.name.description
- schemas.CaPool.properties.name.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 10, 2024
1 parent 0ffc422 commit ecf5c60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions discovery/privateca-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
],
"parameters": {
"name": {
"description": "Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.",
"description": "Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/caPools/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1605,7 +1605,7 @@
}
}
},
"revision": "20240819",
"revision": "20240918",
"rootUrl": "https://privateca.googleapis.com/",
"schemas": {
"AccessUrls": {
Expand Down Expand Up @@ -1762,7 +1762,7 @@
"type": "object"
},
"name": {
"description": "Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.",
"description": "Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.",
"readOnly": true,
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions src/apis/privateca/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export namespace privateca_v1 {
*/
labels?: {[key: string]: string} | null;
/**
* Output only. The resource name for this CaPool in the format `projects/x/locations/x/caPools/x`.
* Output only. Identifier. The resource name for this CaPool in the format `projects/x/locations/x/caPools/x`.
*/
name?: string | null;
/**
Expand Down Expand Up @@ -2562,7 +2562,7 @@ export namespace privateca_v1 {
export interface Params$Resource$Projects$Locations$Capools$Patch
extends StandardParameters {
/**
* Output only. The resource name for this CaPool in the format `projects/x/locations/x/caPools/x`.
* Output only. Identifier. The resource name for this CaPool in the format `projects/x/locations/x/caPools/x`.
*/
name?: string;
/**
Expand Down

0 comments on commit ecf5c60

Please sign in to comment.