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 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 ,
16051605 }
16061606 }
16071607 },
1608- "revision" : " 20240819 " ,
1608+ "revision" : " 20240918 " ,
16091609 "rootUrl" : " https://privateca.googleapis.com/" ,
16101610 "schemas" : {
16111611 "AccessUrls" : {
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 },
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments