public sealed class ExecutionInfo : IMessage<ExecutionInfo>, IEquatable<ExecutionInfo>, IDeepCloneable<ExecutionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class ExecutionInfo.
Information about the backend status (such as BigQuery) of the execution.
Implements
IMessageExecutionInfo, IEquatableExecutionInfo, IDeepCloneableExecutionInfo, 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 |
ExecutionInfoTypesJobExecutionState |