| Package | Description |
|---|---|
| io.grpc.benchmarks.proto |
| Modifier and Type | Method and Description |
|---|---|
static Control.ServerType |
Control.ServerType.forNumber(int value) |
Control.ServerType |
Control.ServerConfigOrBuilder.getServerType()
.grpc.testing.ServerType server_type = 1; |
Control.ServerType |
Control.ServerConfig.getServerType()
.grpc.testing.ServerType server_type = 1; |
Control.ServerType |
Control.ServerConfig.Builder.getServerType()
.grpc.testing.ServerType server_type = 1; |
static Control.ServerType |
Control.ServerType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Control.ServerType |
Control.ServerType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Control.ServerType |
Control.ServerType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Control.ServerType> |
Control.ServerType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Control.ServerConfig.Builder |
Control.ServerConfig.Builder.setServerType(Control.ServerType value)
.grpc.testing.ServerType server_type = 1; |