Google Cloud Asset Inventory v1 API - Class FeedOutputConfig (3.11.0)

public sealed class FeedOutputConfig : IMessage<FeedOutputConfig>, IEquatable<FeedOutputConfig>, IDeepCloneable<FeedOutputConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class FeedOutputConfig.

Output configuration for asset feed destination.

Inheritance

object > FeedOutputConfig

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

FeedOutputConfig()

public FeedOutputConfig()

FeedOutputConfig(FeedOutputConfig)

public FeedOutputConfig(FeedOutputConfig other)
Parameter
NameDescription
otherFeedOutputConfig

Properties

DestinationCase

public FeedOutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
FeedOutputConfigDestinationOneofCase

PubsubDestination

public PubsubDestination PubsubDestination { get; set; }

Destination on Pub/Sub.

Property Value
TypeDescription
PubsubDestination