| Package | Description |
|---|---|
| io.grpc.benchmarks.proto |
| Modifier and Type | Method and Description |
|---|---|
static Control.RpcType |
Control.RpcType.forNumber(int value) |
Control.RpcType |
Control.ClientConfigOrBuilder.getRpcType()
.grpc.testing.RpcType rpc_type = 8; |
Control.RpcType |
Control.ClientConfig.getRpcType()
.grpc.testing.RpcType rpc_type = 8; |
Control.RpcType |
Control.ClientConfig.Builder.getRpcType()
.grpc.testing.RpcType rpc_type = 8; |
static Control.RpcType |
Control.RpcType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Control.RpcType |
Control.RpcType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Control.RpcType |
Control.RpcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Control.RpcType[] |
Control.RpcType.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.RpcType> |
Control.RpcType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Control.ClientConfig.Builder |
Control.ClientConfig.Builder.setRpcType(Control.RpcType value)
.grpc.testing.RpcType rpc_type = 8; |