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

Contents

Description

Retrieves an instance operation that has been performed on an instance.

See: Cloud SQL Administration API Reference for sql.operations.get.

Synopsis

REST Resource

type OperationsGetResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Operation)))))) Source

A resource alias for sql.operations.get method which the OperationsGet request conforms to.

Creating a Request

operationsGet Source

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

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

data OperationsGet Source

Retrieves an instance operation that has been performed on an instance.

See: operationsGet smart constructor.

Request Lenses

ogProject :: Lens' OperationsGet Text Source

Project ID of the project that contains the instance.

ogOperation :: Lens' OperationsGet Text Source

Instance operation ID.