| 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.Projects.List
Description
Lists all projects to which you have been granted any project role.
See: BigQuery API Reference for bigquery.projects.list.
Synopsis
- type ProjectsListResource = "bigquery" :> ("v2" :> ("projects" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ProjectList)))))
- projectsList :: ProjectsList
- data ProjectsList
- plPageToken :: Lens' ProjectsList (Maybe Text)
- plMaxResults :: Lens' ProjectsList (Maybe Word32)
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.
Instances
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