public interface PartitionIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseId()
If not empty, the ID of the database to which the entities
belong.
|
com.google.protobuf.ByteString |
getDatabaseIdBytes()
If not empty, the ID of the database to which the entities
belong.
|
String |
getNamespaceId()
If not empty, the ID of the namespace to which the entities belong.
|
com.google.protobuf.ByteString |
getNamespaceIdBytes()
If not empty, the ID of the namespace to which the entities belong.
|
String |
getProjectId()
The ID of the project to which the entities belong.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The ID of the project to which the entities belong.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
The ID of the project to which the entities belong.
string project_id = 2;com.google.protobuf.ByteString getProjectIdBytes()
The ID of the project to which the entities belong.
string project_id = 2;String getDatabaseId()
If not empty, the ID of the database to which the entities belong.
string database_id = 3;com.google.protobuf.ByteString getDatabaseIdBytes()
If not empty, the ID of the database to which the entities belong.
string database_id = 3;String getNamespaceId()
If not empty, the ID of the namespace to which the entities belong.
string namespace_id = 4;com.google.protobuf.ByteString getNamespaceIdBytes()
If not empty, the ID of the namespace to which the entities belong.
string namespace_id = 4;Copyright © 2023 Google LLC. All rights reserved.