gogol-sqladmin-0.2.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.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.

Instances

Eq OperationsGet Source # 
Data OperationsGet Source # 

Methods

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

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

toConstr :: OperationsGet -> Constr #

dataTypeOf :: OperationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OperationsGet Source # 
Generic OperationsGet Source # 

Associated Types

type Rep OperationsGet :: * -> * #

GoogleRequest OperationsGet Source # 

Associated Types

type Rs OperationsGet :: * #

type Scopes OperationsGet :: [Symbol] #

type Rep OperationsGet Source # 
type Rep OperationsGet = D1 (MetaData "OperationsGet" "Network.Google.Resource.SQL.Operations.Get" "gogol-sqladmin-0.2.0-BihfPAXdzgqA8dYlEmHsAp" False) (C1 (MetaCons "OperationsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ogProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ogOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes OperationsGet Source # 
type Scopes OperationsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/sqlservice.admin" ([] Symbol))
type Rs OperationsGet Source # 

Request Lenses

ogProject :: Lens' OperationsGet Text Source #

Project ID of the project that contains the instance.

ogOperation :: Lens' OperationsGet Text Source #

Instance operation ID.