Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
StructuredQuery.Projection |
StructuredQuery.Projection.Builder.build() |
StructuredQuery.Projection |
StructuredQuery.Projection.Builder.buildPartial() |
static StructuredQuery.Projection |
StructuredQuery.Projection.getDefaultInstance() |
StructuredQuery.Projection |
StructuredQuery.Projection.getDefaultInstanceForType() |
StructuredQuery.Projection |
StructuredQuery.Projection.Builder.getDefaultInstanceForType() |
StructuredQuery.Projection |
StructuredQuery.getSelect()
Optional sub-set of the fields to return.
|
StructuredQuery.Projection |
StructuredQuery.Builder.getSelect()
Optional sub-set of the fields to return.
|
StructuredQuery.Projection |
StructuredQueryOrBuilder.getSelect()
Optional sub-set of the fields to return.
|
static StructuredQuery.Projection |
StructuredQuery.Projection.parseDelimitedFrom(InputStream input) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(byte[] data) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(ByteBuffer data) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(com.google.protobuf.ByteString data) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(com.google.protobuf.CodedInputStream input) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(InputStream input) |
static StructuredQuery.Projection |
StructuredQuery.Projection.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<StructuredQuery.Projection> |
StructuredQuery.Projection.getParserForType() |
static com.google.protobuf.Parser<StructuredQuery.Projection> |
StructuredQuery.Projection.parser() |
Modifier and Type | Method and Description |
---|---|
StructuredQuery.Projection.Builder |
StructuredQuery.Projection.Builder.mergeFrom(StructuredQuery.Projection other) |
StructuredQuery.Builder |
StructuredQuery.Builder.mergeSelect(StructuredQuery.Projection value)
Optional sub-set of the fields to return.
|
static StructuredQuery.Projection.Builder |
StructuredQuery.Projection.newBuilder(StructuredQuery.Projection prototype) |
StructuredQuery.Builder |
StructuredQuery.Builder.setSelect(StructuredQuery.Projection value)
Optional sub-set of the fields to return.
|
Copyright © 2023 Google LLC. All rights reserved.