Interface BigTableIODetailsOrBuilder (0.9.0)

public interface BigTableIODetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceId()

public abstract String getInstanceId()

InstanceId accessed in the connection.

string instance_id = 2;

Returns
TypeDescription
String

The instanceId.

getInstanceIdBytes()

public abstract ByteString getInstanceIdBytes()

InstanceId accessed in the connection.

string instance_id = 2;

Returns
TypeDescription
ByteString

The bytes for instanceId.

getProjectId()

public abstract String getProjectId()

ProjectId accessed in the connection.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

ProjectId accessed in the connection.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

getTableId()

public abstract String getTableId()

TableId accessed in the connection.

string table_id = 3;

Returns
TypeDescription
String

The tableId.

getTableIdBytes()

public abstract ByteString getTableIdBytes()

TableId accessed in the connection.

string table_id = 3;

Returns
TypeDescription
ByteString

The bytes for tableId.