Interface PartitionIdOrBuilder (2.19.2)

public interface PartitionIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabaseId()

public abstract String getDatabaseId()

If not empty, the ID of the database to which the entities belong.

string database_id = 3;

Returns
Type Description
String

The databaseId.

getDatabaseIdBytes()

public abstract ByteString getDatabaseIdBytes()

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()

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.