public interface BigTableIODetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstanceId()
public abstract String getInstanceId()
InstanceId accessed in the connection.
string instance_id = 2;
Returns | |
---|---|
Type | Description |
String |
The instanceId. |
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes()
InstanceId accessed in the connection.
string instance_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for instanceId. |
getProjectId()
public abstract String getProjectId()
ProjectId accessed in the connection.
string project_id = 1;
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
ProjectId accessed in the connection.
string project_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |
getTableId()
public abstract String getTableId()
TableId accessed in the connection.
string table_id = 3;
Returns | |
---|---|
Type | Description |
String |
The tableId. |
getTableIdBytes()
public abstract ByteString getTableIdBytes()
TableId accessed in the connection.
string table_id = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tableId. |