Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. newBigQueryDatasetsList :: Text -> BigQueryDatasetsList

    gogol-bigquery Gogol.BigQuery.Datasets.List

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

  2. data DataflowProjectsJobsList

    gogol-dataflow Gogol.Dataflow

    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: newDataflowProjectsJobsList smart constructor.

  3. DataflowProjectsJobsList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe ProjectsJobsListFilter -> Maybe Text -> Maybe Text -> Maybe Int32 -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> Maybe ProjectsJobsListView -> DataflowProjectsJobsList

    gogol-dataflow Gogol.Dataflow

    No documentation available.

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

    gogol-dataflow Gogol.Dataflow

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

  5. data DataflowProjectsJobsMessagesList

    gogol-dataflow Gogol.Dataflow

    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: newDataflowProjectsJobsMessagesList smart constructor.

  6. DataflowProjectsJobsMessagesList :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Maybe DateTime -> Text -> Maybe Text -> Maybe ProjectsJobsMessagesListMinimumImportance -> Maybe Int32 -> Maybe Text -> Text -> Maybe DateTime -> Maybe Text -> Maybe Text -> DataflowProjectsJobsMessagesList

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  7. type DataflowProjectsJobsMessagesListResource = "v1b3" :> "projects" :> Capture "projectId" Text :> "jobs" :> Capture "jobId" Text :> "messages" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "endTime" DateTime :> QueryParam "location" Text :> QueryParam "minimumImportance" ProjectsJobsMessagesListMinimumImportance :> 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

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

  8. data DataflowProjectsLocationsJobsList

    gogol-dataflow Gogol.Dataflow

    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.

  9. 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

    No documentation available.

  10. 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

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

Page 242 of many | Previous | Next