Versions in this module Expand all Collapse all v1 v1.0.11 May 30, 2023 v1.0.1 May 30, 2023 Changes in this version + func DecodeResponse(target interface{}, res *http.Response) error + func MarshalJSON(schema interface{}, forceSendFields, nullFields []string) ([]byte, error) + func SendRequest(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) + func SendRequestWithRetry(ctx context.Context, client *http.Client, req *http.Request, ...) (*http.Response, error) + func SetOptions(u URLParams, opts ...googleapi.CallOption) + func WrapError(err error) error + type Backoff interface + Pause func() time.Duration + type RetryConfig struct + Backoff *gax.Backoff + ShouldRetry func(err error) bool + type URLParams map[string][]string + func (u URLParams) Encode() string + func (u URLParams) Get(key string) string + func (u URLParams) Set(key, value string) + func (u URLParams) SetMulti(key string, values []string)