public interface StartBigQueryJobsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportedDataInfo |
getImportedData(int index)
Import jobs which should be started and monitored.
|
int |
getImportedDataCount()
Import jobs which should be started and monitored.
|
List<ImportedDataInfo> |
getImportedDataList()
Import jobs which should be started and monitored.
|
ImportedDataInfoOrBuilder |
getImportedDataOrBuilder(int index)
Import jobs which should be started and monitored.
|
List<? extends ImportedDataInfoOrBuilder> |
getImportedDataOrBuilderList()
Import jobs which should be started and monitored.
|
int |
getMaxParallelism()
The number of BQ Jobs that can run in parallel.
|
String |
getName()
Name of the resource in the form:
"projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the resource in the form:
"projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
|
com.google.protobuf.ByteString |
getUserCredentials()
User credentials which should be used to start/monitor
BigQuery jobs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the resource in the form:
"projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the resource in the form:
"projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
string name = 1;List<ImportedDataInfo> getImportedDataList()
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
ImportedDataInfo getImportedData(int index)
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
int getImportedDataCount()
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
List<? extends ImportedDataInfoOrBuilder> getImportedDataOrBuilderList()
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
ImportedDataInfoOrBuilder getImportedDataOrBuilder(int index)
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
com.google.protobuf.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;int getMaxParallelism()
The number of BQ Jobs that can run in parallel.
int32 max_parallelism = 8;Copyright © 2023 Google LLC. All rights reserved.