Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaOutputConfig

The output configuration setting.

Inheritance
object
GoogleCloudRetailV2alphaOutputConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaOutputConfig : IDirectResponseSchema

Properties

BigqueryDestination

The BigQuery location where the output is to be written to.

Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudRetailV2alphaOutputConfigBigQueryDestination BigqueryDestination { get; set; }
Property Value
Type Description
GoogleCloudRetailV2alphaOutputConfigBigQueryDestination

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 GoogleCloudRetailV2alphaOutputConfigGcsDestination GcsDestination { get; set; }
Property Value
Type Description
GoogleCloudRetailV2alphaOutputConfigGcsDestination

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX