public sealed class DatasetInsertResponse : IMessage<DatasetInsertResponse>, IEquatable<DatasetInsertResponse>, IDeepCloneable<DatasetInsertResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class DatasetInsertResponse.
[[["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 `DatasetInsertResponse` class is part of the BigQuery Audit Data Logging v1 API, and is used to represent the response from a dataset insert operation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting methods from `object`."],["The latest version of this API class is 1.3.0, and prior versions such as 1.2.0, 1.1.0, and 1.0.0 are also documented and available."],["It contains a `Dataset` resource property, which represents the final state of the inserted dataset, and can be found within the `Google.Cloud.BigQuery.Logging.V1` namespace."],["The class also includes two constructors, one default and another one that accepts a `DatasetInsertResponse` object."]]],[]]