public interface ClientConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAsyncClientThreads()
optional int32 async_client_threads = 7; |
int |
getClientChannels()
optional int32 client_channels = 5; |
ClientType |
getClientType()
optional .grpc.testing.ClientType client_type = 2; |
int |
getClientTypeValue()
optional .grpc.testing.ClientType client_type = 2; |
boolean |
getEnableSsl()
optional bool enable_ssl = 3; |
int |
getOutstandingRpcsPerChannel()
optional int32 outstanding_rpcs_per_channel = 4; |
int |
getPayloadSize()
optional int32 payload_size = 6; |
RpcType |
getRpcType()
optional .grpc.testing.RpcType rpc_type = 8; |
int |
getRpcTypeValue()
optional .grpc.testing.RpcType rpc_type = 8; |
String |
getServerTargets(int index)
repeated string server_targets = 1; |
com.google.protobuf.ByteString |
getServerTargetsBytes(int index)
repeated string server_targets = 1; |
int |
getServerTargetsCount()
repeated string server_targets = 1; |
com.google.protobuf.ProtocolStringList |
getServerTargetsList()
repeated string server_targets = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ProtocolStringList getServerTargetsList()
repeated string server_targets = 1;
int getServerTargetsCount()
repeated string server_targets = 1;
String getServerTargets(int index)
repeated string server_targets = 1;
com.google.protobuf.ByteString getServerTargetsBytes(int index)
repeated string server_targets = 1;
int getClientTypeValue()
optional .grpc.testing.ClientType client_type = 2;
ClientType getClientType()
optional .grpc.testing.ClientType client_type = 2;
boolean getEnableSsl()
optional bool enable_ssl = 3;
int getOutstandingRpcsPerChannel()
optional int32 outstanding_rpcs_per_channel = 4;
int getClientChannels()
optional int32 client_channels = 5;
int getPayloadSize()
optional int32 payload_size = 6;
int getAsyncClientThreads()
optional int32 async_client_threads = 7;
only for async client:
int getRpcTypeValue()
optional .grpc.testing.RpcType rpc_type = 8;
RpcType getRpcType()
optional .grpc.testing.RpcType rpc_type = 8;