Data QnA v1alpha API - Class BigQueryJob (2.0.0-alpha02)

public sealed class BigQueryJob : IMessage<BigQueryJob>, IEquatable<BigQueryJob>, IDeepCloneable<BigQueryJob>, IBufferMessage, IMessage

Reference documentation and code samples for the Data QnA v1alpha API class BigQueryJob.

BigQuery job information. This can be used to query the BigQuery API and retrieve the current job's status (using jobs.get).

Inheritance

object > BigQueryJob

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

BigQueryJob()

public BigQueryJob()

BigQueryJob(BigQueryJob)

public BigQueryJob(BigQueryJob other)
Parameter
NameDescription
otherBigQueryJob

Properties

JobId

public string JobId { get; set; }

The job ID.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

The location where the job is running.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

The project ID of the job.

Property Value
TypeDescription
string