Home
last modified time | relevance | path

Searched defs:ClientController (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/ruby/end2end/protos/
Dclient_control.proto19 service ClientController { service
20 rpc DoEchoRpc (DoEchoRpcRequest) returns (Void) {}
21 rpc Shutdown(Void) returns (Void) {}
/third_party/grpc/src/ruby/end2end/lib/
Dclient_control_services_pb.rb23 module ClientController module
/third_party/grpc/src/ruby/end2end/
Dend2end_common.rb91 class ClientController < ClientControl::ParentController::Service class