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 |
List environments.
See: Cloud Composer API Reference for composer.projects.locations.environments.list
.
Synopsis
- type ProjectsLocationsEnvironmentsListResource = "v1" :> (Capture "parent" Text :> ("environments" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListEnvironmentsResponse))))))))))
- projectsLocationsEnvironmentsList :: Text -> ProjectsLocationsEnvironmentsList
- data ProjectsLocationsEnvironmentsList
- plelParent :: Lens' ProjectsLocationsEnvironmentsList Text
- plelXgafv :: Lens' ProjectsLocationsEnvironmentsList (Maybe Xgafv)
- plelUploadProtocol :: Lens' ProjectsLocationsEnvironmentsList (Maybe Text)
- plelAccessToken :: Lens' ProjectsLocationsEnvironmentsList (Maybe Text)
- plelUploadType :: Lens' ProjectsLocationsEnvironmentsList (Maybe Text)
- plelPageToken :: Lens' ProjectsLocationsEnvironmentsList (Maybe Text)
- plelPageSize :: Lens' ProjectsLocationsEnvironmentsList (Maybe Int32)
- plelCallback :: Lens' ProjectsLocationsEnvironmentsList (Maybe Text)
REST Resource
type ProjectsLocationsEnvironmentsListResource = "v1" :> (Capture "parent" Text :> ("environments" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListEnvironmentsResponse)))))))))) Source #
A resource alias for composer.projects.locations.environments.list
method which the
ProjectsLocationsEnvironmentsList
request conforms to.
Creating a Request
projectsLocationsEnvironmentsList Source #
Creates a value of ProjectsLocationsEnvironmentsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsEnvironmentsList Source #
List environments.
See: projectsLocationsEnvironmentsList
smart constructor.
Instances
Request Lenses
plelParent :: Lens' ProjectsLocationsEnvironmentsList Text Source #
List environments in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"
plelUploadProtocol :: Lens' ProjectsLocationsEnvironmentsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plelAccessToken :: Lens' ProjectsLocationsEnvironmentsList (Maybe Text) Source #
OAuth access token.
plelUploadType :: Lens' ProjectsLocationsEnvironmentsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plelPageToken :: Lens' ProjectsLocationsEnvironmentsList (Maybe Text) Source #
The next_page_token value returned from a previous List request, if any.
plelPageSize :: Lens' ProjectsLocationsEnvironmentsList (Maybe Int32) Source #
The maximum number of environments to return.