Show / Hide Table of Contents

Class OutputConfig

Output configuration for export assets destination.

Inheritance
System.Object
OutputConfig
Implements
IMessage<OutputConfig>
IMessage
System.IEquatable<OutputConfig>
IDeepCloneable<OutputConfig>
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Asset.V1Beta1
Assembly: Google.Cloud.Asset.V1Beta1.dll
Syntax
public sealed class OutputConfig : IMessage<OutputConfig>, IMessage, IEquatable<OutputConfig>, IDeepCloneable<OutputConfig>

Constructors

OutputConfig()

Declaration
public OutputConfig()

OutputConfig(OutputConfig)

Declaration
public OutputConfig(OutputConfig other)
Parameters
Type Name Description
OutputConfig other

Properties

DestinationCase

Declaration
public OutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
OutputConfig.DestinationOneofCase

GcsDestination

Destination on Cloud Storage.

Declaration
public GcsDestination GcsDestination { get; set; }
Property Value
Type Description
GcsDestination
Back to top