Skip to content

Commit e92945d

Browse files
chore: Migrate gsutil usage to gcloud storage (#3470)
* chore: Migrate gsutil usage to gcloud storage * Update toolresults-api.json
1 parent ba218c1 commit e92945d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolresults/v1beta3/toolresults-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,7 +2022,7 @@
20222022
"id": "FileReference",
20232023
"properties": {
20242024
"fileUri": {
2025-
"description": "The URI of a file stored in Google Cloud Storage. For example: http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format: gs://mybucket/path/to/test.xml with version-specific info, gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if the URI format is not supported. - In response: always set - In create/update request: always set",
2025+
"description": "The URI of a file stored in Google Cloud Storage. For example: http://storage.googleapis.com/mybucket/path/to/test.xml or in gcloud storage format: gs://mybucket/path/to/test.xml with version-specific info, gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if the URI format is not supported. - In response: always set - In create/update request: always set",
20262026
"type": "string"
20272027
}
20282028
},
@@ -3932,4 +3932,4 @@
39323932
"servicePath": "",
39333933
"title": "Cloud Tool Results API",
39343934
"version": "v1beta3"
3935-
}
3935+
}

0 commit comments

Comments
 (0)