Class: Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
message storing the config for event delivery
Instance Attribute Summary collapse
-
#channel ⇒ ::String
The delivery channel for the event notification, only pub/sub topic is supported now.
-
#minimal_delivery_interval ⇒ ::Google::Protobuf::Duration
The expected delivery interval for the same event.
Instance Attribute Details
#channel ⇒ ::String
Returns 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].
979 980 981 982 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 979 class EventDeliveryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minimal_delivery_interval ⇒ ::Google::Protobuf::Duration
Returns 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
979 980 981 982 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 979 class EventDeliveryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |