# Functions

AddCA adds the CA certificate file.
CloseAll closes all remaining gRPC connections.
Dial dials a gRPC connection to the target.
GetCallOptions returns the gRPC call options.
GetDialOptions gets the dial options for a gRPC connection.
SetAuth sets the authentication information.
SetDumpRequests configures the API options to dump gRPC requests.
SetInsecure configures the API to use insecure connections.
SetLogger sets the default API logger.
SetRetryDefaultTimeout configures the default timeout before making a retry in a failed request.
SetRetryEnableMetadata configures if the retry procedure will read the request's metadata or not.
SetRetryJitter configures the fraction to be used in the deviation procedure of the rpcretry timeout.
SetRetryMax configures the amount of time the client will retry the request.