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.Tables.Delete

Contents

Description

Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.

See: BigQuery API Reference for bigquery.tables.delete.

Synopsis

REST Resource

type TablesDeleteResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("datasets" :> (Capture "datasetId" Text :> ("tables" :> (Capture "tableId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))))) Source

A resource alias for bigquery.tables.delete method which the TablesDelete request conforms to.

Creating a Request

tablesDelete Source

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

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

data TablesDelete Source

Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.

See: tablesDelete smart constructor.

Request Lenses

tdDataSetId :: Lens' TablesDelete Text Source

Dataset ID of the table to delete

tdProjectId :: Lens' TablesDelete Text Source

Project ID of the table to delete

tdTableId :: Lens' TablesDelete Text Source

Table ID of the table to delete