grpc.ClientCallDetails Class Reference
Inheritance diagram for grpc.ClientCallDetails:
Inheritance graph
[legend]

Detailed Description

Describes an RPC to be invoked.

Attributes:
  method: The method name of the RPC.
  timeout: An optional duration of time in seconds to allow for the RPC.
  metadata: Optional :term:`metadata` to be transmitted to
    the service-side of the RPC.
  credentials: An optional CallCredentials for the RPC.
  wait_for_ready: This is an EXPERIMENTAL argument. An optional
        flag to enable :term:`wait_for_ready` mechanism.
  compression: An element of grpc.compression, e.g.
    grpc.compression.Gzip. This is an EXPERIMENTAL option.

Definition at line 410 of file src/python/grpcio/grpc/__init__.py.


The documentation for this class was generated from the following file:


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