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.
Implements
IMessageFeedOutputConfig, IEquatableFeedOutputConfig, IDeepCloneableFeedOutputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
FeedOutputConfig()
public FeedOutputConfig()
FeedOutputConfig(FeedOutputConfig)
public FeedOutputConfig(FeedOutputConfig other)
Parameter | |
---|---|
Name | Description |
other | FeedOutputConfig |
Properties
DestinationCase
public FeedOutputConfig.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
FeedOutputConfigDestinationOneofCase |
PubsubDestination
public PubsubDestination PubsubDestination { get; set; }
Destination on Pub/Sub.
Property Value | |
---|---|
Type | Description |
PubsubDestination |