@Generated(value="by gapic-generator")
See: Description
The interfaces provided are listed below, along with usage samples.
========================= DataTransferServiceClient =========================
Service Description: The Google BigQuery Data Transfer Service API enables BigQuery users to configure the transfer of their data from other Google Products into BigQuery. This service contains methods that are end user exposed. It backs up the frontend.
Sample for DataTransferServiceClient:
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
DataSourceName name = ProjectDataSourceName.of("[PROJECT]", "[DATA_SOURCE]");
DataSource response = dataTransferServiceClient.getDataSource(name);
}
Copyright © 2019 Google LLC. All rights reserved.