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