Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
static StructuredQuery.Direction |
StructuredQuery.Direction.forNumber(int value) |
StructuredQuery.Direction |
StructuredQuery.OrderOrBuilder.getDirection()
The direction to order by.
|
StructuredQuery.Direction |
StructuredQuery.Order.getDirection()
The direction to order by.
|
StructuredQuery.Direction |
StructuredQuery.Order.Builder.getDirection()
The direction to order by.
|
static StructuredQuery.Direction |
StructuredQuery.Direction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StructuredQuery.Direction |
StructuredQuery.Direction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StructuredQuery.Direction |
StructuredQuery.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredQuery.Direction[] |
StructuredQuery.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<StructuredQuery.Direction> |
StructuredQuery.Direction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
StructuredQuery.Order.Builder |
StructuredQuery.Order.Builder.setDirection(StructuredQuery.Direction value)
The direction to order by.
|
Copyright © 2023 Google LLC. All rights reserved.