Show / Hide Table of Contents

Class GoogleCloudAssetV1p7beta1OutputConfig

Output configuration for export assets destination.

Inheritance
object
GoogleCloudAssetV1p7beta1OutputConfig
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX