static Control.ClientType |
Control.ClientType.forNumber(int value) |
|
Control.ClientType |
Control.ClientConfig.Builder.getClientType() |
.grpc.testing.ClientType client_type = 2;
|
Control.ClientType |
Control.ClientConfig.getClientType() |
.grpc.testing.ClientType client_type = 2;
|
Control.ClientType |
Control.ClientConfigOrBuilder.getClientType() |
.grpc.testing.ClientType client_type = 2;
|
static Control.ClientType |
Control.ClientType.valueOf(int value) |
Deprecated.
|
static Control.ClientType |
Control.ClientType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Control.ClientType |
Control.ClientType.valueOf(java.lang.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.
|