Reference documentation and code samples for the BigQuery Data QnA V1alpha API class Google::Cloud::DataQnA::V1alpha::ExecutionInfo.
Information about the backend status (such as BigQuery) of the execution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_job
def bigquery_job() -> ::Google::Cloud::DataQnA::V1alpha::BigQueryJob
Returns
- (::Google::Cloud::DataQnA::V1alpha::BigQueryJob) — BigQuery job information. Future versions will have different backends. Hence, clients must make sure they can handle it when this field is not populated.
#bigquery_job=
def bigquery_job=(value) -> ::Google::Cloud::DataQnA::V1alpha::BigQueryJob
Parameter
- value (::Google::Cloud::DataQnA::V1alpha::BigQueryJob) — BigQuery job information. Future versions will have different backends. Hence, clients must make sure they can handle it when this field is not populated.
Returns
- (::Google::Cloud::DataQnA::V1alpha::BigQueryJob) — BigQuery job information. Future versions will have different backends. Hence, clients must make sure they can handle it when this field is not populated.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time when the execution was triggered.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time when the execution was triggered.
Returns
- (::Google::Protobuf::Timestamp) — Time when the execution was triggered.
#job_creation_status
def job_creation_status() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Status returned by the backend when the job was created.
#job_creation_status=
def job_creation_status=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — Status returned by the backend when the job was created.
Returns
- (::Google::Rpc::Status) — Status returned by the backend when the job was created.
#job_execution_state
def job_execution_state() -> ::Google::Cloud::DataQnA::V1alpha::ExecutionInfo::JobExecutionState
Returns
- (::Google::Cloud::DataQnA::V1alpha::ExecutionInfo::JobExecutionState) — Status of the job execution.
#job_execution_state=
def job_execution_state=(value) -> ::Google::Cloud::DataQnA::V1alpha::ExecutionInfo::JobExecutionState
Parameter
- value (::Google::Cloud::DataQnA::V1alpha::ExecutionInfo::JobExecutionState) — Status of the job execution.
Returns
- (::Google::Cloud::DataQnA::V1alpha::ExecutionInfo::JobExecutionState) — Status of the job execution.