public sealed class FeedOutputConfig : IMessage<FeedOutputConfig>, IEquatable<FeedOutputConfig>, IDeepCloneable<FeedOutputConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Asset Inventory v1 API class FeedOutputConfig.
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 |
|