gogol-dataproc-0.2.0: Google Cloud Dataproc 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.Dataproc.Projects.Regions.Operations.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 Cloud Dataproc API Reference for dataproc.projects.regions.operations.list.

Synopsis

REST Resource

type ProjectsRegionsOperationsListResource = "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 dataproc.projects.regions.operations.list method which the ProjectsRegionsOperationsList request conforms to.

Creating a Request

data ProjectsRegionsOperationsList 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: projectsRegionsOperationsList smart constructor.

Instances

Eq ProjectsRegionsOperationsList Source # 
Data ProjectsRegionsOperationsList Source # 

Methods

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

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

toConstr :: ProjectsRegionsOperationsList -> Constr #

dataTypeOf :: ProjectsRegionsOperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsRegionsOperationsList Source # 
Generic ProjectsRegionsOperationsList Source # 
GoogleRequest ProjectsRegionsOperationsList Source # 
type Rep ProjectsRegionsOperationsList Source # 
type Rep ProjectsRegionsOperationsList = D1 (MetaData "ProjectsRegionsOperationsList" "Network.Google.Resource.Dataproc.Projects.Regions.Operations.List" "gogol-dataproc-0.2.0-KcZ0dIGV1joB7pyOCocrVW" False) (C1 (MetaCons "ProjectsRegionsOperationsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_prolXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_prolUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_prolPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "_prolAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_prolUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_prolBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_prolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_prolFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_prolPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_prolPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_prolCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsRegionsOperationsList Source # 
type Scopes ProjectsRegionsOperationsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs ProjectsRegionsOperationsList Source # 

Request Lenses

prolUploadProtocol :: Lens' ProjectsRegionsOperationsList (Maybe Text) Source #

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

prolUploadType :: Lens' ProjectsRegionsOperationsList (Maybe Text) Source #

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

prolName :: Lens' ProjectsRegionsOperationsList Text Source #

The name of the operation collection.