google.golang.org/api/storage/v1.ObjectsPatchCall.Do (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L10797: func (c *ObjectsPatchCall) Do(opts ...googleapi.CallOption) (*Object, error) {

	cloud.google.com/go/storage
		storage.go#L904: 	err = runWithRetry(ctx, func() error { obj, err = call.Do(); return err })