Interface DriveDataRefOrBuilder (0.8.0)

public interface DriveDataRefOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDriveFileId()

public abstract String getDriveFileId()

The ID for the drive file. Use with the Drive API.

string drive_file_id = 2;

Returns
Type Description
String

The driveFileId.

getDriveFileIdBytes()

public abstract ByteString getDriveFileIdBytes()

The ID for the drive file. Use with the Drive API.

string drive_file_id = 2;

Returns
Type Description
ByteString

The bytes for driveFileId.