public sealed class JobInsertRequest : IMessage<JobInsertRequest>, IEquatable<JobInsertRequest>, IDeepCloneable<JobInsertRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobInsertRequest.
[[["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."],[[["The `JobInsertRequest` class is part of the BigQuery Audit Data Logging v1 API and is used to represent a job insert request."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features such as message handling, equality comparisons, deep cloning, and buffer message capabilities."],["`JobInsertRequest` inherits from the base `Object` class and provides inherited methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a parameterless one and another that accepts a `JobInsertRequest` object as a parameter, facilitating the creation of new instances and copies."],["The `Resource` property, of type `Job`, within the `JobInsertRequest` class contains the associated job details."]]],[]]