BigQuery Data Transfer V1 Client - Class DataTransferServiceClient (1.5.2)

Reference documentation and code samples for the BigQuery Data Transfer V1 Client class DataTransferServiceClient.

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

This class is currently experimental and may be subject to changes.

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1 \ Client

Methods

__construct

Constructor.

Parameters
NameDescription
options array

Optional. Options for configuring the service API wrapper.

↳ apiEndpoint string

The address of the API remote host. May optionally include the port, formatted as "

↳ credentials string|array|FetchAuthTokenInterface|CredentialsWrapper

The credentials to be used by the client to authorize API calls. This option accepts either a path to a credentials file, or a decoded credentials file as a PHP array. Advanced usage: In addition, this option can also accept a pre-constructed Google\Auth\FetchAuthTokenInterface object or Google\ApiCore\CredentialsWrapper object. Note that when one of these objects are provided, any settings in $credentialsConfig will be ignored.

↳ credentialsConfig array

Options used to configure credentials, including auth token caching, for the client. For a full list of supporting configuration options, see Google\ApiCore\CredentialsWrapper::build() .

↳ disableRetries bool

Determines whether or not retries defined by the client configuration should be disabled. Defaults to false.

↳ clientConfig string|array

Client method configuration, including retry settings. This option can be either a path to a JSON file, or a PHP array containing the decoded JSON data. By default this settings points to the default client config file, which is provided in the resources folder.

↳ transport string|TransportInterface

The transport used for executing network requests. May be either the string rest or grpc. Defaults to grpc if gRPC support is detected on the system. Advanced usage: Additionally, it is possible to pass in an already instantiated Google\ApiCore\Transport\TransportInterface object. Note that when this object is provided, any settings in $transportConfig, and any $apiEndpoint setting, will be ignored.

↳ transportConfig array

Configuration options that will be used to construct the transport. Options for each supported transport type should be passed in a key for that transport. For example: $transportConfig = [ 'grpc' => [...], 'rest' => [...], ]; See the Google\ApiCore\Transport\GrpcTransport::build() and Google\ApiCore\Transport\RestTransport::build() methods for the supported options.

↳ clientCertSource callable

A callable which returns the client cert as a string. This can be used to provide a certificate and private key to the transport layer for mTLS.

checkValidCreds

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

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::checkValidCredsAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\CheckValidCredsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\BigQuery\DataTransfer\V1\CheckValidCredsResponse

createTransferConfig

Creates a new data transfer configuration.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::createTransferConfigAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\CreateTransferConfigRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\BigQuery\DataTransfer\V1\TransferConfig

deleteTransferConfig

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

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::deleteTransferConfigAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\DeleteTransferConfigRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

deleteTransferRun

Deletes the specified transfer run.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::deleteTransferRunAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\DeleteTransferRunRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

enrollDataSources

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, and the documents can be found in the public guide for BigQuery Web UI and Data Transfer Service.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::enrollDataSourcesAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\EnrollDataSourcesRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

getDataSource

Retrieves a supported data source and returns its settings.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::getDataSourceAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\GetDataSourceRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\BigQuery\DataTransfer\V1\DataSource

getTransferConfig

Returns information about a data transfer config.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::getTransferConfigAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\GetTransferConfigRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\BigQuery\DataTransfer\V1\TransferConfig

getTransferRun

Returns information about the particular transfer run.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::getTransferRunAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\GetTransferRunRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\BigQuery\DataTransfer\V1\TransferRun

listDataSources

Lists supported data sources and returns their settings.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::listDataSourcesAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ListDataSourcesRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listTransferConfigs

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

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::listTransferConfigsAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ListTransferConfigsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listTransferLogs

Returns log messages for the transfer run.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::listTransferLogsAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ListTransferLogsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

listTransferRuns

Returns information about running and completed transfer runs.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::listTransferRunsAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ListTransferRunsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

scheduleTransferRuns

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.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::scheduleTransferRunsAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ScheduleTransferRunsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\BigQuery\DataTransfer\V1\ScheduleTransferRunsResponse

startManualTransferRuns

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.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::startManualTransferRunsAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsResponse

updateTransferConfig

Updates a data transfer configuration.

All fields must be set, even if they are not updated.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::updateTransferConfigAsync() .

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\UpdateTransferConfigRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\BigQuery\DataTransfer\V1\TransferConfig

getLocation

Gets information about a location.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::getLocationAsync() .

Parameters
NameDescription
request Google\Cloud\Location\GetLocationRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\Cloud\Location\Location

listLocations

Lists information about the supported locations for this service.

The async variant is Google\Cloud\BigQuery\DataTransfer\V1\Client\BaseClient\self::listLocationsAsync() .

Parameters
NameDescription
request Google\Cloud\Location\ListLocationsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
TypeDescription
Google\ApiCore\PagedListResponse

checkValidCredsAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\CheckValidCredsRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

createTransferConfigAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\CreateTransferConfigRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

deleteTransferConfigAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\DeleteTransferConfigRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

deleteTransferRunAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\DeleteTransferRunRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

enrollDataSourcesAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\EnrollDataSourcesRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

getDataSourceAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\GetDataSourceRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

getTransferConfigAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\GetTransferConfigRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

getTransferRunAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\GetTransferRunRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

listDataSourcesAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ListDataSourcesRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

listTransferConfigsAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ListTransferConfigsRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

listTransferLogsAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ListTransferLogsRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

listTransferRunsAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ListTransferRunsRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

scheduleTransferRunsAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\ScheduleTransferRunsRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

startManualTransferRunsAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

updateTransferConfigAsync

Parameters
NameDescription
request Google\Cloud\BigQuery\DataTransfer\V1\UpdateTransferConfigRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

getLocationAsync

Parameters
NameDescription
request Google\Cloud\Location\GetLocationRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

listLocationsAsync

Parameters
NameDescription
request Google\Cloud\Location\ListLocationsRequest
optionalArgs = [] array
Returns
TypeDescription
GuzzleHttp\Promise\PromiseInterface

static::dataSourceName

Formats a string containing the fully-qualified path to represent a data_source resource.

Parameters
NameDescription
project string
dataSource string
Returns
TypeDescription
stringThe formatted data_source resource.

static::locationName

Formats a string containing the fully-qualified path to represent a location resource.

Parameters
NameDescription
project string
location string
Returns
TypeDescription
stringThe formatted location resource.

static::projectName

Formats a string containing the fully-qualified path to represent a project resource.

Parameter
NameDescription
project string
Returns
TypeDescription
stringThe formatted project resource.

static::projectDataSourceName

Formats a string containing the fully-qualified path to represent a project_data_source resource.

Parameters
NameDescription
project string
dataSource string
Returns
TypeDescription
stringThe formatted project_data_source resource.

static::projectLocationDataSourceName

Formats a string containing the fully-qualified path to represent a project_location_data_source resource.

Parameters
NameDescription
project string
location string
dataSource string
Returns
TypeDescription
stringThe formatted project_location_data_source resource.

static::projectLocationTransferConfigName

Formats a string containing the fully-qualified path to represent a project_location_transfer_config resource.

Parameters
NameDescription
project string
location string
transferConfig string
Returns
TypeDescription
stringThe formatted project_location_transfer_config resource.

static::projectLocationTransferConfigRunName

Formats a string containing the fully-qualified path to represent a project_location_transfer_config_run resource.

Parameters
NameDescription
project string
location string
transferConfig string
run string
Returns
TypeDescription
stringThe formatted project_location_transfer_config_run resource.

static::projectTransferConfigName

Formats a string containing the fully-qualified path to represent a project_transfer_config resource.

Parameters
NameDescription
project string
transferConfig string
Returns
TypeDescription
stringThe formatted project_transfer_config resource.

static::projectTransferConfigRunName

Formats a string containing the fully-qualified path to represent a project_transfer_config_run resource.

Parameters
NameDescription
project string
transferConfig string
run string
Returns
TypeDescription
stringThe formatted project_transfer_config_run resource.

static::runName

Formats a string containing the fully-qualified path to represent a run resource.

Parameters
NameDescription
project string
transferConfig string
run string
Returns
TypeDescription
stringThe formatted run resource.

static::transferConfigName

Formats a string containing the fully-qualified path to represent a transfer_config resource.

Parameters
NameDescription
project string
transferConfig string
Returns
TypeDescription
stringThe formatted transfer_config resource.

static::parseName

Parses a formatted name string and returns an associative array of the components in the name.

The following name formats are supported: Template: Pattern

  • dataSource: projects/{project}/dataSources/{data_source}
  • location: projects/{project}/locations/{location}
  • project: projects/{project}
  • projectDataSource: projects/{project}/dataSources/{data_source}
  • projectLocationDataSource: projects/{project}/locations/{location}/dataSources/{data_source}
  • projectLocationTransferConfig: projects/{project}/locations/{location}/transferConfigs/{transfer_config}
  • projectLocationTransferConfigRun: projects/{project}/locations/{location}/transferConfigs/{transfer_config}/runs/{run}
  • projectTransferConfig: projects/{project}/transferConfigs/{transfer_config}
  • projectTransferConfigRun: projects/{project}/transferConfigs/{transfer_config}/runs/{run}
  • run: projects/{project}/transferConfigs/{transfer_config}/runs/{run}
  • transferConfig: projects/{project}/transferConfigs/{transfer_config}

The optional $template argument can be supplied to specify a particular pattern, and must match one of the templates listed above. If no $template argument is provided, or if the $template argument does not match one of the templates listed, then parseName will check each of the supported templates, and return the first match.

Parameters
NameDescription
formattedName string

The formatted name string

template string

Optional name of template to match

Returns
TypeDescription
arrayAn associative array from name component IDs to component values.