target.apidocs.com.google.api.services.bigquerydatatransfer.v1.BigQueryDataTransfer.Projects.TransferConfigs.Runs.html Maven / Gradle / Ivy
BigQueryDataTransfer.Projects.TransferConfigs.Runs (BigQuery Data Transfer API v1-rev20240914-2.0.0)
com.google.api.services.bigquerydatatransfer.v1
Class BigQueryDataTransfer.Projects.TransferConfigs.Runs
- java.lang.Object
-
- com.google.api.services.bigquerydatatransfer.v1.BigQueryDataTransfer.Projects.TransferConfigs.Runs
-
- Enclosing class:
- BigQueryDataTransfer.Projects.TransferConfigs
public class BigQueryDataTransfer.Projects.TransferConfigs.Runs
extends Object
The "runs" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
BigQueryDataTransfer.Projects.TransferConfigs.Runs.Delete
class
BigQueryDataTransfer.Projects.TransferConfigs.Runs.Get
class
BigQueryDataTransfer.Projects.TransferConfigs.Runs.List
class
BigQueryDataTransfer.Projects.TransferConfigs.Runs.TransferLogs
The "transferLogs" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Runs()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
BigQueryDataTransfer.Projects.TransferConfigs.Runs.Delete
delete(String name)
Deletes the specified transfer run.
BigQueryDataTransfer.Projects.TransferConfigs.Runs.Get
get(String name)
Returns information about the particular transfer run.
BigQueryDataTransfer.Projects.TransferConfigs.Runs.List
list(String parent)
Returns information about running and completed transfer runs.
BigQueryDataTransfer.Projects.TransferConfigs.Runs.TransferLogs
transferLogs()
An accessor for creating requests from the TransferLogs collection.
-
-
Method Detail
-
delete
public BigQueryDataTransfer.Projects.TransferConfigs.Runs.Delete delete(String name)
throws IOException
Deletes the specified transfer run.
Create a request for the method "runs.delete".
This request holds the parameters needed by the bigquerydatatransfer server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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}`
- Returns:
- the request
- Throws:
IOException
-
get
public BigQueryDataTransfer.Projects.TransferConfigs.Runs.Get get(String name)
throws IOException
Returns information about the particular transfer run.
Create a request for the method "runs.get".
This request holds the parameters needed by the bigquerydatatransfer server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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}`
- Returns:
- the request
- Throws:
IOException
-
list
public BigQueryDataTransfer.Projects.TransferConfigs.Runs.List list(String parent)
throws IOException
Returns information about running and completed transfer runs.
Create a request for the method "runs.list".
This request holds the parameters needed by the bigquerydatatransfer server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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}`.
- Returns:
- the request
- Throws:
IOException
-
transferLogs
public BigQueryDataTransfer.Projects.TransferConfigs.Runs.TransferLogs transferLogs()
An accessor for creating requests from the TransferLogs collection.
The typical use is:
BigQueryDataTransfer bigquerydatatransfer = new BigQueryDataTransfer(...);
BigQueryDataTransfer.TransferLogs.List request = bigquerydatatransfer.transferLogs().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy