# Functions
DialService dials another Cloud Run gRPC service with the default service account's RPC credentials.
DialServiceInsecure establishes an insecure connection to another service that must be on the local host.
# Structs
Config configures a gRPC client's default timeout and retry behavior.
No description provided by the author
RetryConfig configures default retry behavior for outgoing gRPC client calls.