Class: Google::Cloud::DataQnA::V1alpha::BigQueryJob

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#job_id::String

Returns The job ID.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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