diff --git a/src/ToolResults/FileReference.php b/src/ToolResults/FileReference.php index ff8a291bfb..b7a53a5b18 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 */