Uses of Class
com.google.datastore.v1.PartitionId.Builder
-
Uses of PartitionId.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return PartitionId.BuilderModifier and TypeMethodDescriptionPartitionId.Builder.clear()PartitionId.Builder.clearDatabaseId()If not empty, the ID of the database to which the entities belong.PartitionId.Builder.clearNamespaceId()If not empty, the ID of the namespace to which the entities belong.PartitionId.Builder.clearProjectId()The ID of the project to which the entities belong.Key.Builder.getPartitionIdBuilder()Entities are partitioned into subsets, currently identified by a project ID and namespace ID.RunAggregationQueryRequest.Builder.getPartitionIdBuilder()Entities are partitioned into subsets, identified by a partition ID.RunQueryRequest.Builder.getPartitionIdBuilder()Entities are partitioned into subsets, identified by a partition ID.PartitionId.Builder.mergeFrom(PartitionId other) PartitionId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PartitionId.Builder.mergeFrom(com.google.protobuf.Message other) static PartitionId.BuilderPartitionId.newBuilder()static PartitionId.BuilderPartitionId.newBuilder(PartitionId prototype) PartitionId.newBuilderForType()protected PartitionId.BuilderPartitionId.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PartitionId.Builder.setDatabaseId(String value) If not empty, the ID of the database to which the entities belong.PartitionId.Builder.setDatabaseIdBytes(com.google.protobuf.ByteString value) If not empty, the ID of the database to which the entities belong.PartitionId.Builder.setNamespaceId(String value) If not empty, the ID of the namespace to which the entities belong.PartitionId.Builder.setNamespaceIdBytes(com.google.protobuf.ByteString value) If not empty, the ID of the namespace to which the entities belong.PartitionId.Builder.setProjectId(String value) The ID of the project to which the entities belong.PartitionId.Builder.setProjectIdBytes(com.google.protobuf.ByteString value) The ID of the project to which the entities belong.PartitionId.toBuilder()Methods in com.google.datastore.v1 with parameters of type PartitionId.BuilderModifier and TypeMethodDescriptionKey.Builder.setPartitionId(PartitionId.Builder builderForValue) Entities are partitioned into subsets, currently identified by a project ID and namespace ID.RunAggregationQueryRequest.Builder.setPartitionId(PartitionId.Builder builderForValue) Entities are partitioned into subsets, identified by a partition ID.RunQueryRequest.Builder.setPartitionId(PartitionId.Builder builderForValue) Entities are partitioned into subsets, identified by a partition ID.