Class ProjectionEntityQuery (2.19.0)

public final class ProjectionEntityQuery extends StructuredQuery<ProjectionEntity>

An implementation of a Google Cloud Datastore projection entity query that can be constructed by providing all the specific query elements. See Also: Datastore queries

Inheritance

java.lang.Object > Query<V> > StructuredQuery > ProjectionEntityQuery

Methods

toBuilder()

public ProjectionEntityQuery.Builder toBuilder()
Returns
TypeDescription
ProjectionEntityQuery.Builder
Overrides