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, which is part of the BigQuery Audit Data Logging v1 API."],["`TableInsertRequest` is a sealed class that represents a request to insert data into a table, inheriting from `Object` and implementing multiple interfaces."],["The class has two constructors, one default and one that takes another `TableInsertRequest` instance for cloning."],["The `TableInsertRequest` class contains a `Resource` property of type `Table`, representing the table being inserted into."],["Four version are available, the latest being 1.3.0, with the other versions being 1.2.0, 1.1.0 and the base version of 1.0.0."]]],[]]