Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Class and Description |
---|---|
static class |
StructuredQuery.Order
An order on a field.
|
static class |
StructuredQuery.Order.Builder
An order on a field.
|
Modifier and Type | Method and Description |
---|---|
StructuredQuery.OrderOrBuilder |
StructuredQuery.getOrderByOrBuilder(int index)
The order to apply to the query results.
|
StructuredQuery.OrderOrBuilder |
StructuredQuery.Builder.getOrderByOrBuilder(int index)
The order to apply to the query results.
|
StructuredQuery.OrderOrBuilder |
StructuredQueryOrBuilder.getOrderByOrBuilder(int index)
The order to apply to the query results.
|
Modifier and Type | Method and Description |
---|---|
List<? extends StructuredQuery.OrderOrBuilder> |
StructuredQuery.getOrderByOrBuilderList()
The order to apply to the query results.
|
List<? extends StructuredQuery.OrderOrBuilder> |
StructuredQuery.Builder.getOrderByOrBuilderList()
The order to apply to the query results.
|
List<? extends StructuredQuery.OrderOrBuilder> |
StructuredQueryOrBuilder.getOrderByOrBuilderList()
The order to apply to the query results.
|
Copyright © 2023 Google LLC. All rights reserved.