Reference documentation and code samples for the BigQuery Data QnA V1alpha API class Google::Cloud::DataQnA::V1alpha::BigQueryJob.
BigQuery job information. This can be used to query the BigQuery API and retrieve the current job's status (using jobs.get).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_id
def job_id() -> ::String
Returns
- (::String) — The job ID.
#job_id=
def job_id=(value) -> ::String
Parameter
- value (::String) — The job ID.
Returns
- (::String) — The job ID.
#location
def location() -> ::String
Returns
- (::String) — The location where the job is running.
#location=
def location=(value) -> ::String
Parameter
- value (::String) — The location where the job is running.
Returns
- (::String) — The location where the job is running.
#project_id
def project_id() -> ::String
Returns
- (::String) — The project ID of the job.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — The project ID of the job.
Returns
- (::String) — The project ID of the job.