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."],[[["This document provides reference information for the `TableUpdateRequest` class within the BigQuery Audit Data Logging v1 API, with the latest version being 1.3.0."],["The `TableUpdateRequest` class is used to represent a request to update a table, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for creating instances of `TableUpdateRequest` either as a new object or by cloning an existing one."],["The `TableUpdateRequest` class contains a `Resource` property of type `Table`, representing the specific table to be updated."],["This class is found within the `Google.Cloud.BigQuery.Logging.V1` namespace and is located in the `Google.Cloud.BigQuery.Logging.V1.dll` assembly."]]],[]]