static Control.ServerType |
Control.ServerType.forNumber(int value) |
|
Control.ServerType |
Control.ServerConfig.Builder.getServerType() |
.grpc.testing.ServerType server_type = 1;
|
Control.ServerType |
Control.ServerConfig.getServerType() |
.grpc.testing.ServerType server_type = 1;
|
Control.ServerType |
Control.ServerConfigOrBuilder.getServerType() |
.grpc.testing.ServerType server_type = 1;
|
static Control.ServerType |
Control.ServerType.valueOf(int value) |
Deprecated.
|
static Control.ServerType |
Control.ServerType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Control.ServerType |
Control.ServerType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Control.ServerType[] |
Control.ServerType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|