gogol-appengine-0.4.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: 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" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" 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 # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Operations.Get

Data AppsOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Operations.Get

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

Defined in Network.Google.Resource.AppEngine.Apps.Operations.Get

Generic AppsOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Operations.Get

Associated Types

type Rep AppsOperationsGet :: Type -> Type #

GoogleRequest AppsOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Operations.Get

Associated Types

type Rs AppsOperationsGet :: Type #

type Scopes AppsOperationsGet :: [Symbol] #

type Rep AppsOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Operations.Get

type Rep AppsOperationsGet = D1 (MetaData "AppsOperationsGet" "Network.Google.Resource.AppEngine.Apps.Operations.Get" "gogol-appengine-0.4.0-48gH8mpUkemKe8XR9UYlzr" False) (C1 (MetaCons "AppsOperationsGet'" PrefixI True) ((S1 (MetaSel (Just "_aogXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_aogUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aogAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_aogUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aogAppsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_aogOperationsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aogCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes AppsOperationsGet Source # 
Instance details

Defined in Network.Google.Resource.AppEngine.Apps.Operations.Get

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

Defined in Network.Google.Resource.AppEngine.Apps.Operations.Get

Request Lenses

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

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

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