gogol-storage-transfer-0.0.1: Google Storage Transfer SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.StorageTransfer.TransferOperations.Delete

Contents

Description

This method is not supported and the server returns `UNIMPLEMENTED`.

See: Google Storage Transfer API Reference for storagetransfer.transferOperations.delete.

Synopsis

REST Resource

type TransferOperationsDeleteResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Empty))))))))) Source

A resource alias for storagetransfer.transferOperations.delete method which the TransferOperationsDelete request conforms to.

Creating a Request

transferOperationsDelete Source

Creates a value of TransferOperationsDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

todUploadProtocol :: Lens' TransferOperationsDelete (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

todUploadType :: Lens' TransferOperationsDelete (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

todName :: Lens' TransferOperationsDelete Text Source

The name of the operation resource to be deleted.