module documentation

Underlying gRPC services.

Class CloudService Client to the Temporal server's cloud service.
Class HealthService Client to the Temporal server's health service.
Class OperatorService Client to the Temporal server's operator service.
Class TestService Client to the Temporal test server's test service.
Class WorkflowService Client to the Temporal server's workflow service.
Constant LOG_PROTOS Undocumented
Type Variable ServiceRequest Undocumented
Type Variable ServiceResponse Undocumented
Variable __version__ Undocumented
Variable logger Undocumented
Class _BridgeServiceClient No class docstring; 1/1 property, 0/3 instance variable, 2/5 methods, 0/1 static method documented
LOG_PROTOS: bool = (source)

Undocumented

Value
False
ServiceRequest = (source)

Undocumented

Value
TypeVar('ServiceRequest',
        bound=google.protobuf.message.Message)
ServiceResponse = (source)

Undocumented

Value
TypeVar('ServiceResponse',
        bound=google.protobuf.message.Message)
__version__: str = (source)

Undocumented

Undocumented