Class GoogleCloudRetailV2betaOutputResult
Output result that stores the information about where the exported data is stored.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaOutputResult : IDirectResponseSchema
Properties
BigqueryResult
The BigQuery location where the result is stored.
Declaration
[JsonProperty("bigqueryResult")]
public virtual IList<GoogleCloudRetailV2betaBigQueryOutputResult> BigqueryResult { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2betaBigQueryOutputResult> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsResult
The Google Cloud Storage location where the result is stored.
Declaration
[JsonProperty("gcsResult")]
public virtual IList<GoogleCloudRetailV2betaGcsOutputResult> GcsResult { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2betaGcsOutputResult> |