Public Attributes | |
ClientContext | context |
Empty | empty_response |
std::unique_ptr< ClientAsyncResponseReader< Empty > > | empty_response_reader |
ClientConfigureRequest::RpcType | rpc_type |
int | saved_request_id |
SimpleResponse | simple_response |
std::unique_ptr< ClientAsyncResponseReader< SimpleResponse > > | simple_response_reader |
Status | status |
Definition at line 120 of file xds_interop_client.cc.
ClientContext AsyncClientCall::context |
Definition at line 123 of file xds_interop_client.cc.
Empty AsyncClientCall::empty_response |
Definition at line 121 of file xds_interop_client.cc.
std::unique_ptr<ClientAsyncResponseReader<Empty> > AsyncClientCall::empty_response_reader |
Definition at line 127 of file xds_interop_client.cc.
ClientConfigureRequest::RpcType AsyncClientCall::rpc_type |
Definition at line 126 of file xds_interop_client.cc.
int AsyncClientCall::saved_request_id |
Definition at line 125 of file xds_interop_client.cc.
SimpleResponse AsyncClientCall::simple_response |
Definition at line 122 of file xds_interop_client.cc.
std::unique_ptr<ClientAsyncResponseReader<SimpleResponse> > AsyncClientCall::simple_response_reader |
Definition at line 129 of file xds_interop_client.cc.
Status AsyncClientCall::status |
Definition at line 124 of file xds_interop_client.cc.