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