Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. type BigQueryDatasetsInsertResource = "bigquery" :> "v2" :> "projects" :> Capture "projectId" Text :> "datasets" :> QueryParam "$.xgafv" Xgafv :> QueryParam "accessPolicyVersion" Int32 :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] Dataset :> Post '[JSON] Dataset

    gogol-bigquery Gogol.BigQuery.Datasets.Insert

    A resource alias for bigquery.datasets.insert method which the BigQueryDatasetsInsert request conforms to.

  2. newBigQueryDatasetsInsert :: Dataset -> Text -> BigQueryDatasetsInsert

    gogol-bigquery Gogol.BigQuery.Datasets.Insert

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

  3. data BigQueryDatasetsList

    gogol-bigquery Gogol.BigQuery.Datasets.List

    Lists all datasets in the specified project to which the user has been granted the READER dataset role. See: newBigQueryDatasetsList smart constructor.

  4. BigQueryDatasetsList :: Maybe Xgafv -> Maybe Text -> Maybe Bool -> Maybe Text -> Maybe Text -> Maybe Word32 -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> BigQueryDatasetsList

    gogol-bigquery Gogol.BigQuery.Datasets.List

    No documentation available.

  5. type BigQueryDatasetsListResource = "bigquery" :> "v2" :> "projects" :> Capture "projectId" Text :> "datasets" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "all" Bool :> QueryParam "callback" Text :> QueryParam "filter" Text :> QueryParam "maxResults" Word32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] DatasetList

    gogol-bigquery Gogol.BigQuery.Datasets.List

    A resource alias for bigquery.datasets.list method which the BigQueryDatasetsList request conforms to.

  6. newBigQueryDatasetsList :: Text -> BigQueryDatasetsList

    gogol-bigquery Gogol.BigQuery.Datasets.List

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

  7. data BigQueryDatasetsPatch

    gogol-bigquery Gogol.BigQuery.Datasets.Patch

    Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports RFC5789 patch semantics. See: newBigQueryDatasetsPatch smart constructor.

  8. BigQueryDatasetsPatch :: Maybe Xgafv -> Maybe Int32 -> Maybe Text -> Maybe Text -> Text -> Dataset -> Text -> Maybe Text -> Maybe Text -> BigQueryDatasetsPatch

    gogol-bigquery Gogol.BigQuery.Datasets.Patch

    No documentation available.

  9. type BigQueryDatasetsPatchResource = "bigquery" :> "v2" :> "projects" :> Capture "projectId" Text :> "datasets" :> Capture "datasetId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "accessPolicyVersion" Int32 :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] Dataset :> Patch '[JSON] Dataset

    gogol-bigquery Gogol.BigQuery.Datasets.Patch

    A resource alias for bigquery.datasets.patch method which the BigQueryDatasetsPatch request conforms to.

  10. datasetId :: BigQueryDatasetsPatch -> Text

    gogol-bigquery Gogol.BigQuery.Datasets.Patch

    Required. Dataset ID of the dataset being updated

Page 224 of many | Previous | Next