gogol-sqladmin-0.5.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.Instances.Get

Contents

Description

Retrieves a resource containing information about a Cloud SQL instance.

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

Synopsis

REST Resource

type InstancesGetResource = "sql" :> ("v1beta4" :> ("projects" :> (Capture "project" Text :> ("instances" :> (Capture "instance" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] DatabaseInstance)))))) Source #

A resource alias for sql.instances.get method which the InstancesGet request conforms to.

Creating a Request

instancesGet Source #

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

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

data InstancesGet Source #

Retrieves a resource containing information about a Cloud SQL instance.

See: instancesGet smart constructor.

Instances
Eq InstancesGet Source # 
Instance details

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

Data InstancesGet Source # 
Instance details

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

Methods

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

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

toConstr :: InstancesGet -> Constr #

dataTypeOf :: InstancesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstancesGet Source # 
Instance details

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

Generic InstancesGet Source # 
Instance details

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

Associated Types

type Rep InstancesGet :: Type -> Type #

GoogleRequest InstancesGet Source # 
Instance details

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

Associated Types

type Rs InstancesGet :: Type #

type Scopes InstancesGet :: [Symbol] #

type Rep InstancesGet Source # 
Instance details

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

type Rep InstancesGet = D1 (MetaData "InstancesGet" "Network.Google.Resource.SQL.Instances.Get" "gogol-sqladmin-0.5.0-8B6e7VZcIFdAjKub4oGppa" False) (C1 (MetaCons "InstancesGet'" PrefixI True) (S1 (MetaSel (Just "_igProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_igInstance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes InstancesGet Source # 
Instance details

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

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

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

Request Lenses

igProject :: Lens' InstancesGet Text Source #

Project ID of the project that contains the instance.

igInstance :: Lens' InstancesGet Text Source #

Database instance ID. This does not include the project ID.