public interface DriveDestinationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExportUri()
public abstract String getExportUri()
Output only. Link used to play back the recording file in the browser. For
example, https://drive.google.com/file/d/{$fileId}/view
.
string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The exportUri. |
getExportUriBytes()
public abstract ByteString getExportUriBytes()
Output only. Link used to play back the recording file in the browser. For
example, https://drive.google.com/file/d/{$fileId}/view
.
string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for exportUri. |
getFile()
public abstract String getFile()
Output only. The fileId
for the underlying MP4 file. For example,
"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use $ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media
to download
the blob. For more information, see
https://developers.google.com/drive/api/v3/reference/files/get.
string file = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The file. |
getFileBytes()
public abstract ByteString getFileBytes()
Output only. The fileId
for the underlying MP4 file. For example,
"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use $ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media
to download
the blob. For more information, see
https://developers.google.com/drive/api/v3/reference/files/get.
string file = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for file. |