Vision AI v1 API - Class ApplicationConfigs.Types.EventDeliveryConfig (1.0.0-beta01)

public sealed class ApplicationConfigs.Types.EventDeliveryConfig : IMessage<ApplicationConfigs.Types.EventDeliveryConfig>, IEquatable<ApplicationConfigs.Types.EventDeliveryConfig>, IDeepCloneable<ApplicationConfigs.Types.EventDeliveryConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class ApplicationConfigs.Types.EventDeliveryConfig.

message storing the config for event delivery

Inheritance

object > ApplicationConfigs.Types.EventDeliveryConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

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