public interface DriveDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExportUri()
Output only.
|
com.google.protobuf.ByteString |
getExportUriBytes()
Output only.
|
String |
getFile()
Output only.
|
com.google.protobuf.ByteString |
getFileBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];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];com.google.protobuf.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];Copyright © 2024 Google LLC. All rights reserved.