Retail v2 API - Class BigQueryOutputResult (2.16.0)

public sealed class BigQueryOutputResult : IMessage<BigQueryOutputResult>, IEquatable<BigQueryOutputResult>, IDeepCloneable<BigQueryOutputResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class BigQueryOutputResult.

A BigQuery output result.

Inheritance

object > BigQueryOutputResult

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

BigQueryOutputResult()

public BigQueryOutputResult()

BigQueryOutputResult(BigQueryOutputResult)

public BigQueryOutputResult(BigQueryOutputResult other)
Parameter
Name Description
other BigQueryOutputResult

Properties

DatasetId

public string DatasetId { get; set; }

The ID of a BigQuery Dataset.

Property Value
Type Description
string

TableId

public string TableId { get; set; }

The ID of a BigQuery Table.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.