gogol-genomics-0.0.1: Google Genomics 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.Genomics.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: API Reference for genomics.operations.get.

Synopsis

REST Resource

type OperationsGetResource = "v1" :> (Capture "name" 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 genomics.operations.get method which the OperationsGet request conforms to.

Creating a Request

operationsGet Source

Arguments

:: Text

ogName

-> OperationsGet 

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 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: operationsGet smart constructor.

Request Lenses

ogUploadProtocol :: Lens' OperationsGet (Maybe Text) Source

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

ogPp :: Lens' OperationsGet Bool Source

Pretty-print response.

ogUploadType :: Lens' OperationsGet (Maybe Text) Source

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

ogName :: Lens' OperationsGet Text Source

The name of the operation resource.