Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig.
message storing the config for event delivery
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#channel
def channel() -> ::String
Returns
- (::String) — 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]
#channel=
def channel=(value) -> ::String
Parameter
- value (::String) — 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]
Returns
- (::String) — 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]
#minimal_delivery_interval
def minimal_delivery_interval() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — 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
#minimal_delivery_interval=
def minimal_delivery_interval=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — 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
Returns
- (::Google::Protobuf::Duration) — 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