Classes | Functions | Variables
tests.interop.methods Namespace Reference

Classes

class  _Pipe
 
class  TestCase
 

Functions

def _cancel_after_begin (stub)
 
def _cancel_after_first_response (stub)
 
def _client_streaming (stub)
 
def _compute_engine_creds (stub, args)
 
def _custom_metadata (stub)
 
def _empty_stream (stub)
 
def _empty_unary (stub)
 
def _expect_status_code (call, expected_code)
 
def _expect_status_details (call, expected_details)
 
def _jwt_token_creds (stub, args)
 
def _large_unary (stub)
 
def _large_unary_common_behavior (stub, fill_username, fill_oauth_scope, call_credentials)
 
def _oauth2_auth_token (stub, args)
 
def _per_rpc_creds (stub, args)
 
def _ping_pong (stub)
 
def _server_streaming (stub)
 
def _special_status_message (stub, args)
 
def _status_code_and_message (stub)
 
def _timeout_on_sleeping_server (stub)
 
def _unimplemented_method (test_service_stub)
 
def _unimplemented_service (unimplemented_service_stub)
 
def _validate_payload_type_and_length (response, expected_type, expected_length)
 
def _validate_status_code_and_details (call, expected_code, expected_details)
 

Variables

string _INITIAL_METADATA_KEY = "x-grpc-test-echo-initial"
 
string _TRAILING_METADATA_KEY = "x-grpc-test-echo-trailing-bin"
 

Function Documentation

◆ _cancel_after_begin()

def tests.interop.methods._cancel_after_begin (   stub)
private

Definition at line 204 of file interop/methods.py.

◆ _cancel_after_first_response()

def tests.interop.methods._cancel_after_first_response (   stub)
private

Definition at line 214 of file interop/methods.py.

◆ _client_streaming()

def tests.interop.methods._client_streaming (   stub)
private

Definition at line 96 of file interop/methods.py.

◆ _compute_engine_creds()

def tests.interop.methods._compute_engine_creds (   stub,
  args 
)
private

Definition at line 362 of file interop/methods.py.

◆ _custom_metadata()

def tests.interop.methods._custom_metadata (   stub)
private

Definition at line 324 of file interop/methods.py.

◆ _empty_stream()

def tests.interop.methods._empty_stream (   stub)
private

Definition at line 270 of file interop/methods.py.

◆ _empty_unary()

def tests.interop.methods._empty_unary (   stub)
private

Definition at line 85 of file interop/methods.py.

◆ _expect_status_code()

def tests.interop.methods._expect_status_code (   call,
  expected_code 
)
private

Definition at line 43 of file interop/methods.py.

◆ _expect_status_details()

def tests.interop.methods._expect_status_details (   call,
  expected_details 
)
private

Definition at line 49 of file interop/methods.py.

◆ _jwt_token_creds()

def tests.interop.methods._jwt_token_creds (   stub,
  args 
)
private

Definition at line 382 of file interop/methods.py.

◆ _large_unary()

def tests.interop.methods._large_unary (   stub)
private

Definition at line 92 of file interop/methods.py.

◆ _large_unary_common_behavior()

def tests.interop.methods._large_unary_common_behavior (   stub,
  fill_username,
  fill_oauth_scope,
  call_credentials 
)
private

Definition at line 69 of file interop/methods.py.

◆ _oauth2_auth_token()

def tests.interop.methods._oauth2_auth_token (   stub,
  args 
)
private

Definition at line 369 of file interop/methods.py.

◆ _per_rpc_creds()

def tests.interop.methods._per_rpc_creds (   stub,
  args 
)
private

Definition at line 391 of file interop/methods.py.

◆ _ping_pong()

def tests.interop.methods._ping_pong (   stub)
private

Definition at line 174 of file interop/methods.py.

◆ _server_streaming()

def tests.interop.methods._server_streaming (   stub)
private

Definition at line 113 of file interop/methods.py.

◆ _special_status_message()

def tests.interop.methods._special_status_message (   stub,
  args 
)
private

Definition at line 406 of file interop/methods.py.

◆ _status_code_and_message()

def tests.interop.methods._status_code_and_message (   stub)
private

Definition at line 281 of file interop/methods.py.

◆ _timeout_on_sleeping_server()

def tests.interop.methods._timeout_on_sleeping_server (   stub)
private

Definition at line 252 of file interop/methods.py.

◆ _unimplemented_method()

def tests.interop.methods._unimplemented_method (   test_service_stub)
private

Definition at line 312 of file interop/methods.py.

◆ _unimplemented_service()

def tests.interop.methods._unimplemented_service (   unimplemented_service_stub)
private

Definition at line 318 of file interop/methods.py.

◆ _validate_payload_type_and_length()

def tests.interop.methods._validate_payload_type_and_length (   response,
  expected_type,
  expected_length 
)
private

Definition at line 60 of file interop/methods.py.

◆ _validate_status_code_and_details()

def tests.interop.methods._validate_status_code_and_details (   call,
  expected_code,
  expected_details 
)
private

Definition at line 55 of file interop/methods.py.

Variable Documentation

◆ _INITIAL_METADATA_KEY

string tests.interop.methods._INITIAL_METADATA_KEY = "x-grpc-test-echo-initial"
private

Definition at line 39 of file interop/methods.py.

◆ _TRAILING_METADATA_KEY

string tests.interop.methods._TRAILING_METADATA_KEY = "x-grpc-test-echo-trailing-bin"
private

Definition at line 40 of file interop/methods.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:52