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