Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/ToolResults/FileReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ 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
*/
public $fileUri;

/**
* 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
*/
Expand Down
Loading