public static enum StructuredQuery.CompositeFilter.Operator extends Enum<StructuredQuery.CompositeFilter.Operator> implements com.google.protobuf.ProtocolMessageEnum
A composite filter operator.Protobuf enum
google.firestore.v1.StructuredQuery.CompositeFilter.Operator| Enum Constant and Description |
|---|
AND
Documents are required to satisfy all of the combined filters.
|
OPERATOR_UNSPECIFIED
Unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AND_VALUE
Documents are required to satisfy all of the combined filters.
|
static int |
OPERATOR_UNSPECIFIED_VALUE
Unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static StructuredQuery.CompositeFilter.Operator |
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<StructuredQuery.CompositeFilter.Operator> |
internalGetValueMap() |
static StructuredQuery.CompositeFilter.Operator |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StructuredQuery.CompositeFilter.Operator |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StructuredQuery.CompositeFilter.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredQuery.CompositeFilter.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructuredQuery.CompositeFilter.Operator OPERATOR_UNSPECIFIED
Unspecified. This value must not be used.
OPERATOR_UNSPECIFIED = 0;public static final StructuredQuery.CompositeFilter.Operator AND
Documents are required to satisfy all of the combined filters.
AND = 1;public static final StructuredQuery.CompositeFilter.Operator UNRECOGNIZED
public static final int OPERATOR_UNSPECIFIED_VALUE
Unspecified. This value must not be used.
OPERATOR_UNSPECIFIED = 0;public static final int AND_VALUE
Documents are required to satisfy all of the combined filters.
AND = 1;public static StructuredQuery.CompositeFilter.Operator[] values()
for (StructuredQuery.CompositeFilter.Operator c : StructuredQuery.CompositeFilter.Operator.values()) System.out.println(c);
public static StructuredQuery.CompositeFilter.Operator 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static StructuredQuery.CompositeFilter.Operator valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static StructuredQuery.CompositeFilter.Operator forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<StructuredQuery.CompositeFilter.Operator> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static StructuredQuery.CompositeFilter.Operator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.