Uses of Class
com.google.datastore.admin.v1.Index.Direction
-
Packages that use Index.Direction Package Description com.google.datastore.admin.v1 -
-
Uses of Index.Direction in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return Index.Direction Modifier and Type Method Description static Index.Direction
Index.Direction. forNumber(int value)
Index.Direction
Index.IndexedProperty.Builder. getDirection()
Required.Index.Direction
Index.IndexedProperty. getDirection()
Required.Index.Direction
Index.IndexedPropertyOrBuilder. getDirection()
Required.static Index.Direction
Index.Direction. valueOf(int value)
Deprecated.static Index.Direction
Index.Direction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.datastore.admin.v1 that return types with arguments of type Index.Direction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Index.Direction>
Index.Direction. internalGetValueMap()
Methods in com.google.datastore.admin.v1 with parameters of type Index.Direction Modifier and Type Method Description Index.IndexedProperty.Builder
Index.IndexedProperty.Builder. setDirection(Index.Direction value)
Required.
-