PartitionId.Builder |
PartitionId.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PartitionId.Builder |
PartitionId.Builder.clear() |
|
PartitionId.Builder |
PartitionId.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
PartitionId.Builder |
PartitionId.Builder.clearNamespaceId() |
If not empty, the ID of the namespace to which the entities belong.
|
PartitionId.Builder |
PartitionId.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
PartitionId.Builder |
PartitionId.Builder.clearProjectId() |
The ID of the project to which the entities belong.
|
PartitionId.Builder |
PartitionId.Builder.clone() |
|
PartitionId.Builder |
DatastoreOptions.Builder.getPartitionIdBuilder() |
A partition ID identifies a grouping of entities.
|
PartitionId.Builder |
Key.Builder.getPartitionIdBuilder() |
Entities are partitioned into subsets, currently identified by a project
ID and namespace ID.
|
PartitionId.Builder |
PartitionId.Builder.mergeFrom(PartitionId other) |
|
PartitionId.Builder |
PartitionId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PartitionId.Builder |
PartitionId.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PartitionId.Builder |
PartitionId.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static PartitionId.Builder |
PartitionId.newBuilder() |
|
static PartitionId.Builder |
PartitionId.newBuilder(PartitionId prototype) |
|
PartitionId.Builder |
PartitionId.newBuilderForType() |
|
protected PartitionId.Builder |
PartitionId.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
PartitionId.Builder |
PartitionId.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PartitionId.Builder |
PartitionId.Builder.setNamespaceId(String value) |
If not empty, the ID of the namespace to which the entities belong.
|
PartitionId.Builder |
PartitionId.Builder.setNamespaceIdBytes(com.google.protobuf.ByteString value) |
If not empty, the ID of the namespace to which the entities belong.
|
PartitionId.Builder |
PartitionId.Builder.setProjectId(String value) |
The ID of the project to which the entities belong.
|
PartitionId.Builder |
PartitionId.Builder.setProjectIdBytes(com.google.protobuf.ByteString value) |
The ID of the project to which the entities belong.
|
PartitionId.Builder |
PartitionId.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
PartitionId.Builder |
PartitionId.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
PartitionId.Builder |
PartitionId.toBuilder() |
|