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 ImageVersions for provided location.
See: Cloud Composer API Reference for composer.projects.locations.imageVersions.list
.
Synopsis
- type ProjectsLocationsImageVersionsListResource = "v1" :> (Capture "parent" Text :> ("imageVersions" :> (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] ListImageVersionsResponse))))))))))
- projectsLocationsImageVersionsList :: Text -> ProjectsLocationsImageVersionsList
- data ProjectsLocationsImageVersionsList
- plivlParent :: Lens' ProjectsLocationsImageVersionsList Text
- plivlXgafv :: Lens' ProjectsLocationsImageVersionsList (Maybe Xgafv)
- plivlUploadProtocol :: Lens' ProjectsLocationsImageVersionsList (Maybe Text)
- plivlAccessToken :: Lens' ProjectsLocationsImageVersionsList (Maybe Text)
- plivlUploadType :: Lens' ProjectsLocationsImageVersionsList (Maybe Text)
- plivlPageToken :: Lens' ProjectsLocationsImageVersionsList (Maybe Text)
- plivlPageSize :: Lens' ProjectsLocationsImageVersionsList (Maybe Int32)
- plivlCallback :: Lens' ProjectsLocationsImageVersionsList (Maybe Text)
REST Resource
type ProjectsLocationsImageVersionsListResource = "v1" :> (Capture "parent" Text :> ("imageVersions" :> (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] ListImageVersionsResponse)))))))))) Source #
A resource alias for composer.projects.locations.imageVersions.list
method which the
ProjectsLocationsImageVersionsList
request conforms to.
Creating a Request
projectsLocationsImageVersionsList Source #
Creates a value of ProjectsLocationsImageVersionsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsImageVersionsList Source #
List ImageVersions for provided location.
See: projectsLocationsImageVersionsList
smart constructor.
Instances
Request Lenses
plivlParent :: Lens' ProjectsLocationsImageVersionsList Text Source #
List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"
plivlXgafv :: Lens' ProjectsLocationsImageVersionsList (Maybe Xgafv) Source #
V1 error format.
plivlUploadProtocol :: Lens' ProjectsLocationsImageVersionsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plivlAccessToken :: Lens' ProjectsLocationsImageVersionsList (Maybe Text) Source #
OAuth access token.
plivlUploadType :: Lens' ProjectsLocationsImageVersionsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plivlPageToken :: Lens' ProjectsLocationsImageVersionsList (Maybe Text) Source #
The next_page_token value returned from a previous List request, if any.
plivlPageSize :: Lens' ProjectsLocationsImageVersionsList (Maybe Int32) Source #
The maximum number of image_versions to return.