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

Contents

Description

Lists operations that match the specified filter in the request.

See: API Reference for genomics.operations.list.

Synopsis

REST Resource

type OperationsListResource = "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 "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ListOperationsResponse)))))))))))) Source

A resource alias for genomics.operations.list method which the OperationsList request conforms to.

Creating a Request

operationsList Source

Arguments

:: Text

olName

-> OperationsList 

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

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

Request Lenses

olUploadProtocol :: Lens' OperationsList (Maybe Text) Source

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

olPp :: Lens' OperationsList Bool Source

Pretty-print response.

olUploadType :: Lens' OperationsList (Maybe Text) Source

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

olName :: Lens' OperationsList Text Source

The name of the operation collection.

olFilter :: Lens' OperationsList (Maybe Text) Source

A string for filtering Operations. The following filter fields are supported: * projectId: Required. Corresponds to OperationMetadata.projectId. * createTime: The time this job was created, in seconds from the epoch. Can use `>=` and/or `= 1432140000` * `projectId = my-project AND createTime >= 1432140000 AND createTime <= 1432150000 AND status = RUNNING`

olPageToken :: Lens' OperationsList (Maybe Text) Source

The standard list page token.

olPageSize :: Lens' OperationsList (Maybe Int32) Source

The maximum number of results to return. If unspecified, defaults to 256. The maximum value is 2048.