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

2 uses

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

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