Class BigQuerySource (1.0.0)

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

BigQuery source import data from.

Inheritance

System.Object > BigQuerySource

Implements

Google.Protobuf.IMessage<BigQuerySource>, System.IEquatable<BigQuerySource>, Google.Protobuf.IDeepCloneable<BigQuerySource>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

BigQuerySource()

public BigQuerySource()

BigQuerySource(BigQuerySource)

public BigQuerySource(BigQuerySource other)
Parameter
NameDescription
otherBigQuerySource

Properties

DataSchema

public string DataSchema { get; set; }

The schema to use when parsing the data from the source.

Supported values for product imports:

  • product (default): One JSON [Product][google.cloud.retail.v2.Product] per line. Each product must have a valid [Product.id][google.cloud.retail.v2.Product.id].
  • product_merchant_center: See Importing catalog data from Merchant Center.

Supported values for user events imports:

Property Value
TypeDescription
System.String

DatasetId

public string DatasetId { get; set; }

Required. The BigQuery data set to copy the data from with a length limit of 1,024 characters.

Property Value
TypeDescription
System.String

GcsStagingDir

public string GcsStagingDir { get; set; }

Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the BigQuery export to a specific Cloud Storage directory.

Property Value
TypeDescription
System.String

ProjectId

public string ProjectId { get; set; }

The project id (can be project # or id) that the BigQuery source is in with a length limit of 128 characters. If not specified, inherits the project id from the parent request.

Property Value
TypeDescription
System.String

TableId

public string TableId { get; set; }

Required. The BigQuery table to copy the data from with a length limit of 1,024 characters.

Property Value
TypeDescription
System.String