public static enum AnalyzeContentRequest.InputCase extends Enum<AnalyzeContentRequest.InputCase> implements Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum
Enum Constant and Description |
---|
EVENT_INPUT |
INPUT_NOT_SET |
TEXT_INPUT |
Modifier and Type | Method and Description |
---|---|
static AnalyzeContentRequest.InputCase |
forNumber(int value) |
int |
getNumber() |
static AnalyzeContentRequest.InputCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AnalyzeContentRequest.InputCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyzeContentRequest.InputCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyzeContentRequest.InputCase TEXT_INPUT
public static final AnalyzeContentRequest.InputCase EVENT_INPUT
public static final AnalyzeContentRequest.InputCase INPUT_NOT_SET
public static AnalyzeContentRequest.InputCase[] values()
for (AnalyzeContentRequest.InputCase c : AnalyzeContentRequest.InputCase.values()) System.out.println(c);
public static AnalyzeContentRequest.InputCase 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 AnalyzeContentRequest.InputCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static AnalyzeContentRequest.InputCase forNumber(int value)
public int getNumber()
getNumber
in interface AbstractMessageLite.InternalOneOfEnum
getNumber
in interface Internal.EnumLite
Copyright © 2022 Google LLC. All rights reserved.