Class: Google::Cloud::DataQnA::V1alpha::BigQueryJob
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::BigQueryJob
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question.rb
Overview
BigQuery job information. This can be used to query the BigQuery API and retrieve the current job's status (using jobs.get).
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
The job ID.
-
#location ⇒ ::String
The location where the job is running.
-
#project_id ⇒ ::String
The project ID of the job.
Instance Attribute Details
#job_id ⇒ ::String
Returns The job ID.
207 208 209 210 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 207 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The location where the job is running.
207 208 209 210 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 207 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The project ID of the job.
207 208 209 210 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 207 class BigQueryJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |