Uses of Interface
com.google.datastore.v1.ProjectionOrBuilder
-
Packages that use ProjectionOrBuilder Package Description com.google.datastore.v1 -
-
Uses of ProjectionOrBuilder in com.google.datastore.v1
Classes in com.google.datastore.v1 that implement ProjectionOrBuilder Modifier and Type Class Description class
Projection
A representation of a property in a projection.static class
Projection.Builder
A representation of a property in a projection.Methods in com.google.datastore.v1 that return ProjectionOrBuilder Modifier and Type Method Description ProjectionOrBuilder
Query.Builder. getProjectionOrBuilder(int index)
The projection to return.ProjectionOrBuilder
Query. getProjectionOrBuilder(int index)
The projection to return.ProjectionOrBuilder
QueryOrBuilder. getProjectionOrBuilder(int index)
The projection to return.Methods in com.google.datastore.v1 that return types with arguments of type ProjectionOrBuilder Modifier and Type Method Description List<? extends ProjectionOrBuilder>
Query.Builder. getProjectionOrBuilderList()
The projection to return.List<? extends ProjectionOrBuilder>
Query. getProjectionOrBuilderList()
The projection to return.List<? extends ProjectionOrBuilder>
QueryOrBuilder. getProjectionOrBuilderList()
The projection to return.
-