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-04-09 UTC."],[[["The `BigQueryOutputResult` class is a part of the Google Cloud Retail V2 API, serving as a representation of a BigQuery output result."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google.Protobuf framework."],["The class has two constructors, a default constructor and another that takes a `BigQueryOutputResult` instance for copying, allowing for object creation and duplication."],["`BigQueryOutputResult` includes two key properties: `DatasetId` and `TableId`, which are string-typed and represent the ID of a BigQuery Dataset and Table respectively, that it gets data from."],["The latest version of Google.Cloud.Retail.V2 is 2.12.0, and there are a number of previous versions available down to 1.0.0 which are accessible through the provided links."]]],[]]