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

Copyright(c) 2015-2016 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.Resume

Contents

Description

Resumes a transfer operation that is paused.

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

Synopsis

REST Resource

type TransferOperationsResumeResource = "v1" :> (CaptureMode "name" "resume" 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 :> (ReqBody '[JSON] ResumeTransferOperationRequest :> Post '[JSON] Empty)))))))))) Source #

A resource alias for storagetransfer.transferOperations.resume method which the TransferOperationsResume request conforms to.

Creating a Request

transferOperationsResume Source #

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

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

data TransferOperationsResume Source #

Resumes a transfer operation that is paused.

See: transferOperationsResume smart constructor.

Instances

Eq TransferOperationsResume Source # 
Data TransferOperationsResume Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TransferOperationsResume -> c TransferOperationsResume #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TransferOperationsResume #

toConstr :: TransferOperationsResume -> Constr #

dataTypeOf :: TransferOperationsResume -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TransferOperationsResume) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TransferOperationsResume) #

gmapT :: (forall b. Data b => b -> b) -> TransferOperationsResume -> TransferOperationsResume #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TransferOperationsResume -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TransferOperationsResume -> r #

gmapQ :: (forall d. Data d => d -> u) -> TransferOperationsResume -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TransferOperationsResume -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TransferOperationsResume -> m TransferOperationsResume #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TransferOperationsResume -> m TransferOperationsResume #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TransferOperationsResume -> m TransferOperationsResume #

Show TransferOperationsResume Source # 
Generic TransferOperationsResume Source # 
GoogleRequest TransferOperationsResume Source # 
type Rep TransferOperationsResume Source # 
type Scopes TransferOperationsResume Source # 
type Scopes TransferOperationsResume = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs TransferOperationsResume Source # 

Request Lenses

torUploadProtocol :: Lens' TransferOperationsResume (Maybe Text) Source #

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

torPp :: Lens' TransferOperationsResume Bool Source #

Pretty-print response.

torUploadType :: Lens' TransferOperationsResume (Maybe Text) Source #

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

torName :: Lens' TransferOperationsResume Text Source #

The name of the transfer operation. Required.