BigQuery job information.
Future versions will have different backends. Hence, clients must make sure
they can handle it when this field is not populated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eExecutionInfo\u003c/code\u003e class within the Google Cloud Data QnA v1alpha API, detailing its structure and functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecutionInfo\u003c/code\u003e class offers information about the backend execution status, including details for BigQuery jobs, and clients need to handle future updates where the backend may be different.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eExecutionInfo\u003c/code\u003e class documentation is 2.0.0-alpha02, with prior versions including 2.0.0-alpha01 and 1.0.0-alpha03.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExecutionInfo\u003c/code\u003e includes properties like \u003ccode\u003eBigqueryJob\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eJobCreationStatus\u003c/code\u003e, and \u003ccode\u003eJobExecutionState\u003c/code\u003e to track and report on the job's lifecycle.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparisons, deep cloning, and buffered message handling.\u003c/p\u003e\n"]]],[],null,["# Data QnA v1alpha API - Class ExecutionInfo (2.0.0-alpha02)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha02 (latest)](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.ExecutionInfo)\n- [2.0.0-alpha01](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/2.0.0-alpha01/Google.Cloud.DataQnA.V1Alpha.ExecutionInfo)\n- [1.0.0-alpha03](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/1.0.0-alpha03/Google.Cloud.DataQnA.V1Alpha.ExecutionInfo) \n\n public sealed class ExecutionInfo : IMessage\u003cExecutionInfo\u003e, IEquatable\u003cExecutionInfo\u003e, IDeepCloneable\u003cExecutionInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Data QnA v1alpha API class ExecutionInfo.\n\nInformation about the backend status (such as BigQuery) of the execution. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExecutionInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExecutionInfo](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.ExecutionInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExecutionInfo](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.ExecutionInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExecutionInfo](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha.ExecutionInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DataQnA.V1Alpha](/dotnet/docs/reference/Google.Cloud.DataQnA.V1Alpha/latest/Google.Cloud.DataQnA.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.DataQnA.V1Alpha.dll\n\nConstructors\n------------\n\n### ExecutionInfo()\n\n public ExecutionInfo()\n\n### ExecutionInfo(ExecutionInfo)\n\n public ExecutionInfo(ExecutionInfo other)\n\nProperties\n----------\n\n### BigqueryJob\n\n public BigQueryJob BigqueryJob { get; set; }\n\nBigQuery job information.\nFuture versions will have different backends. Hence, clients must make sure\nthey can handle it when this field is not populated.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nTime when the execution was triggered.\n\n### JobCreationStatus\n\n public Status JobCreationStatus { get; set; }\n\nStatus returned by the backend when the job was created.\n\n### JobExecutionState\n\n public ExecutionInfo.Types.JobExecutionState JobExecutionState { get; set; }\n\nStatus of the job execution."]]