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.Get

Contents

Description

Retrieves a resource containing information about a backup run.

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

Synopsis

REST Resource

type BackupRunsGetResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> ("backupRuns" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get '[JSON] BackupRun)))))))) Source #

A resource alias for sql.backupRuns.get method which the BackupRunsGet request conforms to.

Creating a Request

backupRunsGet Source #

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

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

data BackupRunsGet Source #

Retrieves a resource containing information about a backup run.

See: backupRunsGet smart constructor.

Instances
Eq BackupRunsGet Source # 
Instance details

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

Data BackupRunsGet Source # 
Instance details

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

Methods

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

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

toConstr :: BackupRunsGet -> Constr #

dataTypeOf :: BackupRunsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BackupRunsGet Source # 
Instance details

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

Generic BackupRunsGet Source # 
Instance details

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

Associated Types

type Rep BackupRunsGet :: Type -> Type #

GoogleRequest BackupRunsGet Source # 
Instance details

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

Associated Types

type Rs BackupRunsGet :: Type #

type Scopes BackupRunsGet :: [Symbol] #

type Rep BackupRunsGet Source # 
Instance details

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

type Rep BackupRunsGet = D1 (MetaData "BackupRunsGet" "Network.Google.Resource.SQL.BackupRuns.Get" "gogol-sqladmin-0.4.0-E7PrzlfFsl19SfOpZznMc2" False) (C1 (MetaCons "BackupRunsGet'" PrefixI True) (S1 (MetaSel (Just "_brgProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_brgId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int64)) :*: S1 (MetaSel (Just "_brgInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes BackupRunsGet Source # 
Instance details

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

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

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

Request Lenses

brgProject :: Lens' BackupRunsGet Text Source #

Project ID of the project that contains the instance.

brgId :: Lens' BackupRunsGet Int64 Source #

The ID of this Backup Run.

brgInstance :: Lens' BackupRunsGet Text Source #

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