| Copyright | (c) 2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Google.Resource.StorageTransfer.TransferOperations.Delete
Description
This method is not supported and the server returns `UNIMPLEMENTED`.
See: Google Storage Transfer API Reference for storagetransfer.transferOperations.delete.
- 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)))))))))
- transferOperationsDelete :: Text -> TransferOperationsDelete
- data TransferOperationsDelete
- todXgafv :: Lens' TransferOperationsDelete (Maybe Text)
- todUploadProtocol :: Lens' TransferOperationsDelete (Maybe Text)
- todPp :: Lens' TransferOperationsDelete Bool
- todAccessToken :: Lens' TransferOperationsDelete (Maybe Text)
- todUploadType :: Lens' TransferOperationsDelete (Maybe Text)
- todBearerToken :: Lens' TransferOperationsDelete (Maybe Text)
- todName :: Lens' TransferOperationsDelete Text
- todCallback :: Lens' TransferOperationsDelete (Maybe Text)
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
Arguments
| :: Text | |
| -> TransferOperationsDelete |
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:
data TransferOperationsDelete Source
This method is not supported and the server returns `UNIMPLEMENTED`.
See: transferOperationsDelete smart constructor.
Request Lenses
todUploadProtocol :: Lens' TransferOperationsDelete (Maybe Text) Source
Upload protocol for media (e.g. "raw", "multipart").
todPp :: Lens' TransferOperationsDelete Bool Source
Pretty-print response.
todAccessToken :: Lens' TransferOperationsDelete (Maybe Text) Source
OAuth access token.
todUploadType :: Lens' TransferOperationsDelete (Maybe Text) Source
Legacy upload protocol for media (e.g. "media", "multipart").
todBearerToken :: Lens' TransferOperationsDelete (Maybe Text) Source
OAuth bearer token.
todName :: Lens' TransferOperationsDelete Text Source
The name of the operation resource to be deleted.
todCallback :: Lens' TransferOperationsDelete (Maybe Text) Source
JSONP