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