Interface PartitionIdOrBuilder (3.1.4)

public interface PartitionIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNamespaceId()

public abstract String getNamespaceId()

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

string namespace_id = 4;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The ID of the project to which the entities belong.

string project_id = 2;

Returns
TypeDescription
ByteString

The bytes for projectId.