From f26a49052778a27e9f4eb3ec472861b3f542a98f Mon Sep 17 00:00:00 2001 From: gurusai-voleti Date: Thu, 29 Jan 2026 14:36:44 +0000 Subject: [PATCH] chore: Migrate gsutil usage to gcloud storage --- .../v1beta3/1.30.1/resources/toolresults.v1beta3.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/google-api-services-toolresults/v1beta3/1.30.1/resources/toolresults.v1beta3.json b/clients/google-api-services-toolresults/v1beta3/1.30.1/resources/toolresults.v1beta3.json index c9920d04aa8..eed3e47dfc1 100644 --- a/clients/google-api-services-toolresults/v1beta3/1.30.1/resources/toolresults.v1beta3.json +++ b/clients/google-api-services-toolresults/v1beta3/1.30.1/resources/toolresults.v1beta3.json @@ -782,8 +782,7 @@ "properties": { "fileUri": { "type": "string", - "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" - } + "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" } }, "id": "FileReference", "type": "object",