public sealed class TableUpdateResponse : IMessage<TableUpdateResponse>, IEquatable<TableUpdateResponse>, IDeepCloneable<TableUpdateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableUpdateResponse.
[[["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 `TableUpdateResponse` class represents the response for a table update operation within the BigQuery Audit Data Logging v1 API."],["This class is part of the `Google.Cloud.BigQuery.Logging.V1` namespace and is found in the `Google.Cloud.BigQuery.Logging.V1.dll` assembly."],["`TableUpdateResponse` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality comparison, deep cloning, and buffered message operations."],["The class has two constructors: a default one and another that accepts a `TableUpdateResponse` object as a parameter for initialization, allowing cloning of objects."],["It also has a `Resource` property of type `Table` representing the final state of the updated table."]]],[]]