public sealed class TableUpdateRequest : IMessage<TableUpdateRequest>, IEquatable<TableUpdateRequest>, IDeepCloneable<TableUpdateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableUpdateRequest.
[[["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 document provides reference documentation and code samples for the `TableUpdateRequest` class within the BigQuery Audit Data Logging v1 API."],["`TableUpdateRequest` is a sealed class that represents a request to update a table and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has a constructor `TableUpdateRequest()` and a constructor accepting another `TableUpdateRequest` object."],["A key property of `TableUpdateRequest` is `Resource`, which is of type `Table` and represents the table to be updated."],["There are multiple versions of this class, with the latest being 1.3.0 and this content also covers 1.2.0, 1.1.0 and 1.0.0."]]],[]]