Uses of Enum
com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
-
Uses of Index.IndexField.ArrayConfig in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return Index.IndexField.ArrayConfigModifier and TypeMethodDescriptionstatic Index.IndexField.ArrayConfigIndex.IndexField.ArrayConfig.forNumber(int value) Index.IndexField.Builder.getArrayConfig()Indicates that this field supports operations on `array_value`s.Index.IndexField.getArrayConfig()Indicates that this field supports operations on `array_value`s.Index.IndexFieldOrBuilder.getArrayConfig()Indicates that this field supports operations on `array_value`s.static Index.IndexField.ArrayConfigIndex.IndexField.ArrayConfig.valueOf(int value) Deprecated.static Index.IndexField.ArrayConfigIndex.IndexField.ArrayConfig.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Index.IndexField.ArrayConfigReturns the enum constant of this type with the specified name.static Index.IndexField.ArrayConfig[]Index.IndexField.ArrayConfig.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.ArrayConfigModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Index.IndexField.ArrayConfig>Index.IndexField.ArrayConfig.internalGetValueMap()Methods in com.google.firestore.admin.v1 with parameters of type Index.IndexField.ArrayConfigModifier and TypeMethodDescriptionIndex.IndexField.Builder.setArrayConfig(Index.IndexField.ArrayConfig value) Indicates that this field supports operations on `array_value`s.