gogol-container-0.3.0: Google Container 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.Container.Projects.Zones.Operations.Get

Contents

Description

Gets the specified operation.

See: Google Container Engine API Reference for container.projects.zones.operations.get.

Synopsis

REST Resource

type ProjectsZonesOperationsGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (Capture "operationId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation)))))))))))))) Source #

A resource alias for container.projects.zones.operations.get method which the ProjectsZonesOperationsGet request conforms to.

Creating a Request

data ProjectsZonesOperationsGet Source #

Gets the specified operation.

See: projectsZonesOperationsGet smart constructor.

Instances

Eq ProjectsZonesOperationsGet Source # 
Data ProjectsZonesOperationsGet Source # 

Methods

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

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

toConstr :: ProjectsZonesOperationsGet -> Constr #

dataTypeOf :: ProjectsZonesOperationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsZonesOperationsGet Source # 
Generic ProjectsZonesOperationsGet Source # 
GoogleRequest ProjectsZonesOperationsGet Source # 
type Rep ProjectsZonesOperationsGet Source # 
type Scopes ProjectsZonesOperationsGet Source # 
type Scopes ProjectsZonesOperationsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs ProjectsZonesOperationsGet Source # 

Request Lenses

pzogUploadProtocol :: Lens' ProjectsZonesOperationsGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

pzogUploadType :: Lens' ProjectsZonesOperationsGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

pzogZone :: Lens' ProjectsZonesOperationsGet Text Source #

The name of the Google Compute Engine zone in which the cluster resides.

pzogOperationId :: Lens' ProjectsZonesOperationsGet Text Source #

The server-assigned `name` of the operation.