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

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

Associated Types

type Rep OperationsList :: * -> * #

GoogleRequest OperationsList Source # 
type Rep OperationsList Source # 
type Rep OperationsList = D1 (MetaData "OperationsList" "Network.Google.Resource.SQL.Operations.List" "gogol-sqladmin-0.3.0-F2MMYO8dA77HaZ2Gbm80uU" 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 Source # 
type Scopes OperationsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/sqlservice.admin" ([] Symbol))
type Rs OperationsList Source # 

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.