gogol-storage-transfer-0.3.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.List

Contents

Description

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services to override the binding to use different resource name schemes, such as `users/*/operations`.

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

Synopsis

REST Resource

type TransferOperationsListResource = "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 "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListOperationsResponse)))))))))))) Source #

A resource alias for storagetransfer.transferOperations.list method which the TransferOperationsList request conforms to.

Creating a Request

transferOperationsList Source #

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

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

data TransferOperationsList Source #

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding below allows API services to override the binding to use different resource name schemes, such as `users/*/operations`.

See: transferOperationsList smart constructor.

Instances

Eq TransferOperationsList Source # 
Data TransferOperationsList Source # 

Methods

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

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

toConstr :: TransferOperationsList -> Constr #

dataTypeOf :: TransferOperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show TransferOperationsList Source # 
Generic TransferOperationsList Source # 
GoogleRequest TransferOperationsList Source # 
type Rep TransferOperationsList Source # 
type Rep TransferOperationsList = D1 (MetaData "TransferOperationsList" "Network.Google.Resource.StorageTransfer.TransferOperations.List" "gogol-storage-transfer-0.3.0-DdvgDN2DYSs8eCRR6oXdxh" False) (C1 (MetaCons "TransferOperationsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tolXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tolUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_tolPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "_tolAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tolUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tolBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tolFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_tolPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tolPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_tolCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes TransferOperationsList Source # 
type Scopes TransferOperationsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs TransferOperationsList Source # 

Request Lenses

tolUploadProtocol :: Lens' TransferOperationsList (Maybe Text) Source #

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

tolPp :: Lens' TransferOperationsList Bool Source #

Pretty-print response.

tolUploadType :: Lens' TransferOperationsList (Maybe Text) Source #

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

tolName :: Lens' TransferOperationsList Text Source #

The value `transferOperations`.

tolFilter :: Lens' TransferOperationsList (Maybe Text) Source #

The standard list filter.

tolPageToken :: Lens' TransferOperationsList (Maybe Text) Source #

The standard list page token.

tolPageSize :: Lens' TransferOperationsList (Maybe Int32) Source #

The standard list page size.