Versions in this module Expand all Collapse all v1 v1.70.0 Feb 9, 2025 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 Duration time.Duration + func (d *Duration) UnmarshalJSON(b []byte) error + func (d Duration) MarshalJSON() ([]byte, error) + func (d Duration) String() string + 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 v1.70.0-fix Feb 9, 2025