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