File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 392
392
],
393
393
"parameters" : {
394
394
"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/*`." ,
396
396
"location" : " path" ,
397
397
"pattern" : " ^projects/[^/]+/locations/[^/]+/caPools/[^/]+$" ,
398
398
"required" : true ,
1605
1605
}
1606
1606
}
1607
1607
},
1608
- "revision" : " 20240819 " ,
1608
+ "revision" : " 20240918 " ,
1609
1609
"rootUrl" : " https://privateca.googleapis.com/" ,
1610
1610
"schemas" : {
1611
1611
"AccessUrls" : {
1762
1762
"type" : " object"
1763
1763
},
1764
1764
"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/*`." ,
1766
1766
"readOnly" : true ,
1767
1767
"type" : " string"
1768
1768
},
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ export namespace privateca_v1 {
240
240
*/
241
241
labels ?: { [ key : string ] : string } | null ;
242
242
/**
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`.
244
244
*/
245
245
name ?: string | null ;
246
246
/**
@@ -2562,7 +2562,7 @@ export namespace privateca_v1 {
2562
2562
export interface Params$Resource$Projects$Locations$Capools$Patch
2563
2563
extends StandardParameters {
2564
2564
/**
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`.
2566
2566
*/
2567
2567
name ?: string ;
2568
2568
/**
You can’t perform that action at this time.
0 commit comments