Skip to content

Commit debf656

Browse files
1 parent 34342c6 commit debf656

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/ToolResults/FileReference.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ class FileReference extends \Google\Model
2121
{
2222
/**
2323
* The URI of a file stored in Google Cloud Storage. For example:
24-
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil
25-
* format: gs://mybucket/path/to/test.xml with version-specific info,
26-
* gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error
27-
* will be returned if the URI format is not supported. - In response: always
28-
* set - In create/update request: always set
24+
* `http://storage.googleapis.com/mybucket/path/to/test.xml` or in Cloud
25+
* Storage URI format: `gs://mybucket/path/to/test.xml` with version-specific
26+
* info, `gs://mybucket/path/to/test.xml#1360383693690000` An INVALID_ARGUMENT
27+
* error will be returned if the URI format is not supported. - In response:
28+
* always set - In create/update request: always set
2929
*
3030
* @var string
3131
*/
3232
public $fileUri;
3333

3434
/**
3535
* The URI of a file stored in Google Cloud Storage. For example:
36-
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil
37-
* format: gs://mybucket/path/to/test.xml with version-specific info,
38-
* gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error
39-
* will be returned if the URI format is not supported. - In response: always
40-
* set - In create/update request: always set
36+
* `http://storage.googleapis.com/mybucket/path/to/test.xml` or in Cloud
37+
* Storage URI format: `gs://mybucket/path/to/test.xml` with version-specific
38+
* info, `gs://mybucket/path/to/test.xml#1360383693690000` An INVALID_ARGUMENT
39+
* error will be returned if the URI format is not supported. - In response:
40+
* always set - In create/update request: always set
4141
*
4242
* @param string $fileUri
4343
*/

0 commit comments

Comments
 (0)