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.StateIndex.State. forNumber(int value)Index.StateIndex.Builder. getState()Output only.Index.StateIndex. getState()Output only.Index.StateIndexOrBuilder. getState()Output only.static Index.StateIndex.State. valueOf(int value)Deprecated.static Index.StateIndex.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Index.StateIndex.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.BuilderIndex.Builder. setState(Index.State value)Output only.
-