[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eJobStatus\u003c/code\u003e class, part of the Google.Cloud.BigQuery.Logging.V1 namespace, provides information about the running state of a job within the BigQuery Audit Data Logging v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class has four different versions available, with 1.3.0 being the latest version, which is the default version that is being displayed.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eAdditionalErrors\u003c/code\u003e, \u003ccode\u003eError\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e to describe the job's condition, potential issues, and the current state, such as PENDING, RUNNING, or DONE.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobStatus\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and offers constructors for creating new instances and copying from existing ones.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the base object class and uses the \u003ccode\u003eRepeatedField\u003c/code\u003e and \u003ccode\u003eStatus\u003c/code\u003e classes, along with string properties, to manage and represent the job status data.\u003c/p\u003e\n"]]],[],null,["# BigQuery Audit Data Logging v1 API - Class JobStatus (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobStatus)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.2.0/Google.Cloud.BigQuery.Logging.V1.JobStatus)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.1.0/Google.Cloud.BigQuery.Logging.V1.JobStatus)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.0.0/Google.Cloud.BigQuery.Logging.V1.JobStatus) \n\n public sealed class JobStatus : IMessage\u003cJobStatus\u003e, IEquatable\u003cJobStatus\u003e, IDeepCloneable\u003cJobStatus\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobStatus.\n\nRunning state of a job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobStatus \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobStatus](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobStatus](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobStatus](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobStatus), [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.BigQuery.Logging.V1](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.Logging.V1.dll\n\nConstructors\n------------\n\n### JobStatus()\n\n public JobStatus()\n\n### JobStatus(JobStatus)\n\n public JobStatus(JobStatus other)\n\nProperties\n----------\n\n### AdditionalErrors\n\n public RepeatedField\u003cStatus\u003e AdditionalErrors { get; }\n\nErrors encountered during the running of the job. Do not necessarily mean\nthat the job has completed or was unsuccessful.\n\n### Error\n\n public Status Error { get; set; }\n\nIf the job did not complete successfully, this field describes why.\n\n### State\n\n public string State { get; set; }\n\nState of a job: `PENDING`, `RUNNING`, or `DONE`."]]