public sealed class BigQueryOutputResult : IMessage<BigQueryOutputResult>, IEquatable<BigQueryOutputResult>, IDeepCloneable<BigQueryOutputResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class BigQueryOutputResult.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `BigQueryOutputResult` class within the Google Cloud Retail V2 API for .NET, with the latest version being 2.12.0 and the current version featured being 2.8.0."],["The `BigQueryOutputResult` class is used to represent a result outputted to BigQuery, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DatasetId` and `TableId`, both of which are strings representing the IDs of the BigQuery Dataset and Table, respectively."],["There are multiple versions of this documentation available, starting from version 1.0.0 up to the most recent version, 2.12.0, allowing developers to access previous versions."],["The class has two constructors available: one which is empty, and the other which takes another `BigQueryOutputResult` as a parameter."]]],[]]