gogol-appengine-0.2.0: Google App Engine 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.AppEngine.Apps.Operations.Get

Contents

Description

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

See: Google App Engine Admin API Reference for appengine.apps.operations.get.

Synopsis

REST Resource

type AppsOperationsGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("operations" :> (Capture "operationsId" 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 appengine.apps.operations.get method which the AppsOperationsGet request conforms to.

Creating a Request

appsOperationsGet Source #

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

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

data AppsOperationsGet Source #

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

See: appsOperationsGet smart constructor.

Instances

Eq AppsOperationsGet Source # 
Data AppsOperationsGet Source # 

Methods

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

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

toConstr :: AppsOperationsGet -> Constr #

dataTypeOf :: AppsOperationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

aogUploadProtocol :: Lens' AppsOperationsGet (Maybe Text) Source #

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

aogPp :: Lens' AppsOperationsGet Bool Source #

Pretty-print response.

aogUploadType :: Lens' AppsOperationsGet (Maybe Text) Source #

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

aogAppsId :: Lens' AppsOperationsGet Text Source #

Part of `name`. The name of the operation resource.

aogOperationsId :: Lens' AppsOperationsGet Text Source #

Part of `name`. See documentation of `appsId`.