public sealed class BigQuerySource : IMessage<BigQuerySource>, IEquatable<BigQuerySource>, IDeepCloneable<BigQuerySource>, IBufferMessage, IMessage
BigQuery source import data from.
Inheritance
System.Object > BigQuerySourceImplements
Google.Protobuf.IMessage < BigQuerySource >, System.IEquatable < BigQuerySource >, Google.Protobuf.IDeepCloneable < BigQuerySource >, Google.Protobuf.IBufferMessage , Google.Protobuf.IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
BigQuerySource()
public BigQuerySource()
BigQuerySource(BigQuerySource)
public BigQuerySource(BigQuerySource other)
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:
-
user_event
(default): One JSON [UserEvent][google.cloud.retail.v2.UserEvent] per line. -
user_event_ga360
: Using https://support.google.com/analytics/answer/3437719?hl=en .
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.
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.
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.
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.
System.String