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."],[[["The latest version available for the Google.Cloud.Retail.V2 API is 2.12.0, with version 2.7.0 being the context of the detailed documentation provided."],["`BigQueryOutputResult` is a class within the Google.Cloud.Retail.V2 API, serving as an output result for BigQuery operations."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with all implementing details available."],["The `BigQueryOutputResult` class has properties `DatasetId` and `TableId`, both of which are string types, representing BigQuery dataset and table identifiers."],["`BigQueryOutputResult` can be instantiated with a parameterless constructor `BigQueryOutputResult()` or a copy constructor `BigQueryOutputResult(BigQueryOutputResult other)` which clones another `BigQueryOutputResult` instance."]]],[]]