DataTransferService

com.google.cloud.bigquery.datatransfer.v1.datatransfer.DataTransferService
See theDataTransferService companion object
trait DataTransferService[F[_]]

This API allows users to manage their data transfers into BigQuery.

Attributes

Companion
object
Source
DataTransferService.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

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

Attributes

Source
DataTransferService.scala

Creates a new data transfer configuration.

Creates a new data transfer configuration.

Attributes

Source
DataTransferService.scala

Deletes a data transfer configuration, including any associated transfer runs and logs.

Deletes a data transfer configuration, including any associated transfer runs and logs.

Attributes

Source
DataTransferService.scala

Deletes the specified transfer run.

Deletes the specified transfer run.

Attributes

Source
DataTransferService.scala

Enroll data sources in a user project.

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 [BigQuery UI](https://console.cloud.google.com/bigquery), and the documents can be found in the public guide for [BigQuery Web UI](https://cloud.google.com/bigquery/bigquery-web-ui) and [Data Transfer Service](https://cloud.google.com/bigquery/docs/working-with-transfers).

Attributes

Source
DataTransferService.scala

Retrieves a supported data source and returns its settings.

Retrieves a supported data source and returns its settings.

Attributes

Source
DataTransferService.scala

Returns information about a data transfer config.

Returns information about a data transfer config.

Attributes

Source
DataTransferService.scala

Returns information about the particular transfer run.

Returns information about the particular transfer run.

Attributes

Source
DataTransferService.scala

Lists supported data sources and returns their settings.

Lists supported data sources and returns their settings.

Attributes

Source
DataTransferService.scala

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

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

Attributes

Source
DataTransferService.scala

Returns log messages for the transfer run.

Returns log messages for the transfer run.

Attributes

Source
DataTransferService.scala

Returns information about running and completed transfer runs.

Returns information about running and completed transfer runs.

Attributes

Source
DataTransferService.scala

Creates transfer runs for a time range [start_time, end_time].

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.

Attributes

Source
DataTransferService.scala

Start manual transfer runs to be executed now with schedule_time equal to current time.

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.

Attributes

Source
DataTransferService.scala

Updates a data transfer configuration.

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

Attributes

Source
DataTransferService.scala