public sealed class ApplicationConfigs.Types.EventDeliveryConfig : IMessage<ApplicationConfigs.Types.EventDeliveryConfig>, IEquatable<ApplicationConfigs.Types.EventDeliveryConfig>, IDeepCloneable<ApplicationConfigs.Types.EventDeliveryConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ApplicationConfigs.Types.EventDeliveryConfig.
message storing the config for event delivery
Implements
IMessageApplicationConfigsTypesEventDeliveryConfig, IEquatableApplicationConfigsTypesEventDeliveryConfig, IDeepCloneableApplicationConfigsTypesEventDeliveryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
EventDeliveryConfig()
public EventDeliveryConfig()EventDeliveryConfig(EventDeliveryConfig)
public EventDeliveryConfig(ApplicationConfigs.Types.EventDeliveryConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplicationConfigsTypesEventDeliveryConfig |
Properties
Channel
public string Channel { get; set; }The delivery channel for the event notification, only pub/sub topic is supported now. Example channel: [//pubsub.googleapis.com/projects/visionai-testing-stable/topics/test-topic]
| Property Value | |
|---|---|
| Type | Description |
string |
|
MinimalDeliveryInterval
public Duration MinimalDeliveryInterval { get; set; }The expected delivery interval for the same event. The same event won't be notified multiple times during this internal event that it is happening multiple times during the period of time.The same event is identified by <event_id, app_platform_metadata>.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|