Uses of Class
com.google.datastore.v1.Projection.Builder
-
Uses of Projection.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Projection.BuilderModifier and TypeMethodDescriptionQuery.Builder.addProjectionBuilder()The projection to return.Query.Builder.addProjectionBuilder(int index) The projection to return.Projection.Builder.clear()Projection.Builder.clearProperty()The property to project.Query.Builder.getProjectionBuilder(int index) The projection to return.Projection.Builder.mergeFrom(Projection other) Projection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Projection.Builder.mergeFrom(com.google.protobuf.Message other) Projection.Builder.mergeProperty(PropertyReference value) The property to project.static Projection.BuilderProjection.newBuilder()static Projection.BuilderProjection.newBuilder(Projection prototype) Projection.newBuilderForType()protected Projection.BuilderProjection.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Projection.Builder.setProperty(PropertyReference value) The property to project.Projection.Builder.setProperty(PropertyReference.Builder builderForValue) The property to project.Projection.toBuilder()Methods in com.google.datastore.v1 that return types with arguments of type Projection.BuilderModifier and TypeMethodDescriptionQuery.Builder.getProjectionBuilderList()The projection to return.Methods in com.google.datastore.v1 with parameters of type Projection.BuilderModifier and TypeMethodDescriptionQuery.Builder.addProjection(int index, Projection.Builder builderForValue) The projection to return.Query.Builder.addProjection(Projection.Builder builderForValue) The projection to return.Query.Builder.setProjection(int index, Projection.Builder builderForValue) The projection to return.