gogol-dataproc-0.4.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 allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

See: Cloud Dataproc API Reference for dataproc.projects.regions.operations.list.

Synopsis

REST Resource

type ProjectsRegionsOperationsListResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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

projectsRegionsOperationsList Source #

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

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

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 allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

See: projectsRegionsOperationsList smart constructor.

Instances
Eq ProjectsRegionsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Dataproc.Projects.Regions.Operations.List

Data ProjectsRegionsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Dataproc.Projects.Regions.Operations.List

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 # 
Instance details

Defined in Network.Google.Resource.Dataproc.Projects.Regions.Operations.List

Generic ProjectsRegionsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Dataproc.Projects.Regions.Operations.List

Associated Types

type Rep ProjectsRegionsOperationsList :: Type -> Type #

GoogleRequest ProjectsRegionsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Dataproc.Projects.Regions.Operations.List

type Rep ProjectsRegionsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Dataproc.Projects.Regions.Operations.List

type Rep ProjectsRegionsOperationsList = D1 (MetaData "ProjectsRegionsOperationsList" "Network.Google.Resource.Dataproc.Projects.Regions.Operations.List" "gogol-dataproc-0.4.0-1udjiqosCX7iHPt6mLpl8" False) (C1 (MetaCons "ProjectsRegionsOperationsList'" PrefixI True) (((S1 (MetaSel (Just "_prolXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_prolUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_prolAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_prolUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_prolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_prolFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_prolPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_prolPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_prolCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsRegionsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Dataproc.Projects.Regions.Operations.List

type Scopes ProjectsRegionsOperationsList = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs ProjectsRegionsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Dataproc.Projects.Regions.Operations.List

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's parent resource.