public interface StartBigQueryJobsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImportedData(int index)
public abstract ImportedDataInfo getImportedData(int index)Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
| Name | Description |
| index | int |
| Type | Description |
| ImportedDataInfo |
getImportedDataCount()
public abstract int getImportedDataCount()Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
| Type | Description |
| int |
getImportedDataList()
public abstract List<ImportedDataInfo> getImportedDataList()Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
| Type | Description |
| List<ImportedDataInfo> |
getImportedDataOrBuilder(int index)
public abstract ImportedDataInfoOrBuilder getImportedDataOrBuilder(int index)Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
| Name | Description |
| index | int |
| Type | Description |
| ImportedDataInfoOrBuilder |
getImportedDataOrBuilderList()
public abstract List<? extends ImportedDataInfoOrBuilder> getImportedDataOrBuilderList()Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
| Type | Description |
| List<? extends com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfoOrBuilder> |
getMaxParallelism()
public abstract int getMaxParallelism()The number of BQ Jobs that can run in parallel.
int32 max_parallelism = 8;
| Type | Description |
| int |
getName()
public abstract String getName()Name of the resource in the form: "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
string name = 1;
| Type | Description |
| String |
getNameBytes()
public abstract ByteString getNameBytes()Name of the resource in the form: "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
string name = 1;
| Type | Description |
| ByteString |
getUserCredentials()
public abstract ByteString getUserCredentials()User credentials which should be used to start/monitor BigQuery jobs. If not specified, then jobs are started using data source service account credentials. This may be OAuth token or JWT token.
bytes user_credentials = 3;
| Type | Description |
| ByteString |