gogol-sqladmin-0.4.0: Google Cloud SQL 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.SQL.Operations.List

Contents

Description

Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.

See: Cloud SQL Admin API Reference for sql.operations.list.

Synopsis

REST Resource

type OperationsListResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("operations" :> (QueryParam "instance" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] OperationsListResponse)))))))) Source #

A resource alias for sql.operations.list method which the OperationsList request conforms to.

Creating a Request

operationsList Source #

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

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

data OperationsList Source #

Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.

See: operationsList smart constructor.

Instances
Eq OperationsList Source # 
Instance details

Defined in Network.Google.Resource.SQL.Operations.List

Data OperationsList Source # 
Instance details

Defined in Network.Google.Resource.SQL.Operations.List

Methods

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

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

toConstr :: OperationsList -> Constr #

dataTypeOf :: OperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OperationsList Source # 
Instance details

Defined in Network.Google.Resource.SQL.Operations.List

Generic OperationsList Source # 
Instance details

Defined in Network.Google.Resource.SQL.Operations.List

Associated Types

type Rep OperationsList :: Type -> Type #

GoogleRequest OperationsList Source # 
Instance details

Defined in Network.Google.Resource.SQL.Operations.List

Associated Types

type Rs OperationsList :: Type #

type Scopes OperationsList :: [Symbol] #

type Rep OperationsList Source # 
Instance details

Defined in Network.Google.Resource.SQL.Operations.List

type Rep OperationsList = D1 (MetaData "OperationsList" "Network.Google.Resource.SQL.Operations.List" "gogol-sqladmin-0.4.0-E7PrzlfFsl19SfOpZznMc2" False) (C1 (MetaCons "OperationsList'" PrefixI True) ((S1 (MetaSel (Just "_olProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_olPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_olMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))) :*: S1 (MetaSel (Just "_olInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes OperationsList Source # 
Instance details

Defined in Network.Google.Resource.SQL.Operations.List

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

Defined in Network.Google.Resource.SQL.Operations.List

Request Lenses

olProject :: Lens' OperationsList Text Source #

Project ID of the project that contains the instance.

olPageToken :: Lens' OperationsList (Maybe Text) Source #

A previously-returned page token representing part of the larger set of results to view.

olMaxResults :: Lens' OperationsList (Maybe Word32) Source #

Maximum number of operations per response.

olInstance :: Lens' OperationsList Text Source #

Cloud SQL instance ID. This does not include the project ID.