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.BackupRuns.List

Contents

Description

Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the backup initiation time.

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

Synopsis

REST Resource

type BackupRunsListResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("backupRuns" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] BackupRunsListResponse))))))))) Source #

A resource alias for sql.backupRuns.list method which the BackupRunsList request conforms to.

Creating a Request

backupRunsList Source #

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

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

data BackupRunsList Source #

Lists all backup runs associated with a given instance and configuration in the reverse chronological order of the backup initiation time.

See: backupRunsList smart constructor.

Instances
Eq BackupRunsList Source # 
Instance details

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

Data BackupRunsList Source # 
Instance details

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

Methods

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

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

toConstr :: BackupRunsList -> Constr #

dataTypeOf :: BackupRunsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BackupRunsList Source # 
Instance details

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

Generic BackupRunsList Source # 
Instance details

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

Associated Types

type Rep BackupRunsList :: Type -> Type #

GoogleRequest BackupRunsList Source # 
Instance details

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

Associated Types

type Rs BackupRunsList :: Type #

type Scopes BackupRunsList :: [Symbol] #

type Rep BackupRunsList Source # 
Instance details

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

type Rep BackupRunsList = D1 (MetaData "BackupRunsList" "Network.Google.Resource.SQL.BackupRuns.List" "gogol-sqladmin-0.4.0-E7PrzlfFsl19SfOpZznMc2" False) (C1 (MetaCons "BackupRunsList'" PrefixI True) ((S1 (MetaSel (Just "_brlProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_brlPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_brlMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_brlInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes BackupRunsList Source # 
Instance details

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

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

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

Request Lenses

brlProject :: Lens' BackupRunsList Text Source #

Project ID of the project that contains the instance.

brlPageToken :: Lens' BackupRunsList (Maybe Text) Source #

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

brlMaxResults :: Lens' BackupRunsList (Maybe Int32) Source #

Maximum number of backup runs per response.

brlInstance :: Lens' BackupRunsList Text Source #

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