public static enum Index.IndexField.ArrayConfig extends Enum<Index.IndexField.ArrayConfig> implements com.google.protobuf.ProtocolMessageEnum
The supported array value configurations.Protobuf enum
google.firestore.admin.v1.Index.IndexField.ArrayConfig
Enum Constant and Description |
---|
ARRAY_CONFIG_UNSPECIFIED
The index does not support additional array queries.
|
CONTAINS
The index supports array containment queries.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
ARRAY_CONFIG_UNSPECIFIED_VALUE
The index does not support additional array queries.
|
static int |
CONTAINS_VALUE
The index supports array containment queries.
|
Modifier and Type | Method and Description |
---|---|
static Index.IndexField.ArrayConfig |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Index.IndexField.ArrayConfig> |
internalGetValueMap() |
static Index.IndexField.ArrayConfig |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Index.IndexField.ArrayConfig |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Index.IndexField.ArrayConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.IndexField.ArrayConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Index.IndexField.ArrayConfig ARRAY_CONFIG_UNSPECIFIED
The index does not support additional array queries.
ARRAY_CONFIG_UNSPECIFIED = 0;
public static final Index.IndexField.ArrayConfig CONTAINS
The index supports array containment queries.
CONTAINS = 1;
public static final Index.IndexField.ArrayConfig UNRECOGNIZED
public static final int ARRAY_CONFIG_UNSPECIFIED_VALUE
The index does not support additional array queries.
ARRAY_CONFIG_UNSPECIFIED = 0;
public static final int CONTAINS_VALUE
The index supports array containment queries.
CONTAINS = 1;
public static Index.IndexField.ArrayConfig[] values()
for (Index.IndexField.ArrayConfig c : Index.IndexField.ArrayConfig.values()) System.out.println(c);
public static Index.IndexField.ArrayConfig valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Index.IndexField.ArrayConfig valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Index.IndexField.ArrayConfig forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Index.IndexField.ArrayConfig> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Index.IndexField.ArrayConfig valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.