Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.Google.Resource.BigQuery.Tables.List
Description
Lists all tables in the specified dataset. Requires the READER dataset role.
See: BigQuery API Reference for bigquery.tables.list
.
- 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)))))))))
- tablesList :: Text -> Text -> TablesList
- data TablesList
- tlDataSetId :: Lens' TablesList Text
- tlPageToken :: Lens' TablesList (Maybe Text)
- tlProjectId :: Lens' TablesList Text
- tlMaxResults :: Lens' TablesList (Maybe Word32)
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))))))))) #
A resource alias for bigquery.tables.list
method which the
TablesList
request conforms to.
Creating a Request
Arguments
:: Text | |
-> Text | |
-> TablesList |
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 #
Lists all tables in the specified dataset. Requires the READER dataset role.
See: tablesList
smart constructor.
Instances
Eq TablesList # | |
Data TablesList # | |
Show TablesList # | |
Generic TablesList # | |
GoogleRequest TablesList # | |
type Rep TablesList # | |
type Scopes TablesList # | |
type Rs TablesList # | |
Request Lenses
tlDataSetId :: Lens' TablesList Text #
Dataset ID of the tables to list
tlPageToken :: Lens' TablesList (Maybe Text) #
Page token, returned by a previous call, to request the next page of results
tlProjectId :: Lens' TablesList Text #
Project ID of the tables to list
tlMaxResults :: Lens' TablesList (Maybe Word32) #
Maximum number of results to return