public final class DriveDestination extends GeneratedMessageV3 implements DriveDestinationOrBuilder
Export location where a recording file is saved in Google Drive.
Protobuf type google.apps.meet.v2beta.DriveDestination
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DriveDestinationImplements
DriveDestinationOrBuilderStatic Fields
EXPORT_URI_FIELD_NUMBER
public static final int EXPORT_URI_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
FILE_FIELD_NUMBER
public static final int FILE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DriveDestination getDefaultInstance()
Returns | |
---|---|
Type | Description |
DriveDestination |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DriveDestination.Builder newBuilder()
Returns | |
---|---|
Type | Description |
DriveDestination.Builder |
newBuilder(DriveDestination prototype)
public static DriveDestination.Builder newBuilder(DriveDestination prototype)
Parameter | |
---|---|
Name | Description |
prototype | DriveDestination |
Returns | |
---|---|
Type | Description |
DriveDestination.Builder |
parseDelimitedFrom(InputStream input)
public static DriveDestination parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DriveDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static DriveDestination parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DriveDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DriveDestination parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DriveDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DriveDestination parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DriveDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static DriveDestination parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DriveDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DriveDestination parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DriveDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DriveDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DriveDestination> parser()
Returns | |
---|---|
Type | Description |
Parser<DriveDestination> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public DriveDestination getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DriveDestination |
getExportUri()
public 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 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 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 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. |
getParserForType()
public Parser<DriveDestination> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<DriveDestination> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public DriveDestination.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
DriveDestination.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DriveDestination.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
DriveDestination.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public DriveDestination.Builder toBuilder()
Returns | |
---|---|
Type | Description |
DriveDestination.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |