|
def | tests_aio.interop.methods._cancel_after_begin (test_pb2_grpc.TestServiceStub stub) |
|
def | tests_aio.interop.methods._cancel_after_first_response (test_pb2_grpc.TestServiceStub stub) |
|
None | tests_aio.interop.methods._client_streaming (test_pb2_grpc.TestServiceStub stub) |
|
def | tests_aio.interop.methods._compute_engine_creds (test_pb2_grpc.TestServiceStub stub, argparse.Namespace args) |
|
def | tests_aio.interop.methods._custom_metadata (test_pb2_grpc.TestServiceStub stub) |
|
def | tests_aio.interop.methods._empty_stream (test_pb2_grpc.TestServiceStub stub) |
|
None | tests_aio.interop.methods._empty_unary (test_pb2_grpc.TestServiceStub stub) |
|
None | tests_aio.interop.methods._expect_status_code (aio.Call call, grpc.StatusCode expected_code) |
|
None | tests_aio.interop.methods._expect_status_details (aio.Call call, str expected_details) |
|
def | tests_aio.interop.methods._jwt_token_creds (test_pb2_grpc.TestServiceStub stub) |
|
None | tests_aio.interop.methods._large_unary (test_pb2_grpc.TestServiceStub stub) |
|
messages_pb2.SimpleResponse | tests_aio.interop.methods._large_unary_common_behavior (test_pb2_grpc.TestServiceStub stub, bool fill_username, bool fill_oauth_scope, Optional[grpc.CallCredentials] call_credentials) |
|
def | tests_aio.interop.methods._oauth2_auth_token (test_pb2_grpc.TestServiceStub stub, argparse.Namespace args) |
|
def | tests_aio.interop.methods._per_rpc_creds (test_pb2_grpc.TestServiceStub stub, argparse.Namespace args) |
|
None | tests_aio.interop.methods._ping_pong (test_pb2_grpc.TestServiceStub stub) |
|
None | tests_aio.interop.methods._server_streaming (test_pb2_grpc.TestServiceStub stub) |
|
def | tests_aio.interop.methods._special_status_message (test_pb2_grpc.TestServiceStub stub) |
|
def | tests_aio.interop.methods._status_code_and_message (test_pb2_grpc.TestServiceStub stub) |
|
def | tests_aio.interop.methods._timeout_on_sleeping_server (test_pb2_grpc.TestServiceStub stub) |
|
def | tests_aio.interop.methods._unimplemented_method (test_pb2_grpc.TestServiceStub stub) |
|
def | tests_aio.interop.methods._unimplemented_service (test_pb2_grpc.UnimplementedServiceStub stub) |
|
None | tests_aio.interop.methods._validate_payload_type_and_length (Union[messages_pb2.SimpleResponse, messages_pb2.StreamingOutputCallResponse] response, Any expected_type, int expected_length) |
|
None | tests_aio.interop.methods._validate_status_code_and_details (aio.Call call, grpc.StatusCode expected_code, str expected_details) |
|
None | tests_aio.interop.methods.test_interoperability (TestCase case, test_pb2_grpc.TestServiceStub stub, Optional[argparse.Namespace] args=None) |
|