gogol-spanner-0.5.0: Google Cloud Spanner 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.Spanner.Projects.Instances.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 Spanner API Reference for spanner.projects.instances.operations.list.

Synopsis

REST Resource

type ProjectsInstancesOperationsListResource = "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 spanner.projects.instances.operations.list method which the ProjectsInstancesOperationsList request conforms to.

Creating a Request

projectsInstancesOperationsList Source #

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

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

data ProjectsInstancesOperationsList 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: projectsInstancesOperationsList smart constructor.

Instances
Eq ProjectsInstancesOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Operations.List

Data ProjectsInstancesOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Operations.List

Methods

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

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

toConstr :: ProjectsInstancesOperationsList -> Constr #

dataTypeOf :: ProjectsInstancesOperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsInstancesOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Operations.List

Generic ProjectsInstancesOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Operations.List

Associated Types

type Rep ProjectsInstancesOperationsList :: Type -> Type #

GoogleRequest ProjectsInstancesOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Operations.List

type Rep ProjectsInstancesOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Operations.List

type Rep ProjectsInstancesOperationsList = D1 (MetaData "ProjectsInstancesOperationsList" "Network.Google.Resource.Spanner.Projects.Instances.Operations.List" "gogol-spanner-0.5.0-EbKAd7GSsmo9VdnPLfZZzz" False) (C1 (MetaCons "ProjectsInstancesOperationsList'" PrefixI True) (((S1 (MetaSel (Just "_piolXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_piolUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_piolAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_piolUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_piolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_piolFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_piolPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_piolPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_piolCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsInstancesOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Spanner.Projects.Instances.Operations.List

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

Defined in Network.Google.Resource.Spanner.Projects.Instances.Operations.List

Request Lenses

piolUploadProtocol :: Lens' ProjectsInstancesOperationsList (Maybe Text) Source #

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

piolUploadType :: Lens' ProjectsInstancesOperationsList (Maybe Text) Source #

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

piolName :: Lens' ProjectsInstancesOperationsList Text Source #

The name of the operation's parent resource.