Interface PartitionIdOrBuilder (2.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface PartitionIdOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getDatabaseId()
publicabstractStringgetDatabaseId()If not empty, the ID of the database to which the entities belong.
string database_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The databaseId. |
getDatabaseIdBytes()
publicabstractByteStringgetDatabaseIdBytes()If not empty, the ID of the database to which the entities belong.
string database_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for databaseId. |
getNamespaceId()
publicabstractStringgetNamespaceId()If not empty, the ID of the namespace to which the entities belong.
string namespace_id = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The namespaceId. |
getNamespaceIdBytes()
publicabstractByteStringgetNamespaceIdBytes()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()
publicabstractStringgetProjectId()The ID of the project to which the entities belong.
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
publicabstractByteStringgetProjectIdBytes()The ID of the project to which the entities belong.
string project_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |