Class GoogleCloudRetailV2OutputResult
Output result that stores the information about where the exported data is stored.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2OutputResult : IDirectResponseSchema
Properties
BigqueryResult
The BigQuery location where the result is stored.
Declaration
[JsonProperty("bigqueryResult")]
public virtual IList<GoogleCloudRetailV2BigQueryOutputResult> BigqueryResult { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2BigQueryOutputResult> |
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<GoogleCloudRetailV2GcsOutputResult> GcsResult { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2GcsOutputResult> |