gogol-appengine-0.0.1: Google App Engine Admin SDK.

Copyright(c) 2015 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 = "v1beta4" :> ("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.

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`.