public enum ServerType extends Enum<ServerType> implements com.google.protobuf.ProtocolMessageEnum
grpc.testing.ServerType
Enum Constant and Description |
---|
ASYNC_SERVER
ASYNC_SERVER = 1; |
SYNCHRONOUS_SERVER
SYNCHRONOUS_SERVER = 0; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
ASYNC_SERVER_VALUE
ASYNC_SERVER = 1; |
static int |
SYNCHRONOUS_SERVER_VALUE
SYNCHRONOUS_SERVER = 0; |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ServerType> |
internalGetValueMap() |
static ServerType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ServerType |
valueOf(int value) |
static ServerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerType SYNCHRONOUS_SERVER
SYNCHRONOUS_SERVER = 0;
public static final ServerType ASYNC_SERVER
ASYNC_SERVER = 1;
public static final ServerType UNRECOGNIZED
public static final int SYNCHRONOUS_SERVER_VALUE
SYNCHRONOUS_SERVER = 0;
public static final int ASYNC_SERVER_VALUE
ASYNC_SERVER = 1;
public static ServerType[] values()
for (ServerType c : ServerType.values()) System.out.println(c);
public static ServerType 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 nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static ServerType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ServerType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ServerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)