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"]],[["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."],[[["The `JobCompletedEvent` class in the BigQuery Audit Data Logging v1 API represents an event signaling the completion of a query job."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, equality checks, deep cloning, and buffer management."],["The class offers a default constructor, `JobCompletedEvent()`, and a copy constructor, `JobCompletedEvent(JobCompletedEvent other)`, for creating instances."],["The `JobCompletedEvent` class includes properties for `EventName`, which is the name of the event, and `Job`, which provides information about the job itself."],["The available documentation includes four versions of the `JobCompletedEvent` with the most recent being 1.3.0 and the oldest being 1.0.0."]]],[]]