public static enum IngestionService.SubmitResponse.Result extends java.lang.Enum<IngestionService.SubmitResponse.Result> implements com.google.protobuf.Internal.EnumLite
kin.agora.metrics.v3.SubmitResponse.Result| Enum Constant and Description |
|---|
OK
OK = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
OK_VALUE
OK = 0; |
| Modifier and Type | Method and Description |
|---|---|
static IngestionService.SubmitResponse.Result |
forNumber(int value) |
int |
getNumber() |
static com.google.protobuf.Internal.EnumLiteMap<IngestionService.SubmitResponse.Result> |
internalGetValueMap() |
static com.google.protobuf.Internal.EnumVerifier |
internalGetVerifier() |
static IngestionService.SubmitResponse.Result |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IngestionService.SubmitResponse.Result |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IngestionService.SubmitResponse.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestionService.SubmitResponse.Result OK
OK = 0;public static final IngestionService.SubmitResponse.Result UNRECOGNIZED
public static final int OK_VALUE
OK = 0;public static IngestionService.SubmitResponse.Result[] values()
for (IngestionService.SubmitResponse.Result c : IngestionService.SubmitResponse.Result.values()) System.out.println(c);
public static IngestionService.SubmitResponse.Result valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite@Deprecated public static IngestionService.SubmitResponse.Result valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static IngestionService.SubmitResponse.Result forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<IngestionService.SubmitResponse.Result> internalGetValueMap()
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()