Package | Description |
---|---|
com.google.datastore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static Index.Direction |
Index.Direction.forNumber(int value) |
Index.Direction |
Index.IndexedPropertyOrBuilder.getDirection()
Required.
|
Index.Direction |
Index.IndexedProperty.getDirection()
Required.
|
Index.Direction |
Index.IndexedProperty.Builder.getDirection()
Required.
|
static Index.Direction |
Index.Direction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Index.Direction |
Index.Direction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Index.Direction |
Index.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.Direction[] |
Index.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<Index.Direction> |
Index.Direction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Index.IndexedProperty.Builder |
Index.IndexedProperty.Builder.setDirection(Index.Direction value)
Required.
|
Copyright © 2023 Google LLC. All rights reserved.