Class GoogleCloudRetailV2betaOutputConfig
The output configuration setting.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaOutputConfig : IDirectResponseSchema
Properties
BigqueryDestination
The BigQuery location where the output is to be written to.
Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudRetailV2betaOutputConfigBigQueryDestination BigqueryDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2betaOutputConfigBigQueryDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsDestination
The Google Cloud Storage location where the output is to be written to.
Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudRetailV2betaOutputConfigGcsDestination GcsDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2betaOutputConfigGcsDestination |