public interface PartitionIdOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNamespaceId()
public abstract String getNamespaceId()If not empty, the ID of the namespace to which the entities belong.
string namespace_id = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The namespaceId. |
getNamespaceIdBytes()
public abstract ByteString getNamespaceIdBytes()If not empty, the ID of the namespace to which the entities belong.
string namespace_id = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for namespaceId. |
getProjectId()
public abstract String getProjectId()The ID of the project to which the entities belong.
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()The ID of the project to which the entities belong.
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |