module documentation

RPC client using SDK Core. (unstable)

Nothing in this module should be considered stable. The API may change.

Class Client RPC client using SDK Core.
Class ClientConfig Python representation of the Rust struct for configuring the client.
Class ClientKeepAliveConfig Python representation of the Rust struct for configuring keep alive.
Class ClientRetryConfig Python representation of the Rust struct for configuring retry.
Class ClientTlsConfig Python representation of the Rust struct for configuring TLS.
Class RpcCall Python representation of the Rust struct for an RPC call.
Type Variable ProtoMessage Undocumented
ProtoMessage = (source)

Undocumented

Value
TypeVar('ProtoMessage',
        bound=google.protobuf.message.Message)