Interface DriveDataRefOrBuilder (0.1.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
TypeDescription
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
TypeDescription
ByteString

The bytes for driveFileId.