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 |
---|
Type | Description |
int | |
MAX_PARALLELISM_FIELD_NUMBER
public static final int MAX_PARALLELISM_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
USER_CREDENTIALS_FIELD_NUMBER
public static final int USER_CREDENTIALS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static StartBigQueryJobsRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static StartBigQueryJobsRequest.Builder newBuilder()
newBuilder(StartBigQueryJobsRequest prototype)
public static StartBigQueryJobsRequest.Builder newBuilder(StartBigQueryJobsRequest prototype)
public static StartBigQueryJobsRequest parseDelimitedFrom(InputStream input)
public static StartBigQueryJobsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static StartBigQueryJobsRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StartBigQueryJobsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static StartBigQueryJobsRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StartBigQueryJobsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StartBigQueryJobsRequest parseFrom(CodedInputStream input)
public static StartBigQueryJobsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StartBigQueryJobsRequest parseFrom(InputStream input)
public static StartBigQueryJobsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static StartBigQueryJobsRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StartBigQueryJobsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<StartBigQueryJobsRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public StartBigQueryJobsRequest getDefaultInstanceForType()
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 |
---|
Name | Description |
index | int
|
getImportedDataCount()
public int getImportedDataCount()
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
Returns |
---|
Type | Description |
int | |
getImportedDataList()
public List<ImportedDataInfo> getImportedDataList()
Import jobs which should be started and monitored.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
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 |
---|
Name | Description |
index | int
|
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 |
---|
Type | Description |
int | |
getName()
Name of the resource in the form:
"projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
string name = 1;
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;
getParserForType()
public Parser<StartBigQueryJobsRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
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;
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public StartBigQueryJobsRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected StartBigQueryJobsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
toBuilder()
public StartBigQueryJobsRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides