integrations.sh
← all integrations

googleapis.com – bigquerydatatransfer

OpenAPI apis-guru analyticsmedia

Schedule queries or transfer external data from SaaS applications to Google BigQuery on a regular basis.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:bigquerydatatransfer/v1.json
Provider
googleapis.com:bigquerydatatransfer / bigquerydatatransfer
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/bigquerydatatransfer/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/bigquerydatatransfer/v1/openapi.yaml

Tools (15)

Extracted live via the executor SDK.

  • projects.bigquerydatatransferProjectsLocationsDataSourcesCheckValidCreds

    Returns true if valid credentials exist for the given data source and requesting user.

  • projects.bigquerydatatransferProjectsLocationsDataSourcesList

    Lists supported data sources and returns their settings.

  • projects.bigquerydatatransferProjectsLocationsEnrollDataSources

    Enroll data sources in a user project. This allows users to create transfer configurations for these data sources. They will also appear in the ListDataSources RPC and as such, will appear in the , and the documents can be found in the public guide for and .

  • projects.bigquerydatatransferProjectsLocationsList

    Lists information about the supported locations for this service.

  • projects.bigquerydatatransferProjectsTransferConfigsCreate

    Creates a new data transfer configuration.

  • projects.bigquerydatatransferProjectsTransferConfigsList

    Returns information about all transfer configs owned by a project in the specified location.

  • projects.bigquerydatatransferProjectsTransferConfigsPatch

    Updates a data transfer configuration. All fields must be set, even if they are not updated.

  • projects.bigquerydatatransferProjectsTransferConfigsRunsDelete

    Deletes the specified transfer run.

  • projects.bigquerydatatransferProjectsTransferConfigsRunsGet

    Returns information about the particular transfer run.

  • projects.bigquerydatatransferProjectsTransferConfigsRunsList

    Returns information about running and completed transfer runs.

  • projects.bigquerydatatransferProjectsTransferConfigsRunsTransferLogsList

    Returns log messages for the transfer run.

  • projects.bigquerydatatransferProjectsTransferConfigsScheduleRuns

    Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.

  • projects.bigquerydatatransferProjectsTransferConfigsStartManualRuns

    Start manual transfer runs to be executed now with schedule_time equal to current time. The transfer runs can be created for a time range where the run_time is between start_time (inclusive) and end_time (exclusive), or for a specific run_time.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools