public sealed class ExecutionInfo : IMessage<ExecutionInfo>, IEquatable<ExecutionInfo>, IDeepCloneable<ExecutionInfo>, IBufferMessage, IMessage
Information about the backend status (such as BigQuery) of the execution.
Implements
IMessage<ExecutionInfo>, IEquatable<ExecutionInfo>, IDeepCloneable<ExecutionInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
ExecutionInfo()
public ExecutionInfo()
ExecutionInfo(ExecutionInfo)
public ExecutionInfo(ExecutionInfo other)
Parameter | |
---|---|
Name | Description |
other | ExecutionInfo |
Properties
BigqueryJob
public BigQueryJob BigqueryJob { get; set; }
BigQuery job information. Future versions will have different backends. Hence, clients must make sure they can handle it when this field is not populated.
Property Value | |
---|---|
Type | Description |
BigQueryJob |
CreateTime
public Timestamp CreateTime { get; set; }
Time when the execution was triggered.
Property Value | |
---|---|
Type | Description |
Timestamp |
JobCreationStatus
public Status JobCreationStatus { get; set; }
Status returned by the backend when the job was created.
Property Value | |
---|---|
Type | Description |
Status |
JobExecutionState
public ExecutionInfo.Types.JobExecutionState JobExecutionState { get; set; }
Status of the job execution.
Property Value | |
---|---|
Type | Description |
ExecutionInfo.Types.JobExecutionState |