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

Contents

Description

Lists all projects to which you have been granted any project role.

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

Synopsis

REST Resource

type ProjectsListResource = "bigquery" :> ("v2" :> ("projects" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` ProjectList))))) Source

A resource alias for bigquery.projects.list method which the ProjectsList request conforms to.

Creating a Request

projectsList :: ProjectsList Source

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

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

data ProjectsList Source

Lists all projects to which you have been granted any project role.

See: projectsList smart constructor.

Request Lenses

plPageToken :: Lens' ProjectsList (Maybe Text) Source

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

plMaxResults :: Lens' ProjectsList (Maybe Word32) Source

Maximum number of results to return