Uses of Enum
com.google.firestore.admin.v1.Index.IndexField.Order
-
Uses of Index.IndexField.Order in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Index.IndexField.OrderModifier and TypeMethodDescriptionstatic Index.IndexField.OrderIndex.IndexField.Order.forNumber(int value) Index.IndexField.Builder.getOrder()Indicates that this field supports ordering by the specified order or comparing using =, !Index.IndexField.getOrder()Indicates that this field supports ordering by the specified order or comparing using =, !Index.IndexFieldOrBuilder.getOrder()Indicates that this field supports ordering by the specified order or comparing using =, !static Index.IndexField.OrderIndex.IndexField.Order.valueOf(int value) Deprecated.static Index.IndexField.OrderIndex.IndexField.Order.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Index.IndexField.OrderReturns the enum constant of this type with the specified name.static Index.IndexField.Order[]Index.IndexField.Order.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.firestore.admin.v1 that return types with arguments of type Index.IndexField.OrderModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Index.IndexField.Order>Index.IndexField.Order.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type Index.IndexField.OrderModifier and TypeMethodDescriptionIndex.IndexField.Builder.setOrder(Index.IndexField.Order value) Indicates that this field supports ordering by the specified order or comparing using =, !