Uses of Class
com.google.datastore.v1.Projection
-
Packages that use Projection Package Description com.google.datastore.v1 -
-
Uses of Projection in com.google.datastore.v1
Methods in com.google.datastore.v1 that return Projection Modifier and Type Method Description Projection
Projection.Builder. build()
Projection
Projection.Builder. buildPartial()
static Projection
Projection. getDefaultInstance()
Projection
Projection.Builder. getDefaultInstanceForType()
Projection
Projection. getDefaultInstanceForType()
Projection
Query.Builder. getProjection(int index)
The projection to return.Projection
Query. getProjection(int index)
The projection to return.Projection
QueryOrBuilder. getProjection(int index)
The projection to return.static Projection
Projection. parseDelimitedFrom(InputStream input)
static Projection
Projection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Projection
Projection. parseFrom(byte[] data)
static Projection
Projection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Projection
Projection. parseFrom(com.google.protobuf.ByteString data)
static Projection
Projection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Projection
Projection. parseFrom(com.google.protobuf.CodedInputStream input)
static Projection
Projection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Projection
Projection. parseFrom(InputStream input)
static Projection
Projection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Projection
Projection. parseFrom(ByteBuffer data)
static Projection
Projection. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.v1 that return types with arguments of type Projection Modifier and Type Method Description com.google.protobuf.Parser<Projection>
Projection. getParserForType()
List<Projection>
Query.Builder. getProjectionList()
The projection to return.List<Projection>
Query. getProjectionList()
The projection to return.List<Projection>
QueryOrBuilder. getProjectionList()
The projection to return.static com.google.protobuf.Parser<Projection>
Projection. parser()
Methods in com.google.datastore.v1 with parameters of type Projection Modifier and Type Method Description Query.Builder
Query.Builder. addProjection(int index, Projection value)
The projection to return.Query.Builder
Query.Builder. addProjection(Projection value)
The projection to return.Projection.Builder
Projection.Builder. mergeFrom(Projection other)
static Projection.Builder
Projection. newBuilder(Projection prototype)
Query.Builder
Query.Builder. setProjection(int index, Projection value)
The projection to return.Method parameters in com.google.datastore.v1 with type arguments of type Projection Modifier and Type Method Description Query.Builder
Query.Builder. addAllProjection(Iterable<? extends Projection> values)
The projection to return.
-