public sealed class DatasetUpdateRequest : IMessage<DatasetUpdateRequest>, IEquatable<DatasetUpdateRequest>, IDeepCloneable<DatasetUpdateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class DatasetUpdateRequest.
[[["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 `DatasetUpdateRequest` class represents a request to update a dataset within the BigQuery Audit Data Logging v1 API."],["Version 1.3.0 is the latest available version of the `DatasetUpdateRequest` API, with prior versions 1.2.0, 1.1.0, and 1.0.0 also documented."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as message handling, equality checks, deep cloning, and buffered message management."],["The `DatasetUpdateRequest` class includes a `Resource` property, which of type `Dataset`, representing the dataset that will be modified during the update."],["The `DatasetUpdateRequest` class can be constructed either by a default constructor or by passing another `DatasetUpdateRequest` instance to its copy constructor."]]],[]]