public sealed class DatasetInsertRequest : IMessage<DatasetInsertRequest>, IEquatable<DatasetInsertRequest>, IDeepCloneable<DatasetInsertRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class DatasetInsertRequest.
[[["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 `DatasetInsertRequest` class is part of the BigQuery Audit Data Logging v1 API and is used to represent a request to insert a dataset."],["The latest version of the `DatasetInsertRequest` class is 1.3.0, with older versions 1.2.0, 1.1.0, and 1.0.0 also documented."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DatasetInsertRequest` class has a `Resource` property of type `Dataset` that represents the dataset to be inserted."],["There are two constructors, a parameterless constructor and one that takes another `DatasetInsertRequest` instance as an argument."]]],[]]