public sealed class JobCompletedEvent : IMessage<JobCompletedEvent>, IEquatable<JobCompletedEvent>, IDeepCloneable<JobCompletedEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobCompletedEvent.
[[["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-03-21 UTC."],[[["This documentation provides details for the `JobCompletedEvent` class within the Google Cloud BigQuery Audit Data Logging v1 API."],["The `JobCompletedEvent` class represents a query job completed event and inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details two constructors, `JobCompletedEvent()` and `JobCompletedEvent(JobCompletedEvent other)`, for creating instances of the class."],["The class has two properties: `EventName`, a string representing the name of the event, and `Job`, containing job information as a `Job` object."],["The latest version of this class is 1.3.0, with prior versions being 1.2.0, 1.1.0, and 1.0.0, which are also accessible."]]],[]]