public interface DatastoreIODetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNamespace()
public abstract String getNamespace()
Namespace used in the connection.
string namespace = 1;
Returns | |
---|---|
Type | Description |
String |
The namespace. |
getNamespaceBytes()
public abstract ByteString getNamespaceBytes()
Namespace used in the connection.
string namespace = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for namespace. |
getProjectId()
public abstract String getProjectId()
ProjectId accessed in the connection.
string project_id = 2;
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
ProjectId accessed in the connection.
string project_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |