Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
Projection |
Projection.Builder.build() |
Projection |
Projection.Builder.buildPartial() |
static Projection |
Projection.getDefaultInstance() |
Projection |
Projection.getDefaultInstanceForType() |
Projection |
Projection.Builder.getDefaultInstanceForType() |
Projection |
Query.getProjection(int index)
The projection to return.
|
Projection |
Query.Builder.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(ByteBuffer data) |
static Projection |
Projection.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Projection> |
Projection.getParserForType() |
List<Projection> |
Query.getProjectionList()
The projection to return.
|
List<Projection> |
Query.Builder.getProjectionList()
The projection to return.
|
List<Projection> |
QueryOrBuilder.getProjectionList()
The projection to return.
|
static com.google.protobuf.Parser<Projection> |
Projection.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Query.Builder |
Query.Builder.addAllProjection(Iterable<? extends Projection> values)
The projection to return.
|
Copyright © 2023 Google LLC. All rights reserved.