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

Contents

Description

Creates a new empty dataset.

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

Synopsis

REST Resource

type DataSetsInsertResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("datasets" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` DataSet :> Post `[JSON]` DataSet)))))) Source

A resource alias for bigquery.datasets.insert method which the DataSetsInsert request conforms to.

Creating a Request

dataSetsInsert Source

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

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

Request Lenses

dsiPayload :: Lens' DataSetsInsert DataSet Source

Multipart request metadata.

dsiProjectId :: Lens' DataSetsInsert Text Source

Project ID of the new dataset