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 |
Lists workflows that match the specified filter in the request.
See: Cloud Dataproc API Reference for dataproc.projects.locations.workflowTemplates.list
.
Synopsis
- type ProjectsLocationsWorkflowTemplatesListResource = "v1" :> (Capture "parent" Text :> ("workflowTemplates" :> (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] ListWorkflowTemplatesResponse))))))))))
- projectsLocationsWorkflowTemplatesList :: Text -> ProjectsLocationsWorkflowTemplatesList
- data ProjectsLocationsWorkflowTemplatesList
- plwtlParent :: Lens' ProjectsLocationsWorkflowTemplatesList Text
- plwtlXgafv :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Xgafv)
- plwtlUploadProtocol :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Text)
- plwtlAccessToken :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Text)
- plwtlUploadType :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Text)
- plwtlPageToken :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Text)
- plwtlPageSize :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Int32)
- plwtlCallback :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Text)
REST Resource
type ProjectsLocationsWorkflowTemplatesListResource = "v1" :> (Capture "parent" Text :> ("workflowTemplates" :> (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] ListWorkflowTemplatesResponse)))))))))) Source #
A resource alias for dataproc.projects.locations.workflowTemplates.list
method which the
ProjectsLocationsWorkflowTemplatesList
request conforms to.
Creating a Request
projectsLocationsWorkflowTemplatesList Source #
Creates a value of ProjectsLocationsWorkflowTemplatesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsWorkflowTemplatesList Source #
Lists workflows that match the specified filter in the request.
See: projectsLocationsWorkflowTemplatesList
smart constructor.
Instances
Request Lenses
plwtlParent :: Lens' ProjectsLocationsWorkflowTemplatesList Text Source #
Required. The "resource name" of the region, as described in https://cloud.google.com/apis/design/resource_names of the form projects/{project_id}/regions/{region}
plwtlXgafv :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Xgafv) Source #
V1 error format.
plwtlUploadProtocol :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plwtlAccessToken :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Text) Source #
OAuth access token.
plwtlUploadType :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plwtlPageToken :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Text) Source #
Optional. The page token, returned by a previous call, to request the next page of results.
plwtlPageSize :: Lens' ProjectsLocationsWorkflowTemplatesList (Maybe Int32) Source #
Optional. The maximum number of results to return in each response.