Package | Description |
---|---|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static Index.IndexField.Order |
Index.IndexField.Order.forNumber(int value) |
Index.IndexField.Order |
Index.IndexFieldOrBuilder.getOrder()
Indicates that this field supports ordering by the specified order or
comparing using =, !=, <, <=, >, >=.
|
Index.IndexField.Order |
Index.IndexField.getOrder()
Indicates that this field supports ordering by the specified order or
comparing using =, !=, <, <=, >, >=.
|
Index.IndexField.Order |
Index.IndexField.Builder.getOrder()
Indicates that this field supports ordering by the specified order or
comparing using =, !=, <, <=, >, >=.
|
static Index.IndexField.Order |
Index.IndexField.Order.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Index.IndexField.Order |
Index.IndexField.Order.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Index.IndexField.Order |
Index.IndexField.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.IndexField.Order[] |
Index.IndexField.Order.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<Index.IndexField.Order> |
Index.IndexField.Order.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Index.IndexField.Builder |
Index.IndexField.Builder.setOrder(Index.IndexField.Order value)
Indicates that this field supports ordering by the specified order or
comparing using =, !=, <, <=, >, >=.
|
Copyright © 2023 Google LLC. All rights reserved.