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

Contents

Description

Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.

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

Synopsis

REST Resource

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

A resource alias for bigquery.tables.get method which the TablesGet request conforms to.

Creating a Request

tablesGet Source

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

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

data TablesGet Source

Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.

See: tablesGet smart constructor.

Request Lenses

tgDataSetId :: Lens' TablesGet Text Source

Dataset ID of the requested table

tgProjectId :: Lens' TablesGet Text Source

Project ID of the requested table

tgTableId :: Lens' TablesGet Text Source

Table ID of the requested table