@Generated(value="by gapic-generator-java") public class DataTransferServiceClient extends Object implements com.google.api.gax.core.BackgroundResource
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
DataSourceName name =
DataSourceName.ofProjectLocationDataSourceName(
"[PROJECT]", "[LOCATION]", "[DATA_SOURCE]");
DataSource response = dataTransferServiceClient.getDataSource(name);
}
Note: close() needs to be called on the DataTransferServiceClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
| Method | Description | Method Variants |
|---|---|---|
GetDataSource |
Retrieves a supported data source and returns its settings. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListDataSources |
Lists supported data sources and returns their settings. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
CreateTransferConfig |
Creates a new data transfer configuration. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
UpdateTransferConfig |
Updates a data transfer configuration. All fields must be set, even if they are not updated. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
DeleteTransferConfig |
Deletes a data transfer configuration, including any associated transfer runs and logs. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetTransferConfig |
Returns information about a data transfer config. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListTransferConfigs |
Returns information about all transfer configs owned by a project in the specified location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
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. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
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. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetTransferRun |
Returns information about the particular transfer run. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
DeleteTransferRun |
Deletes the specified transfer run. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListTransferRuns |
Returns information about running and completed transfer runs. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListTransferLogs |
Returns log messages for the transfer run. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
CheckValidCreds |
Returns true if valid credentials exist for the given data source and requesting user. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
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](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). |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
UnenrollDataSources |
Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the [BigQuery UI](https://console.cloud.google.com/bigquery). Data transfers configurations of unenrolled data sources will not be scheduled. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListLocations |
Lists information about the supported locations for this service. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetLocation |
Gets information about a location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of DataTransferServiceSettings to create(). For example:
To customize credentials:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
DataTransferServiceSettings dataTransferServiceSettings =
DataTransferServiceSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
DataTransferServiceClient dataTransferServiceClient =
DataTransferServiceClient.create(dataTransferServiceSettings);
To customize the endpoint:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
DataTransferServiceSettings dataTransferServiceSettings =
DataTransferServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
DataTransferServiceClient dataTransferServiceClient =
DataTransferServiceClient.create(dataTransferServiceSettings);
To use REST (HTTP1.1/JSON) transport (instead of gRPC) for sending and receiving requests over the wire:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
DataTransferServiceSettings dataTransferServiceSettings =
DataTransferServiceSettings.newHttpJsonBuilder().build();
DataTransferServiceClient dataTransferServiceClient =
DataTransferServiceClient.create(dataTransferServiceSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier | Constructor and Description |
|---|---|
protected |
DataTransferServiceClient(DataTransferServiceSettings settings)
Constructs an instance of DataTransferServiceClient, using the given settings.
|
protected |
DataTransferServiceClient(DataTransferServiceStub stub) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
CheckValidCredsResponse |
checkValidCreds(CheckValidCredsRequest request)
Returns true if valid credentials exist for the given data source and requesting user.
|
CheckValidCredsResponse |
checkValidCreds(DataSourceName name)
Returns true if valid credentials exist for the given data source and requesting user.
|
CheckValidCredsResponse |
checkValidCreds(String name)
Returns true if valid credentials exist for the given data source and requesting user.
|
com.google.api.gax.rpc.UnaryCallable<CheckValidCredsRequest,CheckValidCredsResponse> |
checkValidCredsCallable()
Returns true if valid credentials exist for the given data source and requesting user.
|
void |
close() |
static DataTransferServiceClient |
create()
Constructs an instance of DataTransferServiceClient with default settings.
|
static DataTransferServiceClient |
create(DataTransferServiceSettings settings)
Constructs an instance of DataTransferServiceClient, using the given settings.
|
static DataTransferServiceClient |
create(DataTransferServiceStub stub)
Constructs an instance of DataTransferServiceClient, using the given stub for making calls.
|
TransferConfig |
createTransferConfig(CreateTransferConfigRequest request)
Creates a new data transfer configuration.
|
TransferConfig |
createTransferConfig(LocationName parent,
TransferConfig transferConfig)
Creates a new data transfer configuration.
|
TransferConfig |
createTransferConfig(ProjectName parent,
TransferConfig transferConfig)
Creates a new data transfer configuration.
|
TransferConfig |
createTransferConfig(String parent,
TransferConfig transferConfig)
Creates a new data transfer configuration.
|
com.google.api.gax.rpc.UnaryCallable<CreateTransferConfigRequest,TransferConfig> |
createTransferConfigCallable()
Creates a new data transfer configuration.
|
void |
deleteTransferConfig(DeleteTransferConfigRequest request)
Deletes a data transfer configuration, including any associated transfer runs and logs.
|
void |
deleteTransferConfig(String name)
Deletes a data transfer configuration, including any associated transfer runs and logs.
|
void |
deleteTransferConfig(TransferConfigName name)
Deletes a data transfer configuration, including any associated transfer runs and logs.
|
com.google.api.gax.rpc.UnaryCallable<DeleteTransferConfigRequest,com.google.protobuf.Empty> |
deleteTransferConfigCallable()
Deletes a data transfer configuration, including any associated transfer runs and logs.
|
void |
deleteTransferRun(DeleteTransferRunRequest request)
Deletes the specified transfer run.
|
void |
deleteTransferRun(RunName name)
Deletes the specified transfer run.
|
void |
deleteTransferRun(String name)
Deletes the specified transfer run.
|
com.google.api.gax.rpc.UnaryCallable<DeleteTransferRunRequest,com.google.protobuf.Empty> |
deleteTransferRunCallable()
Deletes the specified transfer run.
|
void |
enrollDataSources(EnrollDataSourcesRequest request)
Enroll data sources in a user project.
|
com.google.api.gax.rpc.UnaryCallable<EnrollDataSourcesRequest,com.google.protobuf.Empty> |
enrollDataSourcesCallable()
Enroll data sources in a user project.
|
DataSource |
getDataSource(DataSourceName name)
Retrieves a supported data source and returns its settings.
|
DataSource |
getDataSource(GetDataSourceRequest request)
Retrieves a supported data source and returns its settings.
|
DataSource |
getDataSource(String name)
Retrieves a supported data source and returns its settings.
|
com.google.api.gax.rpc.UnaryCallable<GetDataSourceRequest,DataSource> |
getDataSourceCallable()
Retrieves a supported data source and returns its settings.
|
com.google.cloud.location.Location |
getLocation(com.google.cloud.location.GetLocationRequest request)
Gets information about a location.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable()
Gets information about a location.
|
DataTransferServiceSettings |
getSettings() |
DataTransferServiceStub |
getStub() |
TransferConfig |
getTransferConfig(GetTransferConfigRequest request)
Returns information about a data transfer config.
|
TransferConfig |
getTransferConfig(String name)
Returns information about a data transfer config.
|
TransferConfig |
getTransferConfig(TransferConfigName name)
Returns information about a data transfer config.
|
com.google.api.gax.rpc.UnaryCallable<GetTransferConfigRequest,TransferConfig> |
getTransferConfigCallable()
Returns information about a data transfer config.
|
TransferRun |
getTransferRun(GetTransferRunRequest request)
Returns information about the particular transfer run.
|
TransferRun |
getTransferRun(RunName name)
Returns information about the particular transfer run.
|
TransferRun |
getTransferRun(String name)
Returns information about the particular transfer run.
|
com.google.api.gax.rpc.UnaryCallable<GetTransferRunRequest,TransferRun> |
getTransferRunCallable()
Returns information about the particular transfer run.
|
boolean |
isShutdown() |
boolean |
isTerminated() |
DataTransferServiceClient.ListDataSourcesPagedResponse |
listDataSources(ListDataSourcesRequest request)
Lists supported data sources and returns their settings.
|
DataTransferServiceClient.ListDataSourcesPagedResponse |
listDataSources(LocationName parent)
Lists supported data sources and returns their settings.
|
DataTransferServiceClient.ListDataSourcesPagedResponse |
listDataSources(ProjectName parent)
Lists supported data sources and returns their settings.
|
DataTransferServiceClient.ListDataSourcesPagedResponse |
listDataSources(String parent)
Lists supported data sources and returns their settings.
|
com.google.api.gax.rpc.UnaryCallable<ListDataSourcesRequest,ListDataSourcesResponse> |
listDataSourcesCallable()
Lists supported data sources and returns their settings.
|
com.google.api.gax.rpc.UnaryCallable<ListDataSourcesRequest,DataTransferServiceClient.ListDataSourcesPagedResponse> |
listDataSourcesPagedCallable()
Lists supported data sources and returns their settings.
|
DataTransferServiceClient.ListLocationsPagedResponse |
listLocations(com.google.cloud.location.ListLocationsRequest request)
Lists information about the supported locations for this service.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable()
Lists information about the supported locations for this service.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DataTransferServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable()
Lists information about the supported locations for this service.
|
DataTransferServiceClient.ListTransferConfigsPagedResponse |
listTransferConfigs(ListTransferConfigsRequest request)
Returns information about all transfer configs owned by a project in the specified location.
|
DataTransferServiceClient.ListTransferConfigsPagedResponse |
listTransferConfigs(LocationName parent)
Returns information about all transfer configs owned by a project in the specified location.
|
DataTransferServiceClient.ListTransferConfigsPagedResponse |
listTransferConfigs(ProjectName parent)
Returns information about all transfer configs owned by a project in the specified location.
|
DataTransferServiceClient.ListTransferConfigsPagedResponse |
listTransferConfigs(String parent)
Returns information about all transfer configs owned by a project in the specified location.
|
com.google.api.gax.rpc.UnaryCallable<ListTransferConfigsRequest,ListTransferConfigsResponse> |
listTransferConfigsCallable()
Returns information about all transfer configs owned by a project in the specified location.
|
com.google.api.gax.rpc.UnaryCallable<ListTransferConfigsRequest,DataTransferServiceClient.ListTransferConfigsPagedResponse> |
listTransferConfigsPagedCallable()
Returns information about all transfer configs owned by a project in the specified location.
|
DataTransferServiceClient.ListTransferLogsPagedResponse |
listTransferLogs(ListTransferLogsRequest request)
Returns log messages for the transfer run.
|
DataTransferServiceClient.ListTransferLogsPagedResponse |
listTransferLogs(RunName parent)
Returns log messages for the transfer run.
|
DataTransferServiceClient.ListTransferLogsPagedResponse |
listTransferLogs(String parent)
Returns log messages for the transfer run.
|
com.google.api.gax.rpc.UnaryCallable<ListTransferLogsRequest,ListTransferLogsResponse> |
listTransferLogsCallable()
Returns log messages for the transfer run.
|
com.google.api.gax.rpc.UnaryCallable<ListTransferLogsRequest,DataTransferServiceClient.ListTransferLogsPagedResponse> |
listTransferLogsPagedCallable()
Returns log messages for the transfer run.
|
DataTransferServiceClient.ListTransferRunsPagedResponse |
listTransferRuns(ListTransferRunsRequest request)
Returns information about running and completed transfer runs.
|
DataTransferServiceClient.ListTransferRunsPagedResponse |
listTransferRuns(String parent)
Returns information about running and completed transfer runs.
|
DataTransferServiceClient.ListTransferRunsPagedResponse |
listTransferRuns(TransferConfigName parent)
Returns information about running and completed transfer runs.
|
com.google.api.gax.rpc.UnaryCallable<ListTransferRunsRequest,ListTransferRunsResponse> |
listTransferRunsCallable()
Returns information about running and completed transfer runs.
|
com.google.api.gax.rpc.UnaryCallable<ListTransferRunsRequest,DataTransferServiceClient.ListTransferRunsPagedResponse> |
listTransferRunsPagedCallable()
Returns information about running and completed transfer runs.
|
ScheduleTransferRunsResponse |
scheduleTransferRuns(ScheduleTransferRunsRequest request)
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
ScheduleTransferRunsResponse |
scheduleTransferRuns(String parent,
com.google.protobuf.Timestamp startTime,
com.google.protobuf.Timestamp endTime)
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
ScheduleTransferRunsResponse |
scheduleTransferRuns(TransferConfigName parent,
com.google.protobuf.Timestamp startTime,
com.google.protobuf.Timestamp endTime)
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
com.google.api.gax.rpc.UnaryCallable<ScheduleTransferRunsRequest,ScheduleTransferRunsResponse> |
scheduleTransferRunsCallable()
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
void |
shutdown() |
void |
shutdownNow() |
StartManualTransferRunsResponse |
startManualTransferRuns(StartManualTransferRunsRequest request)
Start manual transfer runs to be executed now with schedule_time equal to current time.
|
com.google.api.gax.rpc.UnaryCallable<StartManualTransferRunsRequest,StartManualTransferRunsResponse> |
startManualTransferRunsCallable()
Start manual transfer runs to be executed now with schedule_time equal to current time.
|
void |
unenrollDataSources(UnenrollDataSourcesRequest request)
Unenroll data sources in a user project.
|
com.google.api.gax.rpc.UnaryCallable<UnenrollDataSourcesRequest,com.google.protobuf.Empty> |
unenrollDataSourcesCallable()
Unenroll data sources in a user project.
|
TransferConfig |
updateTransferConfig(TransferConfig transferConfig,
com.google.protobuf.FieldMask updateMask)
Updates a data transfer configuration.
|
TransferConfig |
updateTransferConfig(UpdateTransferConfigRequest request)
Updates a data transfer configuration.
|
com.google.api.gax.rpc.UnaryCallable<UpdateTransferConfigRequest,TransferConfig> |
updateTransferConfigCallable()
Updates a data transfer configuration.
|
protected DataTransferServiceClient(DataTransferServiceSettings settings) throws IOException
IOExceptionprotected DataTransferServiceClient(DataTransferServiceStub stub)
public static final DataTransferServiceClient create() throws IOException
IOExceptionpublic static final DataTransferServiceClient create(DataTransferServiceSettings settings) throws IOException
IOExceptionpublic static final DataTransferServiceClient create(DataTransferServiceStub stub)
public final DataTransferServiceSettings getSettings()
public DataTransferServiceStub getStub()
public final DataSource getDataSource(DataSourceName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
DataSourceName name =
DataSourceName.ofProjectLocationDataSourceName(
"[PROJECT]", "[LOCATION]", "[DATA_SOURCE]");
DataSource response = dataTransferServiceClient.getDataSource(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/dataSources/{data_source_id}` or
`projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataSource getDataSource(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String name = DataSourceName.ofProjectDataSourceName("[PROJECT]", "[DATA_SOURCE]").toString();
DataSource response = dataTransferServiceClient.getDataSource(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/dataSources/{data_source_id}` or
`projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataSource getDataSource(GetDataSourceRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
GetDataSourceRequest request =
GetDataSourceRequest.newBuilder()
.setName(
DataSourceName.ofProjectLocationDataSourceName(
"[PROJECT]", "[LOCATION]", "[DATA_SOURCE]")
.toString())
.build();
DataSource response = dataTransferServiceClient.getDataSource(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetDataSourceRequest,DataSource> getDataSourceCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
GetDataSourceRequest request =
GetDataSourceRequest.newBuilder()
.setName(
DataSourceName.ofProjectLocationDataSourceName(
"[PROJECT]", "[LOCATION]", "[DATA_SOURCE]")
.toString())
.build();
ApiFuture<DataSource> future =
dataTransferServiceClient.getDataSourceCallable().futureCall(request);
// Do something.
DataSource response = future.get();
}
public final DataTransferServiceClient.ListDataSourcesPagedResponse listDataSources(LocationName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
for (DataSource element : dataTransferServiceClient.listDataSources(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The BigQuery project id for which data sources should be returned. Must
be in the form: `projects/{project_id}` or `projects/{project_id}/locations/{location_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListDataSourcesPagedResponse listDataSources(ProjectName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ProjectName parent = ProjectName.of("[PROJECT]");
for (DataSource element : dataTransferServiceClient.listDataSources(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The BigQuery project id for which data sources should be returned. Must
be in the form: `projects/{project_id}` or `projects/{project_id}/locations/{location_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListDataSourcesPagedResponse listDataSources(String parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String parent = ProjectName.of("[PROJECT]").toString();
for (DataSource element : dataTransferServiceClient.listDataSources(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The BigQuery project id for which data sources should be returned. Must
be in the form: `projects/{project_id}` or `projects/{project_id}/locations/{location_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListDataSourcesPagedResponse listDataSources(ListDataSourcesRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListDataSourcesRequest request =
ListDataSourcesRequest.newBuilder()
.setParent(ProjectName.of("[PROJECT]").toString())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.build();
for (DataSource element : dataTransferServiceClient.listDataSources(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListDataSourcesRequest,DataTransferServiceClient.ListDataSourcesPagedResponse> listDataSourcesPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListDataSourcesRequest request =
ListDataSourcesRequest.newBuilder()
.setParent(ProjectName.of("[PROJECT]").toString())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.build();
ApiFuture<DataSource> future =
dataTransferServiceClient.listDataSourcesPagedCallable().futureCall(request);
// Do something.
for (DataSource element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListDataSourcesRequest,ListDataSourcesResponse> listDataSourcesCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListDataSourcesRequest request =
ListDataSourcesRequest.newBuilder()
.setParent(ProjectName.of("[PROJECT]").toString())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.build();
while (true) {
ListDataSourcesResponse response =
dataTransferServiceClient.listDataSourcesCallable().call(request);
for (DataSource element : response.getDataSourcesList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final TransferConfig createTransferConfig(LocationName parent, TransferConfig transferConfig)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
TransferConfig transferConfig = TransferConfig.newBuilder().build();
TransferConfig response =
dataTransferServiceClient.createTransferConfig(parent, transferConfig);
}
parent - Required. The BigQuery project id where the transfer configuration should be
created. Must be in the format projects/{project_id}/locations/{location_id} or
projects/{project_id}. If specified location and location of the destination bigquery
dataset do not match - the request will fail.transferConfig - Required. Data transfer configuration to create.com.google.api.gax.rpc.ApiException - if the remote call failspublic final TransferConfig createTransferConfig(ProjectName parent, TransferConfig transferConfig)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ProjectName parent = ProjectName.of("[PROJECT]");
TransferConfig transferConfig = TransferConfig.newBuilder().build();
TransferConfig response =
dataTransferServiceClient.createTransferConfig(parent, transferConfig);
}
parent - Required. The BigQuery project id where the transfer configuration should be
created. Must be in the format projects/{project_id}/locations/{location_id} or
projects/{project_id}. If specified location and location of the destination bigquery
dataset do not match - the request will fail.transferConfig - Required. Data transfer configuration to create.com.google.api.gax.rpc.ApiException - if the remote call failspublic final TransferConfig createTransferConfig(String parent, TransferConfig transferConfig)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String parent = ProjectName.of("[PROJECT]").toString();
TransferConfig transferConfig = TransferConfig.newBuilder().build();
TransferConfig response =
dataTransferServiceClient.createTransferConfig(parent, transferConfig);
}
parent - Required. The BigQuery project id where the transfer configuration should be
created. Must be in the format projects/{project_id}/locations/{location_id} or
projects/{project_id}. If specified location and location of the destination bigquery
dataset do not match - the request will fail.transferConfig - Required. Data transfer configuration to create.com.google.api.gax.rpc.ApiException - if the remote call failspublic final TransferConfig createTransferConfig(CreateTransferConfigRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
CreateTransferConfigRequest request =
CreateTransferConfigRequest.newBuilder()
.setParent(ProjectName.of("[PROJECT]").toString())
.setTransferConfig(TransferConfig.newBuilder().build())
.setAuthorizationCode("authorizationCode742596102")
.setVersionInfo("versionInfo688769446")
.setServiceAccountName("serviceAccountName2137368675")
.build();
TransferConfig response = dataTransferServiceClient.createTransferConfig(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<CreateTransferConfigRequest,TransferConfig> createTransferConfigCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
CreateTransferConfigRequest request =
CreateTransferConfigRequest.newBuilder()
.setParent(ProjectName.of("[PROJECT]").toString())
.setTransferConfig(TransferConfig.newBuilder().build())
.setAuthorizationCode("authorizationCode742596102")
.setVersionInfo("versionInfo688769446")
.setServiceAccountName("serviceAccountName2137368675")
.build();
ApiFuture<TransferConfig> future =
dataTransferServiceClient.createTransferConfigCallable().futureCall(request);
// Do something.
TransferConfig response = future.get();
}
public final TransferConfig updateTransferConfig(TransferConfig transferConfig, com.google.protobuf.FieldMask updateMask)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
TransferConfig transferConfig = TransferConfig.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
TransferConfig response =
dataTransferServiceClient.updateTransferConfig(transferConfig, updateMask);
}
transferConfig - Required. Data transfer configuration to create.updateMask - Required. Required list of fields to be updated in this request.com.google.api.gax.rpc.ApiException - if the remote call failspublic final TransferConfig updateTransferConfig(UpdateTransferConfigRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
UpdateTransferConfigRequest request =
UpdateTransferConfigRequest.newBuilder()
.setTransferConfig(TransferConfig.newBuilder().build())
.setAuthorizationCode("authorizationCode742596102")
.setUpdateMask(FieldMask.newBuilder().build())
.setVersionInfo("versionInfo688769446")
.setServiceAccountName("serviceAccountName2137368675")
.build();
TransferConfig response = dataTransferServiceClient.updateTransferConfig(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<UpdateTransferConfigRequest,TransferConfig> updateTransferConfigCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
UpdateTransferConfigRequest request =
UpdateTransferConfigRequest.newBuilder()
.setTransferConfig(TransferConfig.newBuilder().build())
.setAuthorizationCode("authorizationCode742596102")
.setUpdateMask(FieldMask.newBuilder().build())
.setVersionInfo("versionInfo688769446")
.setServiceAccountName("serviceAccountName2137368675")
.build();
ApiFuture<TransferConfig> future =
dataTransferServiceClient.updateTransferConfigCallable().futureCall(request);
// Do something.
TransferConfig response = future.get();
}
public final void deleteTransferConfig(TransferConfigName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
TransferConfigName name =
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]");
dataTransferServiceClient.deleteTransferConfig(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/transferConfigs/{config_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final void deleteTransferConfig(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String name =
TransferConfigName.ofProjectTransferConfigName("[PROJECT]", "[TRANSFER_CONFIG]")
.toString();
dataTransferServiceClient.deleteTransferConfig(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/transferConfigs/{config_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final void deleteTransferConfig(DeleteTransferConfigRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
DeleteTransferConfigRequest request =
DeleteTransferConfigRequest.newBuilder()
.setName(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.build();
dataTransferServiceClient.deleteTransferConfig(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<DeleteTransferConfigRequest,com.google.protobuf.Empty> deleteTransferConfigCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
DeleteTransferConfigRequest request =
DeleteTransferConfigRequest.newBuilder()
.setName(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.build();
ApiFuture<Empty> future =
dataTransferServiceClient.deleteTransferConfigCallable().futureCall(request);
// Do something.
future.get();
}
public final TransferConfig getTransferConfig(TransferConfigName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
TransferConfigName name =
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]");
TransferConfig response = dataTransferServiceClient.getTransferConfig(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/transferConfigs/{config_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final TransferConfig getTransferConfig(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String name =
TransferConfigName.ofProjectTransferConfigName("[PROJECT]", "[TRANSFER_CONFIG]")
.toString();
TransferConfig response = dataTransferServiceClient.getTransferConfig(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/transferConfigs/{config_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final TransferConfig getTransferConfig(GetTransferConfigRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
GetTransferConfigRequest request =
GetTransferConfigRequest.newBuilder()
.setName(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.build();
TransferConfig response = dataTransferServiceClient.getTransferConfig(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetTransferConfigRequest,TransferConfig> getTransferConfigCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
GetTransferConfigRequest request =
GetTransferConfigRequest.newBuilder()
.setName(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.build();
ApiFuture<TransferConfig> future =
dataTransferServiceClient.getTransferConfigCallable().futureCall(request);
// Do something.
TransferConfig response = future.get();
}
public final DataTransferServiceClient.ListTransferConfigsPagedResponse listTransferConfigs(LocationName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
for (TransferConfig element :
dataTransferServiceClient.listTransferConfigs(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The BigQuery project id for which transfer configs should be returned:
`projects/{project_id}` or `projects/{project_id}/locations/{location_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListTransferConfigsPagedResponse listTransferConfigs(ProjectName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ProjectName parent = ProjectName.of("[PROJECT]");
for (TransferConfig element :
dataTransferServiceClient.listTransferConfigs(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The BigQuery project id for which transfer configs should be returned:
`projects/{project_id}` or `projects/{project_id}/locations/{location_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListTransferConfigsPagedResponse listTransferConfigs(String parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String parent = ProjectName.of("[PROJECT]").toString();
for (TransferConfig element :
dataTransferServiceClient.listTransferConfigs(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The BigQuery project id for which transfer configs should be returned:
`projects/{project_id}` or `projects/{project_id}/locations/{location_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListTransferConfigsPagedResponse listTransferConfigs(ListTransferConfigsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListTransferConfigsRequest request =
ListTransferConfigsRequest.newBuilder()
.setParent(ProjectName.of("[PROJECT]").toString())
.addAllDataSourceIds(new ArrayList<String>())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.build();
for (TransferConfig element :
dataTransferServiceClient.listTransferConfigs(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListTransferConfigsRequest,DataTransferServiceClient.ListTransferConfigsPagedResponse> listTransferConfigsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListTransferConfigsRequest request =
ListTransferConfigsRequest.newBuilder()
.setParent(ProjectName.of("[PROJECT]").toString())
.addAllDataSourceIds(new ArrayList<String>())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.build();
ApiFuture<TransferConfig> future =
dataTransferServiceClient.listTransferConfigsPagedCallable().futureCall(request);
// Do something.
for (TransferConfig element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListTransferConfigsRequest,ListTransferConfigsResponse> listTransferConfigsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListTransferConfigsRequest request =
ListTransferConfigsRequest.newBuilder()
.setParent(ProjectName.of("[PROJECT]").toString())
.addAllDataSourceIds(new ArrayList<String>())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.build();
while (true) {
ListTransferConfigsResponse response =
dataTransferServiceClient.listTransferConfigsCallable().call(request);
for (TransferConfig element : response.getTransferConfigsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
@Deprecated public final ScheduleTransferRunsResponse scheduleTransferRuns(TransferConfigName parent, com.google.protobuf.Timestamp startTime, com.google.protobuf.Timestamp endTime)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
TransferConfigName parent =
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]");
Timestamp startTime = Timestamp.newBuilder().build();
Timestamp endTime = Timestamp.newBuilder().build();
ScheduleTransferRunsResponse response =
dataTransferServiceClient.scheduleTransferRuns(parent, startTime, endTime);
}
parent - Required. Transfer configuration name in the form:
`projects/{project_id}/transferConfigs/{config_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.startTime - Required. Start time of the range of transfer runs. For example,
`"2017-05-25T00:00:00+00:00"`.endTime - Required. End time of the range of transfer runs. For example,
`"2017-05-30T00:00:00+00:00"`.com.google.api.gax.rpc.ApiException - if the remote call fails@Deprecated public final ScheduleTransferRunsResponse scheduleTransferRuns(String parent, com.google.protobuf.Timestamp startTime, com.google.protobuf.Timestamp endTime)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String parent =
TransferConfigName.ofProjectTransferConfigName("[PROJECT]", "[TRANSFER_CONFIG]")
.toString();
Timestamp startTime = Timestamp.newBuilder().build();
Timestamp endTime = Timestamp.newBuilder().build();
ScheduleTransferRunsResponse response =
dataTransferServiceClient.scheduleTransferRuns(parent, startTime, endTime);
}
parent - Required. Transfer configuration name in the form:
`projects/{project_id}/transferConfigs/{config_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.startTime - Required. Start time of the range of transfer runs. For example,
`"2017-05-25T00:00:00+00:00"`.endTime - Required. End time of the range of transfer runs. For example,
`"2017-05-30T00:00:00+00:00"`.com.google.api.gax.rpc.ApiException - if the remote call fails@Deprecated public final ScheduleTransferRunsResponse scheduleTransferRuns(ScheduleTransferRunsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ScheduleTransferRunsRequest request =
ScheduleTransferRunsRequest.newBuilder()
.setParent(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
.build();
ScheduleTransferRunsResponse response =
dataTransferServiceClient.scheduleTransferRuns(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call fails@Deprecated public final com.google.api.gax.rpc.UnaryCallable<ScheduleTransferRunsRequest,ScheduleTransferRunsResponse> scheduleTransferRunsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ScheduleTransferRunsRequest request =
ScheduleTransferRunsRequest.newBuilder()
.setParent(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.setStartTime(Timestamp.newBuilder().build())
.setEndTime(Timestamp.newBuilder().build())
.build();
ApiFuture<ScheduleTransferRunsResponse> future =
dataTransferServiceClient.scheduleTransferRunsCallable().futureCall(request);
// Do something.
ScheduleTransferRunsResponse response = future.get();
}
public final StartManualTransferRunsResponse startManualTransferRuns(StartManualTransferRunsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
StartManualTransferRunsRequest request =
StartManualTransferRunsRequest.newBuilder()
.setParent(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.build();
StartManualTransferRunsResponse response =
dataTransferServiceClient.startManualTransferRuns(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<StartManualTransferRunsRequest,StartManualTransferRunsResponse> startManualTransferRunsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
StartManualTransferRunsRequest request =
StartManualTransferRunsRequest.newBuilder()
.setParent(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.build();
ApiFuture<StartManualTransferRunsResponse> future =
dataTransferServiceClient.startManualTransferRunsCallable().futureCall(request);
// Do something.
StartManualTransferRunsResponse response = future.get();
}
public final TransferRun getTransferRun(RunName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
RunName name =
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]");
TransferRun response = dataTransferServiceClient.getTransferRun(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final TransferRun getTransferRun(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String name =
RunName.ofProjectTransferConfigRunName("[PROJECT]", "[TRANSFER_CONFIG]", "[RUN]")
.toString();
TransferRun response = dataTransferServiceClient.getTransferRun(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final TransferRun getTransferRun(GetTransferRunRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
GetTransferRunRequest request =
GetTransferRunRequest.newBuilder()
.setName(
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]")
.toString())
.build();
TransferRun response = dataTransferServiceClient.getTransferRun(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetTransferRunRequest,TransferRun> getTransferRunCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
GetTransferRunRequest request =
GetTransferRunRequest.newBuilder()
.setName(
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]")
.toString())
.build();
ApiFuture<TransferRun> future =
dataTransferServiceClient.getTransferRunCallable().futureCall(request);
// Do something.
TransferRun response = future.get();
}
public final void deleteTransferRun(RunName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
RunName name =
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]");
dataTransferServiceClient.deleteTransferRun(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final void deleteTransferRun(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String name =
RunName.ofProjectTransferConfigRunName("[PROJECT]", "[TRANSFER_CONFIG]", "[RUN]")
.toString();
dataTransferServiceClient.deleteTransferRun(name);
}
name - Required. The field will contain name of the resource requested, for example:
`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final void deleteTransferRun(DeleteTransferRunRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
DeleteTransferRunRequest request =
DeleteTransferRunRequest.newBuilder()
.setName(
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]")
.toString())
.build();
dataTransferServiceClient.deleteTransferRun(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<DeleteTransferRunRequest,com.google.protobuf.Empty> deleteTransferRunCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
DeleteTransferRunRequest request =
DeleteTransferRunRequest.newBuilder()
.setName(
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]")
.toString())
.build();
ApiFuture<Empty> future =
dataTransferServiceClient.deleteTransferRunCallable().futureCall(request);
// Do something.
future.get();
}
public final DataTransferServiceClient.ListTransferRunsPagedResponse listTransferRuns(TransferConfigName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
TransferConfigName parent =
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]");
for (TransferRun element : dataTransferServiceClient.listTransferRuns(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. Name of transfer configuration for which transfer runs should be
retrieved. Format of transfer configuration resource name is:
`projects/{project_id}/transferConfigs/{config_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListTransferRunsPagedResponse listTransferRuns(String parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String parent =
TransferConfigName.ofProjectTransferConfigName("[PROJECT]", "[TRANSFER_CONFIG]")
.toString();
for (TransferRun element : dataTransferServiceClient.listTransferRuns(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. Name of transfer configuration for which transfer runs should be
retrieved. Format of transfer configuration resource name is:
`projects/{project_id}/transferConfigs/{config_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListTransferRunsPagedResponse listTransferRuns(ListTransferRunsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListTransferRunsRequest request =
ListTransferRunsRequest.newBuilder()
.setParent(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.addAllStates(new ArrayList<TransferState>())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.build();
for (TransferRun element : dataTransferServiceClient.listTransferRuns(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListTransferRunsRequest,DataTransferServiceClient.ListTransferRunsPagedResponse> listTransferRunsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListTransferRunsRequest request =
ListTransferRunsRequest.newBuilder()
.setParent(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.addAllStates(new ArrayList<TransferState>())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.build();
ApiFuture<TransferRun> future =
dataTransferServiceClient.listTransferRunsPagedCallable().futureCall(request);
// Do something.
for (TransferRun element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListTransferRunsRequest,ListTransferRunsResponse> listTransferRunsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListTransferRunsRequest request =
ListTransferRunsRequest.newBuilder()
.setParent(
TransferConfigName.ofProjectLocationTransferConfigName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]")
.toString())
.addAllStates(new ArrayList<TransferState>())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.build();
while (true) {
ListTransferRunsResponse response =
dataTransferServiceClient.listTransferRunsCallable().call(request);
for (TransferRun element : response.getTransferRunsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final DataTransferServiceClient.ListTransferLogsPagedResponse listTransferLogs(RunName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
RunName parent =
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]");
for (TransferMessage element :
dataTransferServiceClient.listTransferLogs(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. Transfer run name in the form:
`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListTransferLogsPagedResponse listTransferLogs(String parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String parent =
RunName.ofProjectTransferConfigRunName("[PROJECT]", "[TRANSFER_CONFIG]", "[RUN]")
.toString();
for (TransferMessage element :
dataTransferServiceClient.listTransferLogs(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. Transfer run name in the form:
`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final DataTransferServiceClient.ListTransferLogsPagedResponse listTransferLogs(ListTransferLogsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListTransferLogsRequest request =
ListTransferLogsRequest.newBuilder()
.setParent(
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]")
.toString())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.addAllMessageTypes(new ArrayList<TransferMessage.MessageSeverity>())
.build();
for (TransferMessage element :
dataTransferServiceClient.listTransferLogs(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListTransferLogsRequest,DataTransferServiceClient.ListTransferLogsPagedResponse> listTransferLogsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListTransferLogsRequest request =
ListTransferLogsRequest.newBuilder()
.setParent(
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]")
.toString())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.addAllMessageTypes(new ArrayList<TransferMessage.MessageSeverity>())
.build();
ApiFuture<TransferMessage> future =
dataTransferServiceClient.listTransferLogsPagedCallable().futureCall(request);
// Do something.
for (TransferMessage element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListTransferLogsRequest,ListTransferLogsResponse> listTransferLogsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListTransferLogsRequest request =
ListTransferLogsRequest.newBuilder()
.setParent(
RunName.ofProjectLocationTransferConfigRunName(
"[PROJECT]", "[LOCATION]", "[TRANSFER_CONFIG]", "[RUN]")
.toString())
.setPageToken("pageToken873572522")
.setPageSize(883849137)
.addAllMessageTypes(new ArrayList<TransferMessage.MessageSeverity>())
.build();
while (true) {
ListTransferLogsResponse response =
dataTransferServiceClient.listTransferLogsCallable().call(request);
for (TransferMessage element : response.getTransferMessagesList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final CheckValidCredsResponse checkValidCreds(DataSourceName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
DataSourceName name =
DataSourceName.ofProjectLocationDataSourceName(
"[PROJECT]", "[LOCATION]", "[DATA_SOURCE]");
CheckValidCredsResponse response = dataTransferServiceClient.checkValidCreds(name);
}
name - Required. The data source in the form:
`projects/{project_id}/dataSources/{data_source_id}` or
`projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`.com.google.api.gax.rpc.ApiException - if the remote call failspublic final CheckValidCredsResponse checkValidCreds(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
String name = DataSourceName.ofProjectDataSourceName("[PROJECT]", "[DATA_SOURCE]").toString();
CheckValidCredsResponse response = dataTransferServiceClient.checkValidCreds(name);
}
name - Required. The data source in the form:
`projects/{project_id}/dataSources/{data_source_id}` or
`projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`.com.google.api.gax.rpc.ApiException - if the remote call failspublic final CheckValidCredsResponse checkValidCreds(CheckValidCredsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
CheckValidCredsRequest request =
CheckValidCredsRequest.newBuilder()
.setName(
DataSourceName.ofProjectLocationDataSourceName(
"[PROJECT]", "[LOCATION]", "[DATA_SOURCE]")
.toString())
.build();
CheckValidCredsResponse response = dataTransferServiceClient.checkValidCreds(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<CheckValidCredsRequest,CheckValidCredsResponse> checkValidCredsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
CheckValidCredsRequest request =
CheckValidCredsRequest.newBuilder()
.setName(
DataSourceName.ofProjectLocationDataSourceName(
"[PROJECT]", "[LOCATION]", "[DATA_SOURCE]")
.toString())
.build();
ApiFuture<CheckValidCredsResponse> future =
dataTransferServiceClient.checkValidCredsCallable().futureCall(request);
// Do something.
CheckValidCredsResponse response = future.get();
}
public final void enrollDataSources(EnrollDataSourcesRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
EnrollDataSourcesRequest request =
EnrollDataSourcesRequest.newBuilder()
.setName("name3373707")
.addAllDataSourceIds(new ArrayList<String>())
.build();
dataTransferServiceClient.enrollDataSources(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<EnrollDataSourcesRequest,com.google.protobuf.Empty> enrollDataSourcesCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
EnrollDataSourcesRequest request =
EnrollDataSourcesRequest.newBuilder()
.setName("name3373707")
.addAllDataSourceIds(new ArrayList<String>())
.build();
ApiFuture<Empty> future =
dataTransferServiceClient.enrollDataSourcesCallable().futureCall(request);
// Do something.
future.get();
}
public final void unenrollDataSources(UnenrollDataSourcesRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
UnenrollDataSourcesRequest request =
UnenrollDataSourcesRequest.newBuilder()
.setName("name3373707")
.addAllDataSourceIds(new ArrayList<String>())
.build();
dataTransferServiceClient.unenrollDataSources(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<UnenrollDataSourcesRequest,com.google.protobuf.Empty> unenrollDataSourcesCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
UnenrollDataSourcesRequest request =
UnenrollDataSourcesRequest.newBuilder()
.setName("name3373707")
.addAllDataSourceIds(new ArrayList<String>())
.build();
ApiFuture<Empty> future =
dataTransferServiceClient.unenrollDataSourcesCallable().futureCall(request);
// Do something.
future.get();
}
public final DataTransferServiceClient.ListLocationsPagedResponse listLocations(com.google.cloud.location.ListLocationsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (Location element : dataTransferServiceClient.listLocations(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DataTransferServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
ApiFuture<Location> future =
dataTransferServiceClient.listLocationsPagedCallable().futureCall(request);
// Do something.
for (Location element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
while (true) {
ListLocationsResponse response =
dataTransferServiceClient.listLocationsCallable().call(request);
for (Location element : response.getLocationsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.cloud.location.Location getLocation(com.google.cloud.location.GetLocationRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
Location response = dataTransferServiceClient.getLocation(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTransferServiceClient dataTransferServiceClient = DataTransferServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
ApiFuture<Location> future =
dataTransferServiceClient.getLocationCallable().futureCall(request);
// Do something.
Location response = future.get();
}
public final void close()
close in interface AutoCloseablepublic void shutdown()
shutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isShutdown()
isShutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isTerminated()
isTerminated in interface com.google.api.gax.core.BackgroundResourcepublic void shutdownNow()
shutdownNow in interface com.google.api.gax.core.BackgroundResourcepublic boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
awaitTermination in interface com.google.api.gax.core.BackgroundResourceInterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.