public static final class BigQueryJob.Builder extends GeneratedMessageV3.Builder<BigQueryJob.Builder> implements BigQueryJobOrBuilder
A BigQuery job executed by the system.
Protobuf type google.cloud.geminidataanalytics.v1beta.BigQueryJob
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BigQueryJob.BuilderImplements
BigQueryJobOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BigQueryJob.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
build()
public BigQueryJob build()
Returns | |
---|---|
Type | Description |
BigQueryJob |
buildPartial()
public BigQueryJob buildPartial()
Returns | |
---|---|
Type | Description |
BigQueryJob |
clear()
public BigQueryJob.Builder clear()
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
clearDestinationTable()
public BigQueryJob.Builder clearDestinationTable()
Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
clearField(Descriptors.FieldDescriptor field)
public BigQueryJob.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
clearJobId()
public BigQueryJob.Builder clearJobId()
Required. The ID of the job.
See JobReference.
string job_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
This builder for chaining. |
clearLocation()
public BigQueryJob.Builder clearLocation()
Optional. The location of the job.
See JobReference.
string location = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public BigQueryJob.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
clearProjectId()
public BigQueryJob.Builder clearProjectId()
Required. The project that the job belongs to.
See JobReference.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
This builder for chaining. |
clearSchema()
public BigQueryJob.Builder clearSchema()
Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
clone()
public BigQueryJob.Builder clone()
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
getDefaultInstanceForType()
public BigQueryJob getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
BigQueryJob |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDestinationTable()
public BigQueryTableReference getDestinationTable()
Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
BigQueryTableReference |
The destinationTable. |
getDestinationTableBuilder()
public BigQueryTableReference.Builder getDestinationTableBuilder()
Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
BigQueryTableReference.Builder |
getDestinationTableOrBuilder()
public BigQueryTableReferenceOrBuilder getDestinationTableOrBuilder()
Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
BigQueryTableReferenceOrBuilder |
getJobId()
public String getJobId()
Required. The ID of the job.
See JobReference.
string job_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The jobId. |
getJobIdBytes()
public ByteString getJobIdBytes()
Required. The ID of the job.
See JobReference.
string job_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for jobId. |
getLocation()
public String getLocation()
Optional. The location of the job.
See JobReference.
string location = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The location. |
getLocationBytes()
public ByteString getLocationBytes()
Optional. The location of the job.
See JobReference.
string location = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |
getProjectId()
public String getProjectId()
Required. The project that the job belongs to.
See JobReference.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()
Required. The project that the job belongs to.
See JobReference.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |
getSchema()
public Schema getSchema()
Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Schema |
The schema. |
getSchemaBuilder()
public Schema.Builder getSchemaBuilder()
Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Schema.Builder |
getSchemaOrBuilder()
public SchemaOrBuilder getSchemaOrBuilder()
Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SchemaOrBuilder |
hasDestinationTable()
public boolean hasDestinationTable()
Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the destinationTable field is set. |
hasSchema()
public boolean hasSchema()
Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the schema field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeDestinationTable(BigQueryTableReference value)
public BigQueryJob.Builder mergeDestinationTable(BigQueryTableReference value)
Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
BigQueryTableReference |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
mergeFrom(BigQueryJob other)
public BigQueryJob.Builder mergeFrom(BigQueryJob other)
Parameter | |
---|---|
Name | Description |
other |
BigQueryJob |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BigQueryJob.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public BigQueryJob.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
mergeSchema(Schema value)
public BigQueryJob.Builder mergeSchema(Schema value)
Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Schema |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BigQueryJob.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
setDestinationTable(BigQueryTableReference value)
public BigQueryJob.Builder setDestinationTable(BigQueryTableReference value)
Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
BigQueryTableReference |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
setDestinationTable(BigQueryTableReference.Builder builderForValue)
public BigQueryJob.Builder setDestinationTable(BigQueryTableReference.Builder builderForValue)
Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
BigQueryTableReference.Builder |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BigQueryJob.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
setJobId(String value)
public BigQueryJob.Builder setJobId(String value)
Required. The ID of the job.
See JobReference.
string job_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The jobId to set. |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
This builder for chaining. |
setJobIdBytes(ByteString value)
public BigQueryJob.Builder setJobIdBytes(ByteString value)
Required. The ID of the job.
See JobReference.
string job_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for jobId to set. |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
This builder for chaining. |
setLocation(String value)
public BigQueryJob.Builder setLocation(String value)
Optional. The location of the job.
See JobReference.
string location = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The location to set. |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public BigQueryJob.Builder setLocationBytes(ByteString value)
Optional. The location of the job.
See JobReference.
string location = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for location to set. |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
This builder for chaining. |
setProjectId(String value)
public BigQueryJob.Builder setProjectId(String value)
Required. The project that the job belongs to.
See JobReference.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The projectId to set. |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public BigQueryJob.Builder setProjectIdBytes(ByteString value)
Required. The project that the job belongs to.
See JobReference.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for projectId to set. |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BigQueryJob.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
setSchema(Schema value)
public BigQueryJob.Builder setSchema(Schema value)
Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
Schema |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
setSchema(Schema.Builder builderForValue)
public BigQueryJob.Builder setSchema(Schema.Builder builderForValue)
Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
Schema.Builder |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BigQueryJob.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BigQueryJob.Builder |