Home
last modified time | relevance | path

Searched refs:grpc_cli (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/doc/
Dcommand_line_tool.md59 $ make grpc_cli
63 https://github.com/grpc/grpc/blob/master/test/cpp/util/grpc_cli.cc
67 Most `grpc_cli` commands need the server to support server reflection. See
77 `grpc_cli ls` command lists services and methods exposed at a given port
82 $ grpc_cli ls localhost:50051
96 `grpc_cli ls` command inspects a service given its full name (in the format
102 $ grpc_cli ls localhost:50051 helloworld.Greeter -l
122 `grpc_cli ls` command also inspects a method given its full name (in the
126 $ grpc_cli ls localhost:50051 helloworld.Greeter.SayHello -l
139 We can use `grpc_cli type` command to inspect request/response types given the
[all …]
Dserver_reflection_tutorial.md30 [command_line_tool.md](command_line_tool.md), or using `grpc_cli help` command.
50 make grpc_cli
54 gRPC CLI binary `grpc_cli` can be found at `bins/opt/` folder. This tool is
59 `grpc_cli ls` command lists services and methods exposed at a given port
64 $ grpc_cli ls localhost:50051
75 `grpc_cli ls` command inspects a service given its full name (in the format of
81 $ grpc_cli ls localhost:50051 helloworld.Greeter -l
98 `grpc_cli ls` command also inspects a method given its full name (in the
102 $ grpc_cli ls localhost:50051 helloworld.Greeter.SayHello -l
112 We can use`grpc_cli type` command to inspect request/response types given the
[all …]
/external/grpc-grpc-java/documentation/
Dserver-reflection-tutorial.md72 Open a new terminal and make sure you are in the directory where the `grpc_cli`
81 `grpc_cli ls` command lists services and methods exposed at a given port:
86 $ ./grpc_cli ls localhost:50051
97 `grpc_cli ls` command inspects a service given its full name (in the format of
103 $ ./grpc_cli ls localhost:50051 helloworld.Greeter -l
120 `grpc_cli ls` command also inspects a method given its full name (in the
124 $ ./grpc_cli ls localhost:50051 helloworld.Greeter.SayHello -l
134 We can use`grpc_cli type` command to inspect request/response types given the
140 $ ./grpc_cli type localhost:50051 helloworld.HelloRequest
152 We can send RPCs to a server and get responses using `grpc_cli call` command.
[all …]
/external/grpc-grpc/doc/csharp/
Dserver_reflection.md33 is working properly by using the [`grpc_cli` command line
37 $ grpc_cli ls localhost:50051
46 For more examples and instructions how to use the `grpc_cli` tool,
47 please refer to the [`grpc_cli` documentation](../command_line_tool.md)
/external/grpc-grpc/doc/python/
Dserver_reflection.md40 is working properly by using the [`grpc_cli` command line
44 $ grpc_cli ls localhost:50051
53 For more examples and instructions how to use the `grpc_cli` tool,
54 please refer to the [`grpc_cli` documentation](../command_line_tool.md)
/external/grpc-grpc/test/cpp/util/
DBUILD270 name = "grpc_cli",
272 "grpc_cli.cc",
/external/grpc-grpc/
DCMakeLists.txt589 add_dependencies(buildtests_cxx grpc_cli)
12206 add_executable(grpc_cli target
12207 test/cpp/util/grpc_cli.cc
12213 target_include_directories(grpc_cli
12231 target_link_libraries(grpc_cli