Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
PartitionId.Builder |
PartitionId.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PartitionId.Builder |
PartitionId.Builder.clear() |
PartitionId.Builder |
PartitionId.Builder.clearDatabaseId()
If not empty, the ID of the database to which the entities
belong.
|
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 |
RunAggregationQueryRequest.Builder.getPartitionIdBuilder()
Entities are partitioned into subsets, identified by a partition ID.
|
PartitionId.Builder |
Key.Builder.getPartitionIdBuilder()
Entities are partitioned into subsets, currently identified by a project
ID and namespace ID.
|
PartitionId.Builder |
RunQueryRequest.Builder.getPartitionIdBuilder()
Entities are partitioned into subsets, identified by a partition ID.
|
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.mergeFrom(PartitionId 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.setDatabaseId(String value)
If not empty, the ID of the database to which the entities
belong.
|
PartitionId.Builder |
PartitionId.Builder.setDatabaseIdBytes(com.google.protobuf.ByteString value)
If not empty, the ID of the database to which the entities
belong.
|
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() |
Modifier and Type | Method and Description |
---|---|
RunAggregationQueryRequest.Builder |
RunAggregationQueryRequest.Builder.setPartitionId(PartitionId.Builder builderForValue)
Entities are partitioned into subsets, identified by a partition ID.
|
Key.Builder |
Key.Builder.setPartitionId(PartitionId.Builder builderForValue)
Entities are partitioned into subsets, currently identified by a project
ID and namespace ID.
|
RunQueryRequest.Builder |
RunQueryRequest.Builder.setPartitionId(PartitionId.Builder builderForValue)
Entities are partitioned into subsets, identified by a partition ID.
|
Copyright © 2023 Google LLC. All rights reserved.