public sealed class TableInsertRequest : IMessage<TableInsertRequest>, IEquatable<TableInsertRequest>, IDeepCloneable<TableInsertRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableInsertRequest.
[[["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 documentation covers the `TableInsertRequest` class, part of the BigQuery Audit Data Logging v1 API, within the `Google.Cloud.BigQuery.Logging.V1` namespace."],["The `TableInsertRequest` class is used to represent a request to insert data into a BigQuery table."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is designed for protobuf messaging and data manipulation."],["The class provides two constructors: a default constructor and a copy constructor that takes another `TableInsertRequest` object."],["It contains a `Resource` property of type `Table`, which allows you to retrieve the new table."]]],[]]