public interface PartitionIdOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNamespaceId()
If not empty, the ID of the namespace to which the entities belong.
|
ByteString |
getNamespaceIdBytes()
If not empty, the ID of the namespace to which the entities belong.
|
java.lang.String |
getProjectId()
The ID of the project to which the entities belong.
|
ByteString |
getProjectIdBytes()
The ID of the project to which the entities belong.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getProjectId()
The ID of the project to which the entities belong.
string project_id = 2;
ByteString getProjectIdBytes()
The ID of the project to which the entities belong.
string project_id = 2;
java.lang.String getNamespaceId()
If not empty, the ID of the namespace to which the entities belong.
string namespace_id = 4;
ByteString getNamespaceIdBytes()
If not empty, the ID of the namespace to which the entities belong.
string namespace_id = 4;