Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
StructuredQuery.Order |
StructuredQuery.Order.Builder.build() |
StructuredQuery.Order |
StructuredQuery.Order.Builder.buildPartial() |
static StructuredQuery.Order |
StructuredQuery.Order.getDefaultInstance() |
StructuredQuery.Order |
StructuredQuery.Order.getDefaultInstanceForType() |
StructuredQuery.Order |
StructuredQuery.Order.Builder.getDefaultInstanceForType() |
StructuredQuery.Order |
StructuredQuery.getOrderBy(int index)
The order to apply to the query results.
|
StructuredQuery.Order |
StructuredQuery.Builder.getOrderBy(int index)
The order to apply to the query results.
|
StructuredQuery.Order |
StructuredQueryOrBuilder.getOrderBy(int index)
The order to apply to the query results.
|
static StructuredQuery.Order |
StructuredQuery.Order.parseDelimitedFrom(InputStream input) |
static StructuredQuery.Order |
StructuredQuery.Order.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(byte[] data) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(ByteBuffer data) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(com.google.protobuf.ByteString data) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(com.google.protobuf.CodedInputStream input) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(InputStream input) |
static StructuredQuery.Order |
StructuredQuery.Order.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<StructuredQuery.Order> |
StructuredQuery.getOrderByList()
The order to apply to the query results.
|
List<StructuredQuery.Order> |
StructuredQuery.Builder.getOrderByList()
The order to apply to the query results.
|
List<StructuredQuery.Order> |
StructuredQueryOrBuilder.getOrderByList()
The order to apply to the query results.
|
com.google.protobuf.Parser<StructuredQuery.Order> |
StructuredQuery.Order.getParserForType() |
static com.google.protobuf.Parser<StructuredQuery.Order> |
StructuredQuery.Order.parser() |
Modifier and Type | Method and Description |
---|---|
StructuredQuery.Builder |
StructuredQuery.Builder.addOrderBy(int index,
StructuredQuery.Order value)
The order to apply to the query results.
|
StructuredQuery.Builder |
StructuredQuery.Builder.addOrderBy(StructuredQuery.Order value)
The order to apply to the query results.
|
StructuredQuery.Order.Builder |
StructuredQuery.Order.Builder.mergeFrom(StructuredQuery.Order other) |
static StructuredQuery.Order.Builder |
StructuredQuery.Order.newBuilder(StructuredQuery.Order prototype) |
StructuredQuery.Builder |
StructuredQuery.Builder.setOrderBy(int index,
StructuredQuery.Order value)
The order to apply to the query results.
|
Modifier and Type | Method and Description |
---|---|
StructuredQuery.Builder |
StructuredQuery.Builder.addAllOrderBy(Iterable<? extends StructuredQuery.Order> values)
The order to apply to the query results.
|
Copyright © 2023 Google LLC. All rights reserved.