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

Synopsis

REST Resource

type ProjectsOperationsListResource = "v1" :> (Capture "name" Text :> ("operations" :> (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] 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 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: projectsOperationsList smart constructor.

Instances
Eq ProjectsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Ml.Projects.Operations.List

Data ProjectsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Ml.Projects.Operations.List

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

Defined in Network.Google.Resource.Ml.Projects.Operations.List

Generic ProjectsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Ml.Projects.Operations.List

Associated Types

type Rep ProjectsOperationsList :: Type -> Type #

GoogleRequest ProjectsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Ml.Projects.Operations.List

type Rep ProjectsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Ml.Projects.Operations.List

type Scopes ProjectsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Ml.Projects.Operations.List

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

Defined in Network.Google.Resource.Ml.Projects.Operations.List

Request Lenses

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

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

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

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.