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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Projection.Builder.clear()Projection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Projection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Projection.Builder.clearProperty()The property to project.Projection.Builder.clone()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.final Projection.BuilderProjection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Projection.BuilderProjection.newBuilder()static Projection.BuilderProjection.newBuilder(Projection prototype) Projection.newBuilderForType()protected Projection.BuilderProjection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Projection.Builder.setProperty(PropertyReference value) The property to project.Projection.Builder.setProperty(PropertyReference.Builder builderForValue) The property to project.Projection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Projection.BuilderProjection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.