gogol-sqladmin-0.3.0: Google Cloud SQL Administration 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 Administration 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)))))))) #

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

Creating a Request

operationsList #

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 #

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 # 
Data OperationsList # 

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 # 
Generic OperationsList # 

Associated Types

type Rep OperationsList :: * -> * #

GoogleRequest OperationsList # 
type Rep OperationsList # 
type Rep OperationsList = D1 (MetaData "OperationsList" "Network.Google.Resource.SQL.Operations.List" "gogol-sqladmin-0.3.0-BD0t1IiAlhu87AUuRiY1UJ" False) (C1 (MetaCons "OperationsList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_olProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_olPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_olMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32)))) (S1 (MetaSel (Just Symbol "_olInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes OperationsList # 
type Scopes OperationsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/sqlservice.admin" ([] Symbol))
type Rs OperationsList # 

Request Lenses

olProject :: Lens' OperationsList Text #

Project ID of the project that contains the instance.

olPageToken :: Lens' OperationsList (Maybe Text) #

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

olMaxResults :: Lens' OperationsList (Maybe Word32) #

Maximum number of operations per response.

olInstance :: Lens' OperationsList Text #

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