Versions in this module Expand all Collapse all v1 v1.51.4 Oct 3, 2022 Changes in this version + type BalancerConfig struct + Config externalserviceconfig.LoadBalancingConfig + Name string + func (bc *BalancerConfig) MarshalJSON() ([]byte, error) + func (bc *BalancerConfig) UnmarshalJSON(b []byte) error + type MethodConfig struct + MaxReqSize *int + MaxRespSize *int + RetryPolicy *RetryPolicy + Timeout *time.Duration + WaitForReady *bool + type RetryPolicy struct + BackoffMultiplier float64 + InitialBackoff time.Duration + MaxAttempts int + MaxBackoff time.Duration + RetryableStatusCodes map[codes.Code]bool