Home
last modified time | relevance | path

Searched defs:ClientConfig (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_client.py45 def __init__(self, address: str, config: control_pb2.ClientConfig,
102 def __init__(self, address: str, config: control_pb2.ClientConfig,
132 def __init__(self, address: str, config: control_pb2.ClientConfig,
162 def __init__(self, address: str, config: control_pb2.ClientConfig,
Dworker_servicer.py124 server: str, config: control_pb2.ClientConfig,
/third_party/grpc/src/ruby/qps/src/proto/grpc/testing/
Dcontrol_pb.rb172ClientConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.ClientConfig… constant
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DClientConfig.php14 class ClientConfig extends \Google\Protobuf\Internal\Message class
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto80 message ClientConfig { message
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs1277 public sealed partial class ClientConfig : pb::IMessage<ClientConfig> class
1298 public ClientConfig() { in ClientConfig() method in Grpc.Testing.ClientConfig
1305 public ClientConfig(ClientConfig other) : this() { in ClientConfig() method in Grpc.Testing.ClientConfig
4401 public global::Grpc.Testing.ClientConfig ClientConfig { property in Grpc.Testing.Scenario