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

Contents

Description

Lists all tables in the specified dataset. Requires the READER dataset role.

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

Synopsis

REST Resource

type TablesListResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("datasets" :> (Capture "datasetId" Text :> ("tables" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` TableList))))))))) Source

A resource alias for bigquery.tables.list method which the TablesList request conforms to.

Creating a Request

tablesList Source

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

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

data TablesList Source

Lists all tables in the specified dataset. Requires the READER dataset role.

See: tablesList smart constructor.

Request Lenses

tlDataSetId :: Lens' TablesList Text Source

Dataset ID of the tables to list

tlPageToken :: Lens' TablesList (Maybe Text) Source

Page token, returned by a previous call, to request the next page of results

tlProjectId :: Lens' TablesList Text Source

Project ID of the tables to list

tlMaxResults :: Lens' TablesList (Maybe Word32) Source

Maximum number of results to return