Definition at line 106 of file interop_client.h.
◆ ServiceStub()
grpc::testing::InteropClient::ServiceStub::ServiceStub |
( |
ChannelCreationFunc |
channel_creation_func, |
|
|
bool |
new_stub_every_call |
|
) |
| |
◆ Get()
TestService::Stub * grpc::testing::InteropClient::ServiceStub::Get |
( |
| ) |
|
◆ GetUnimplementedServiceStub()
UnimplementedService::Stub * grpc::testing::InteropClient::ServiceStub::GetUnimplementedServiceStub |
( |
| ) |
|
◆ ResetChannel()
void grpc::testing::InteropClient::ServiceStub::ResetChannel |
( |
| ) |
|
◆ channel_
std::shared_ptr<Channel> grpc::testing::InteropClient::ServiceStub::channel_ |
|
private |
◆ channel_creation_func_
◆ new_stub_every_call_
bool grpc::testing::InteropClient::ServiceStub::new_stub_every_call_ |
|
private |
◆ stub_
std::unique_ptr<TestService::Stub> grpc::testing::InteropClient::ServiceStub::stub_ |
|
private |
◆ unimplemented_service_stub_
std::unique_ptr<UnimplementedService::Stub> grpc::testing::InteropClient::ServiceStub::unimplemented_service_stub_ |
|
private |
The documentation for this class was generated from the following files: