Uses of Class
com.google.datastore.admin.v1.Index.State
-
Packages that use Index.State Package Description com.google.datastore.admin.v1 -
-
Uses of Index.State in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return Index.State Modifier and Type Method Description static Index.State
Index.State. forNumber(int value)
Index.State
Index.Builder. getState()
Output only.Index.State
Index. getState()
Output only.Index.State
IndexOrBuilder. getState()
Output only.static Index.State
Index.State. valueOf(int value)
Deprecated.static Index.State
Index.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Index.State
Index.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Index.State[]
Index.State. 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.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Index.State>
Index.State. internalGetValueMap()
Methods in com.google.datastore.admin.v1 with parameters of type Index.State Modifier and Type Method Description Index.Builder
Index.Builder. setState(Index.State value)
Output only.
-