Skip to content

Commit f26a490

Browse files
chore: Migrate gsutil usage to gcloud storage
1 parent c2c9a84 commit f26a490

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clients/google-api-services-toolresults/v1beta3/1.30.1/resources/toolresults.v1beta3.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,7 @@
782782
"properties": {
783783
"fileUri": {
784784
"type": "string",
785-
"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"
786-
}
785+
"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" }
787786
},
788787
"id": "FileReference",
789788
"type": "object",

0 commit comments

Comments
 (0)