Skip to content

Commit 60ffb13

Browse files
yoshi-automationsofisl
authored andcommitted
fix(run): update the API
#### run:v2 The following keys were changed: - schemas.GoogleCloudRunV2GCSVolumeSource.properties.bucket.description - schemas.GoogleCloudRunV2Job.properties.deleteTime.description - schemas.GoogleCloudRunV2Service.properties.deleteTime.description
1 parent 09a4398 commit 60ffb13

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

discovery/run-v2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@
14691469
}
14701470
}
14711471
},
1472-
"revision": "20240524",
1472+
"revision": "20240621",
14731473
"rootUrl": "https://run.googleapis.com/",
14741474
"schemas": {
14751475
"GoogleCloudRunV2BinaryAuthorization": {
@@ -2141,7 +2141,7 @@
21412141
"id": "GoogleCloudRunV2GCSVolumeSource",
21422142
"properties": {
21432143
"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.",
21452145
"type": "string"
21462146
},
21472147
"readOnly": {
@@ -2282,7 +2282,7 @@
22822282
"type": "string"
22832283
},
22842284
"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.",
22862286
"format": "google-datetime",
22872287
"readOnly": true,
22882288
"type": "string"
@@ -3083,7 +3083,7 @@
30833083
"type": "boolean"
30843084
},
30853085
"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.",
30873087
"format": "google-datetime",
30883088
"readOnly": true,
30893089
"type": "string"

src/apis/run/v2.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ export namespace run_v2 {
521521
*/
522522
export interface Schema$GoogleCloudRunV2GCSVolumeSource {
523523
/**
524-
* Cloud Storage Bucket name.
524+
* Cloud Storage Bucket name. TODO (b/344678062) Fix the error validation once dynamic mounting is public.
525525
*/
526526
bucket?: string | null;
527527
/**
@@ -626,7 +626,7 @@ export namespace run_v2 {
626626
*/
627627
creator?: string | null;
628628
/**
629-
* Output only. The deletion time.
629+
* Output only. The deletion time. It is only populated as a response to a Delete request.
630630
*/
631631
deleteTime?: string | null;
632632
/**
@@ -1190,7 +1190,7 @@ export namespace run_v2 {
11901190
*/
11911191
defaultUriDisabled?: boolean | null;
11921192
/**
1193-
* Output only. The deletion time.
1193+
* Output only. The deletion time. It is only populated as a response to a Delete request.
11941194
*/
11951195
deleteTime?: string | null;
11961196
/**

0 commit comments

Comments
 (0)