public static enum QueryProviderOutbound.RequestCase extends Enum<QueryProviderOutbound.RequestCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
ACK |
FLOW_CONTROL |
QUERY_COMPLETE |
QUERY_RESPONSE |
REQUEST_NOT_SET |
SUBSCRIBE |
SUBSCRIPTION_QUERY_RESPONSE |
UNSUBSCRIBE |
Modifier and Type | Method and Description |
---|---|
static QueryProviderOutbound.RequestCase |
forNumber(int value) |
int |
getNumber() |
static QueryProviderOutbound.RequestCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QueryProviderOutbound.RequestCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryProviderOutbound.RequestCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryProviderOutbound.RequestCase SUBSCRIBE
public static final QueryProviderOutbound.RequestCase UNSUBSCRIBE
public static final QueryProviderOutbound.RequestCase FLOW_CONTROL
public static final QueryProviderOutbound.RequestCase QUERY_RESPONSE
public static final QueryProviderOutbound.RequestCase QUERY_COMPLETE
public static final QueryProviderOutbound.RequestCase SUBSCRIPTION_QUERY_RESPONSE
public static final QueryProviderOutbound.RequestCase ACK
public static final QueryProviderOutbound.RequestCase REQUEST_NOT_SET
public static QueryProviderOutbound.RequestCase[] values()
for (QueryProviderOutbound.RequestCase c : QueryProviderOutbound.RequestCase.values()) System.out.println(c);
public static QueryProviderOutbound.RequestCase 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 QueryProviderOutbound.RequestCase valueOf(int value)
forNumber(int)
instead.public static QueryProviderOutbound.RequestCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2010–2020. All rights reserved.