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 classProjectionA representation of a property in a projection.static classProjection.BuilderA representation of a property in a projection.Methods in com.google.datastore.v1 that return ProjectionOrBuilder Modifier and Type Method Description ProjectionOrBuilderQuery.Builder. getProjectionOrBuilder(int index)The projection to return.ProjectionOrBuilderQuery. getProjectionOrBuilder(int index)The projection to return.ProjectionOrBuilderQueryOrBuilder. 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.
-