gogol-bigquery-0.0.1: Google BigQuery 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.BigQuery.DataSets.Get

Contents

Description

Returns the dataset specified by datasetID.

See: BigQuery API Reference for bigquery.datasets.get.

Synopsis

REST Resource

type DataSetsGetResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("datasets" :> (Capture "datasetId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` DataSet)))))) Source

A resource alias for bigquery.datasets.get method which the DataSetsGet request conforms to.

Creating a Request

dataSetsGet Source

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

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

Request Lenses

dsgDataSetId :: Lens' DataSetsGet Text Source

Dataset ID of the requested dataset

dsgProjectId :: Lens' DataSetsGet Text Source

Project ID of the requested dataset