gogol-deploymentmanager-0.4.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 # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Operations.Get

Data OperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Operations.Get

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 # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Operations.Get

Generic OperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Operations.Get

Associated Types

type Rep OperationsGet :: Type -> Type #

GoogleRequest OperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Operations.Get

Associated Types

type Rs OperationsGet :: Type #

type Scopes OperationsGet :: [Symbol] #

type Rep OperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Operations.Get

type Rep OperationsGet = D1 (MetaData "OperationsGet" "Network.Google.Resource.DeploymentManager.Operations.Get" "gogol-deploymentmanager-0.4.0-1FvxHucO1CjAgqyDzotDSh" False) (C1 (MetaCons "OperationsGet'" PrefixI True) (S1 (MetaSel (Just "_ogProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ogOperation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes OperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Operations.Get

type Scopes OperationsGet = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/cloud-platform.read-only" ': ("https://www.googleapis.com/auth/ndev.cloudman" ': ("https://www.googleapis.com/auth/ndev.cloudman.readonly" ': ([] :: [Symbol]))))
type Rs OperationsGet Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Operations.Get

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.