public static enum Document.Entity.NormalizedValue.StructuredValueCase extends Enum<Document.Entity.NormalizedValue.StructuredValueCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ADDRESS_VALUE |
BOOLEAN_VALUE |
DATE_VALUE |
DATETIME_VALUE |
FLOAT_VALUE |
INTEGER_VALUE |
MONEY_VALUE |
STRUCTUREDVALUE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Document.Entity.NormalizedValue.StructuredValueCase |
forNumber(int value) |
int |
getNumber() |
static Document.Entity.NormalizedValue.StructuredValueCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Document.Entity.NormalizedValue.StructuredValueCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Document.Entity.NormalizedValue.StructuredValueCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Document.Entity.NormalizedValue.StructuredValueCase MONEY_VALUE
public static final Document.Entity.NormalizedValue.StructuredValueCase DATE_VALUE
public static final Document.Entity.NormalizedValue.StructuredValueCase DATETIME_VALUE
public static final Document.Entity.NormalizedValue.StructuredValueCase ADDRESS_VALUE
public static final Document.Entity.NormalizedValue.StructuredValueCase BOOLEAN_VALUE
public static final Document.Entity.NormalizedValue.StructuredValueCase INTEGER_VALUE
public static final Document.Entity.NormalizedValue.StructuredValueCase FLOAT_VALUE
public static final Document.Entity.NormalizedValue.StructuredValueCase STRUCTUREDVALUE_NOT_SET
public static Document.Entity.NormalizedValue.StructuredValueCase[] values()
for (Document.Entity.NormalizedValue.StructuredValueCase c : Document.Entity.NormalizedValue.StructuredValueCase.values()) System.out.println(c);
public static Document.Entity.NormalizedValue.StructuredValueCase 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 Document.Entity.NormalizedValue.StructuredValueCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Document.Entity.NormalizedValue.StructuredValueCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.