public final class StartBigQueryJobsRequest extends GeneratedMessageV3 implements StartBigQueryJobsRequestOrBuilder
A request to start and monitor a BigQuery load job.
Protobuf type google.cloud.bigquery.datatransfer.v1.StartBigQueryJobsRequest
Static Fields
IMPORTED_DATA_FIELD_NUMBER
public static final int IMPORTED_DATA_FIELD_NUMBER
Field Value
MAX_PARALLELISM_FIELD_NUMBER
public static final int MAX_PARALLELISM_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
USER_CREDENTIALS_FIELD_NUMBER
public static final int USER_CREDENTIALS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static StartBigQueryJobsRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static StartBigQueryJobsRequest.Builder newBuilder()
Returns
newBuilder(StartBigQueryJobsRequest prototype)
public static StartBigQueryJobsRequest.Builder newBuilder(StartBigQueryJobsRequest prototype)
Parameter
Returns
public static StartBigQueryJobsRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static StartBigQueryJobsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static StartBigQueryJobsRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StartBigQueryJobsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static StartBigQueryJobsRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StartBigQueryJobsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static StartBigQueryJobsRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static StartBigQueryJobsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static StartBigQueryJobsRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static StartBigQueryJobsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static StartBigQueryJobsRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StartBigQueryJobsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<StartBigQueryJobsRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public StartBigQueryJobsRequest getDefaultInstanceForType()
Returns
getImportedData(int index)
public ImportedDataInfo getImportedData(int index)
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
Parameter
Returns
getImportedDataCount()
public int getImportedDataCount()
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
Returns
getImportedDataList()
public List<ImportedDataInfo> getImportedDataList()
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
Returns
getImportedDataOrBuilder(int index)
public ImportedDataInfoOrBuilder getImportedDataOrBuilder(int index)
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
Parameter
Returns
getImportedDataOrBuilderList()
public List<? extends ImportedDataInfoOrBuilder> getImportedDataOrBuilderList()
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
Returns
Type | Description |
List<? extends com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfoOrBuilder> | |
getMaxParallelism()
public int getMaxParallelism()
The number of BQ Jobs that can run in parallel.
int32 max_parallelism = 8;
Returns
getName()
Name of the resource in the form:
"projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
string name = 1;
Returns
getNameBytes()
public ByteString getNameBytes()
Name of the resource in the form:
"projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
string name = 1;
Returns
getParserForType()
public Parser<StartBigQueryJobsRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUserCredentials()
public 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;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public StartBigQueryJobsRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StartBigQueryJobsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
toBuilder()
public StartBigQueryJobsRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions