Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newDataflowProjectsJobsMessagesList :: Text -> Text -> DataflowProjectsJobsMessagesList

    gogol-dataflow Gogol.Dataflow.Projects.Jobs.Messages.List

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

  2. data DataflowProjectsLocationsJobsList

    gogol-dataflow Gogol.Dataflow.Projects.Locations.Jobs.List

    List the jobs of a project. To list the jobs of a project in a region, we recommend using projects.locations.jobs.list with a regional endpoint. To list the all jobs across all regions, use projects.jobs.aggregated. Using projects.jobs.list is not recommended, because you can only get the list of jobs that are running in us-central1. projects.locations.jobs.list and projects.jobs.list support filtering the list of jobs by name. Filtering by name isn't supported by projects.jobs.aggregated. See: newDataflowProjectsLocationsJobsList smart constructor.

  3. DataflowProjectsLocationsJobsList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe ProjectsLocationsJobsListFilter -> Text -> Maybe Text -> Maybe Int32 -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> Maybe ProjectsLocationsJobsListView -> DataflowProjectsLocationsJobsList

    gogol-dataflow Gogol.Dataflow.Projects.Locations.Jobs.List

    No documentation available.

  4. type DataflowProjectsLocationsJobsListResource = "v1b3" :> "projects" :> Capture "projectId" Text :> "locations" :> Capture "location" Text :> "jobs" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "filter" ProjectsLocationsJobsListFilter :> QueryParam "name" Text :> QueryParam "pageSize" Int32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "view" ProjectsLocationsJobsListView :> QueryParam "alt" AltJSON :> Get '[JSON] ListJobsResponse

    gogol-dataflow Gogol.Dataflow.Projects.Locations.Jobs.List

    A resource alias for dataflow.projects.locations.jobs.list method which the DataflowProjectsLocationsJobsList request conforms to.

  5. newDataflowProjectsLocationsJobsList :: Text -> Text -> DataflowProjectsLocationsJobsList

    gogol-dataflow Gogol.Dataflow.Projects.Locations.Jobs.List

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

  6. data DataflowProjectsLocationsJobsMessagesList

    gogol-dataflow Gogol.Dataflow.Projects.Locations.Jobs.Messages.List

    Request the job status. To request the status of a job, we recommend using projects.locations.jobs.messages.list with a regional endpoint. Using projects.jobs.messages.list is not recommended, as you can only request the status of jobs that are running in us-central1. See: newDataflowProjectsLocationsJobsMessagesList smart constructor.

  7. DataflowProjectsLocationsJobsMessagesList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe DateTime -> Text -> Text -> Maybe ProjectsLocationsJobsMessagesListMinimumImportance -> Maybe Int32 -> Maybe Text -> Text -> Maybe DateTime -> Maybe Text -> Maybe Text -> DataflowProjectsLocationsJobsMessagesList

    gogol-dataflow Gogol.Dataflow.Projects.Locations.Jobs.Messages.List

    No documentation available.

  8. type DataflowProjectsLocationsJobsMessagesListResource = "v1b3" :> "projects" :> Capture "projectId" Text :> "locations" :> Capture "location" Text :> "jobs" :> Capture "jobId" Text :> "messages" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "endTime" DateTime :> QueryParam "minimumImportance" ProjectsLocationsJobsMessagesListMinimumImportance :> QueryParam "pageSize" Int32 :> QueryParam "pageToken" Text :> QueryParam "startTime" DateTime :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ListJobMessagesResponse

    gogol-dataflow Gogol.Dataflow.Projects.Locations.Jobs.Messages.List

    A resource alias for dataflow.projects.locations.jobs.messages.list method which the DataflowProjectsLocationsJobsMessagesList request conforms to.

  9. newDataflowProjectsLocationsJobsMessagesList :: Text -> Text -> Text -> DataflowProjectsLocationsJobsMessagesList

    gogol-dataflow Gogol.Dataflow.Projects.Locations.Jobs.Messages.List

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

  10. data DataflowProjectsLocationsJobsSnapshotsList

    gogol-dataflow Gogol.Dataflow.Projects.Locations.Jobs.Snapshots.List

    Lists snapshots. See: newDataflowProjectsLocationsJobsSnapshotsList smart constructor.

Page 253 of many | Previous | Next