gogol-ml-0.3.0: Google Cloud Machine Learning 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.Ml.Projects.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 Machine Learning Reference for ml.projects.operations.list.

Synopsis

REST Resource

type ProjectsOperationsListResource = "v1beta1" :> (Capture "name" Text :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (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] GoogleLongrunning__ListOperationsResponse))))))))))))) Source #

A resource alias for ml.projects.operations.list method which the ProjectsOperationsList request conforms to.

Creating a Request

projectsOperationsList Source #

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

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

data ProjectsOperationsList 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: projectsOperationsList smart constructor.

Instances

Eq ProjectsOperationsList Source # 
Data ProjectsOperationsList Source # 

Methods

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

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

toConstr :: ProjectsOperationsList -> Constr #

dataTypeOf :: ProjectsOperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsOperationsList Source # 
Generic ProjectsOperationsList Source # 
GoogleRequest ProjectsOperationsList Source # 
type Rep ProjectsOperationsList Source # 
type Rep ProjectsOperationsList = D1 (MetaData "ProjectsOperationsList" "Network.Google.Resource.Ml.Projects.Operations.List" "gogol-ml-0.3.0-IlEvaXNTvqpAp3A3NLPhA2" False) (C1 (MetaCons "ProjectsOperationsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_polXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_polUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_polPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "_polAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_polUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_polBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_polName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_polFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_polPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_polPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_polCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes ProjectsOperationsList Source # 
type Scopes ProjectsOperationsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs ProjectsOperationsList Source # 

Request Lenses

polUploadProtocol :: Lens' ProjectsOperationsList (Maybe Text) Source #

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

polPp :: Lens' ProjectsOperationsList Bool Source #

Pretty-print response.

polUploadType :: Lens' ProjectsOperationsList (Maybe Text) Source #

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

polName :: Lens' ProjectsOperationsList Text Source #

The name of the operation collection.

polFilter :: Lens' ProjectsOperationsList (Maybe Text) Source #

The standard list filter.

polPageToken :: Lens' ProjectsOperationsList (Maybe Text) Source #

The standard list page token.

polPageSize :: Lens' ProjectsOperationsList (Maybe Int32) Source #

The standard list page size.