gogol-sqladmin-0.0.1: Google Cloud SQL Administration SDK.

Copyright(c) 2015 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 Administration 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.

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.