public static enum StructuredQuery.Filter.FilterTypeCase extends Enum<StructuredQuery.Filter.FilterTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
COMPOSITE_FILTER |
FIELD_FILTER |
FILTERTYPE_NOT_SET |
UNARY_FILTER |
| Modifier and Type | Method and Description |
|---|---|
static StructuredQuery.Filter.FilterTypeCase |
forNumber(int value) |
int |
getNumber() |
static StructuredQuery.Filter.FilterTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StructuredQuery.Filter.FilterTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredQuery.Filter.FilterTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructuredQuery.Filter.FilterTypeCase COMPOSITE_FILTER
public static final StructuredQuery.Filter.FilterTypeCase FIELD_FILTER
public static final StructuredQuery.Filter.FilterTypeCase UNARY_FILTER
public static final StructuredQuery.Filter.FilterTypeCase FILTERTYPE_NOT_SET
public static StructuredQuery.Filter.FilterTypeCase[] values()
for (StructuredQuery.Filter.FilterTypeCase c : StructuredQuery.Filter.FilterTypeCase.values()) System.out.println(c);
public static StructuredQuery.Filter.FilterTypeCase 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 null@Deprecated public static StructuredQuery.Filter.FilterTypeCase valueOf(int value)
forNumber(int) instead.public static StructuredQuery.Filter.FilterTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.