Class GoogleCloudAssetV1p7beta1OutputConfig
Output configuration for export assets destination.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1p7beta1.Data
Assembly: Google.Apis.CloudAsset.v1p7beta1.dll
Syntax
public class GoogleCloudAssetV1p7beta1OutputConfig : IDirectResponseSchema
Properties
BigqueryDestination
Destination on BigQuery. The output table stores the fields in asset proto as columns in BigQuery.
Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudAssetV1p7beta1BigQueryDestination BigqueryDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAssetV1p7beta1BigQueryDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsDestination
Destination on Cloud Storage.
Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudAssetV1p7beta1GcsDestination GcsDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAssetV1p7beta1GcsDestination |