public sealed class OutputConfig : IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class OutputConfig.
Output configuration for export assets destination.
Implements
IMessage<OutputConfig>, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
OutputConfig()
public OutputConfig()
OutputConfig(OutputConfig)
public OutputConfig(OutputConfig other)
Parameter | |
---|---|
Name | Description |
other | OutputConfig |
Properties
BigqueryDestination
public BigQueryDestination BigqueryDestination { get; set; }
Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.
Property Value | |
---|---|
Type | Description |
BigQueryDestination |
DestinationCase
public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
OutputConfig.DestinationOneofCase |
GcsDestination
public GcsDestination GcsDestination { get; set; }
Destination on Cloud Storage.
Property Value | |
---|---|
Type | Description |
GcsDestination |