File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1469
1469
}
1470
1470
}
1471
1471
},
1472
- "revision" : " 20240524 " ,
1472
+ "revision" : " 20240621 " ,
1473
1473
"rootUrl" : " https://run.googleapis.com/" ,
1474
1474
"schemas" : {
1475
1475
"GoogleCloudRunV2BinaryAuthorization" : {
2141
2141
"id" : " GoogleCloudRunV2GCSVolumeSource" ,
2142
2142
"properties" : {
2143
2143
"bucket" : {
2144
- "description" : " Cloud Storage Bucket name." ,
2144
+ "description" : " Cloud Storage Bucket name. TODO (b/344678062) Fix the error validation once dynamic mounting is public. " ,
2145
2145
"type" : " string"
2146
2146
},
2147
2147
"readOnly" : {
2282
2282
"type" : " string"
2283
2283
},
2284
2284
"deleteTime" : {
2285
- "description" : " Output only. The deletion time." ,
2285
+ "description" : " Output only. The deletion time. It is only populated as a response to a Delete request. " ,
2286
2286
"format" : " google-datetime" ,
2287
2287
"readOnly" : true ,
2288
2288
"type" : " string"
3083
3083
"type" : " boolean"
3084
3084
},
3085
3085
"deleteTime" : {
3086
- "description" : " Output only. The deletion time." ,
3086
+ "description" : " Output only. The deletion time. It is only populated as a response to a Delete request. " ,
3087
3087
"format" : " google-datetime" ,
3088
3088
"readOnly" : true ,
3089
3089
"type" : " string"
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ export namespace run_v2 {
521
521
*/
522
522
export interface Schema$GoogleCloudRunV2GCSVolumeSource {
523
523
/**
524
- * Cloud Storage Bucket name.
524
+ * Cloud Storage Bucket name. TODO (b/344678062) Fix the error validation once dynamic mounting is public.
525
525
*/
526
526
bucket ?: string | null ;
527
527
/**
@@ -626,7 +626,7 @@ export namespace run_v2 {
626
626
*/
627
627
creator ?: string | null ;
628
628
/**
629
- * Output only. The deletion time.
629
+ * Output only. The deletion time. It is only populated as a response to a Delete request.
630
630
*/
631
631
deleteTime ?: string | null ;
632
632
/**
@@ -1190,7 +1190,7 @@ export namespace run_v2 {
1190
1190
*/
1191
1191
defaultUriDisabled ?: boolean | null ;
1192
1192
/**
1193
- * Output only. The deletion time.
1193
+ * Output only. The deletion time. It is only populated as a response to a Delete request.
1194
1194
*/
1195
1195
deleteTime ?: string | null ;
1196
1196
/**
You can’t perform that action at this time.
0 commit comments