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.DirectionIndex.Direction. forNumber(int value)Index.DirectionIndex.IndexedProperty.Builder. getDirection()Required.Index.DirectionIndex.IndexedProperty. getDirection()Required.Index.DirectionIndex.IndexedPropertyOrBuilder. getDirection()Required.static Index.DirectionIndex.Direction. valueOf(int value)Deprecated.static Index.DirectionIndex.Direction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Index.DirectionIndex.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.BuilderIndex.IndexedProperty.Builder. setDirection(Index.Direction value)Required.
-