From 258ff94ef4e38e210d20adadb9212013b1943726 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:12:50 -0700 Subject: [PATCH] Regenerate toolresults client --- src/ToolResults/FileReference.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/ToolResults/FileReference.php b/src/ToolResults/FileReference.php index ff8a291bfba..b7a53a5b18e 100644 --- a/src/ToolResults/FileReference.php +++ b/src/ToolResults/FileReference.php @@ -21,11 +21,11 @@ class FileReference extends \Google\Model { /** * 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 + * `http://storage.googleapis.com/mybucket/path/to/test.xml` or in Cloud + * Storage URI 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 * * @var string */ @@ -33,11 +33,11 @@ class FileReference extends \Google\Model /** * 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 + * `http://storage.googleapis.com/mybucket/path/to/test.xml` or in Cloud + * Storage URI 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 * * @param string $fileUri */