gogol-datastore-0.4.0: Google Cloud Datastore 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.Datastore.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 Datastore API Reference for datastore.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] GoogleLongrunningListOperationsResponse))))))))))) Source #

A resource alias for datastore.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.Datastore.Projects.Operations.List

Data ProjectsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Datastore.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.Datastore.Projects.Operations.List

Generic ProjectsOperationsList Source # 
Instance details

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

Associated Types

type Rep ProjectsOperationsList :: Type -> Type #

GoogleRequest ProjectsOperationsList Source # 
Instance details

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

type Rep ProjectsOperationsList Source # 
Instance details

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

type Rep ProjectsOperationsList = D1 (MetaData "ProjectsOperationsList" "Network.Google.Resource.Datastore.Projects.Operations.List" "gogol-datastore-0.4.0-DxtGpCFjzKb7bKvoY75v5a" False) (C1 (MetaCons "ProjectsOperationsList'" PrefixI True) (((S1 (MetaSel (Just "_polXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_polUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_polAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_polUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_polName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_polFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_polPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_polPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_polCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsOperationsList Source # 
Instance details

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

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

Defined in Network.Google.Resource.Datastore.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.