gogol-bigtableadmin-0.4.0: Google Cloud Bigtable Admin 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.BigtableAdmin.Operations.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 Bigtable Admin API Reference for bigtableadmin.operations.projects.operations.list.

Synopsis

REST Resource

type OperationsProjectsOperationsListResource = "v2" :> (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] ListOperationsResponse))))))))))) Source #

A resource alias for bigtableadmin.operations.projects.operations.list method which the OperationsProjectsOperationsList request conforms to.

Creating a Request

operationsProjectsOperationsList Source #

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

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

data OperationsProjectsOperationsList 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: operationsProjectsOperationsList smart constructor.

Instances
Eq OperationsProjectsOperationsList Source # 
Instance details

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

Data OperationsProjectsOperationsList Source # 
Instance details

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

Methods

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

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

toConstr :: OperationsProjectsOperationsList -> Constr #

dataTypeOf :: OperationsProjectsOperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OperationsProjectsOperationsList Source # 
Instance details

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

Generic OperationsProjectsOperationsList Source # 
Instance details

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

Associated Types

type Rep OperationsProjectsOperationsList :: Type -> Type #

GoogleRequest OperationsProjectsOperationsList Source # 
Instance details

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

type Rep OperationsProjectsOperationsList Source # 
Instance details

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

type Rep OperationsProjectsOperationsList = D1 (MetaData "OperationsProjectsOperationsList" "Network.Google.Resource.BigtableAdmin.Operations.Projects.Operations.List" "gogol-bigtableadmin-0.4.0-6szCCW4cHyY2Lkz5NnlqK" False) (C1 (MetaCons "OperationsProjectsOperationsList'" PrefixI True) (((S1 (MetaSel (Just "_opolXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_opolUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_opolAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_opolUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_opolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_opolFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_opolPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_opolPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_opolCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes OperationsProjectsOperationsList Source # 
Instance details

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

type Scopes OperationsProjectsOperationsList = "https://www.googleapis.com/auth/bigtable.admin" ': ("https://www.googleapis.com/auth/bigtable.admin.cluster" ': ("https://www.googleapis.com/auth/bigtable.admin.instance" ': ("https://www.googleapis.com/auth/cloud-bigtable.admin" ': ("https://www.googleapis.com/auth/cloud-bigtable.admin.cluster" ': ("https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/cloud-platform.read-only" ': ([] :: [Symbol])))))))
type Rs OperationsProjectsOperationsList Source # 
Instance details

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

Request Lenses

opolUploadProtocol :: Lens' OperationsProjectsOperationsList (Maybe Text) Source #

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

opolUploadType :: Lens' OperationsProjectsOperationsList (Maybe Text) Source #

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

opolName :: Lens' OperationsProjectsOperationsList Text Source #

The name of the operation's parent resource.