public interface SpannerIODetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabaseId()
public abstract String getDatabaseId()DatabaseId accessed in the connection.
string database_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The databaseId. |
getDatabaseIdBytes()
public abstract ByteString getDatabaseIdBytes()DatabaseId accessed in the connection.
string database_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for databaseId. |
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. |