Class BigQueryJob (0.1.0)

public final class BigQueryJob extends GeneratedMessageV3 implements BigQueryJobOrBuilder

A BigQuery job executed by the system.

Protobuf type google.cloud.geminidataanalytics.v1beta.BigQueryJob

Static Fields

DESTINATION_TABLE_FIELD_NUMBER

public static final int DESTINATION_TABLE_FIELD_NUMBER
Field Value
Type Description
int

JOB_ID_FIELD_NUMBER

public static final int JOB_ID_FIELD_NUMBER
Field Value
Type Description
int

LOCATION_FIELD_NUMBER

public static final int LOCATION_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_ID_FIELD_NUMBER

public static final int PROJECT_ID_FIELD_NUMBER
Field Value
Type Description
int

SCHEMA_FIELD_NUMBER

public static final int SCHEMA_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BigQueryJob getDefaultInstance()
Returns
Type Description
BigQueryJob

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BigQueryJob.Builder newBuilder()
Returns
Type Description
BigQueryJob.Builder

newBuilder(BigQueryJob prototype)

public static BigQueryJob.Builder newBuilder(BigQueryJob prototype)
Parameter
Name Description
prototype BigQueryJob
Returns
Type Description
BigQueryJob.Builder

parseDelimitedFrom(InputStream input)

public static BigQueryJob parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BigQueryJob
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryJob parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryJob
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BigQueryJob parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BigQueryJob
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BigQueryJob parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryJob
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BigQueryJob parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BigQueryJob
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BigQueryJob parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryJob
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BigQueryJob parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BigQueryJob
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryJob parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryJob
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BigQueryJob parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BigQueryJob
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryJob parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryJob
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BigQueryJob parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BigQueryJob
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BigQueryJob parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryJob
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BigQueryJob> parser()
Returns
Type Description
Parser<BigQueryJob>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BigQueryJob getDefaultInstanceForType()
Returns
Type Description
BigQueryJob

getDestinationTable()

public BigQueryTableReference getDestinationTable()

Optional. A reference to the destination table of the job's query results.

See JobConfigurationQuery.

.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BigQueryTableReference

The destinationTable.

getDestinationTableOrBuilder()

public BigQueryTableReferenceOrBuilder getDestinationTableOrBuilder()

Optional. A reference to the destination table of the job's query results.

See JobConfigurationQuery.

.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.

getParserForType()

public Parser<BigQueryJob> getParserForType()
Returns
Type Description
Parser<BigQueryJob>
Overrides

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.

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasDestinationTable()

public boolean hasDestinationTable()

Optional. A reference to the destination table of the job's query results.

See JobConfigurationQuery.

.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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BigQueryJob.Builder newBuilderForType()
Returns
Type Description
BigQueryJob.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BigQueryJob.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BigQueryJob.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BigQueryJob.Builder toBuilder()
Returns
Type Description
BigQueryJob.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException