public sealed class FeedOutputConfig : IMessage<FeedOutputConfig>, IEquatable<FeedOutputConfig>, IDeepCloneable<FeedOutputConfig>, IBufferMessage, IMessage
Output configuration for asset feed destination.
Implements
IMessage<FeedOutputConfig>, IEquatable<FeedOutputConfig>, IDeepCloneable<FeedOutputConfig>, 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 |
FeedOutputConfig.DestinationOneofCase |
PubsubDestination
public PubsubDestination PubsubDestination { get; set; }
Destination on Pub/Sub.
Property Value | |
---|---|
Type | Description |
PubsubDestination |