gogol-compute-0.5.0: Google Compute Engine 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.Compute.RegionOperations.Get

Contents

Description

Retrieves the specified region-specific Operations resource.

See: Compute Engine API Reference for compute.regionOperations.get.

Synopsis

REST Resource

type RegionOperationsGetResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("regions" :> (Capture "region" Text :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation)))))))) Source #

A resource alias for compute.regionOperations.get method which the RegionOperationsGet request conforms to.

Creating a Request

regionOperationsGet Source #

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

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

data RegionOperationsGet Source #

Retrieves the specified region-specific Operations resource.

See: regionOperationsGet smart constructor.

Instances
Eq RegionOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionOperations.Get

Data RegionOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionOperations.Get

Methods

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

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

toConstr :: RegionOperationsGet -> Constr #

dataTypeOf :: RegionOperationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show RegionOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionOperations.Get

Generic RegionOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionOperations.Get

Associated Types

type Rep RegionOperationsGet :: Type -> Type #

GoogleRequest RegionOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionOperations.Get

Associated Types

type Rs RegionOperationsGet :: Type #

type Scopes RegionOperationsGet :: [Symbol] #

type Rep RegionOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionOperations.Get

type Rep RegionOperationsGet = D1 (MetaData "RegionOperationsGet" "Network.Google.Resource.Compute.RegionOperations.Get" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "RegionOperationsGet'" PrefixI True) (S1 (MetaSel (Just "_rogProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_rogOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rogRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes RegionOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.Compute.RegionOperations.Get

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

Defined in Network.Google.Resource.Compute.RegionOperations.Get

Request Lenses

rogProject :: Lens' RegionOperationsGet Text Source #

Project ID for this request.

rogOperation :: Lens' RegionOperationsGet Text Source #

Name of the Operations resource to return.

rogRegion :: Lens' RegionOperationsGet Text Source #

Name of the region for this request.