gogol-deploymentmanager-0.1.0: Google Cloud Deployment Manager 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.DeploymentManager.Operations.Get

Contents

Description

Gets information about a specific operation.

See: Google Cloud Deployment Manager API Reference for deploymentmanager.operations.get.

Synopsis

REST Resource

type OperationsGetResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (Capture "operation" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation))))))) Source #

A resource alias for deploymentmanager.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 #

Gets information about a specific operation.

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.DeploymentManager.Operations.Get" "gogol-deploymentmanager-0.1.0-AuzSIPU3oEZ6JJ1sl7zu2t" 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/cloud-platform.read-only" ((:) Symbol "https://www.googleapis.com/auth/ndev.cloudman" ((:) Symbol "https://www.googleapis.com/auth/ndev.cloudman.readonly" ([] Symbol))))
type Rs OperationsGet Source # 

Request Lenses

ogProject :: Lens' OperationsGet Text Source #

The project ID for this request.

ogOperation :: Lens' OperationsGet Text Source #

The name of the operation for this request.