Class: Google::Cloud::VisionAI::V1::ApplicationConfigs
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ApplicationConfigs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message storing the graph of the application.
Defined Under Namespace
Classes: EventDeliveryConfig
Instance Attribute Summary collapse
-
#event_delivery_config ⇒ ::Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig
Event-related configuration for this application.
-
#nodes ⇒ ::Array<::Google::Cloud::VisionAI::V1::Node>
A list of nodes in the application graph.
Instance Attribute Details
#event_delivery_config ⇒ ::Google::Cloud::VisionAI::V1::ApplicationConfigs::EventDeliveryConfig
Returns Event-related configuration for this application.
962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 962 class ApplicationConfigs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # message storing the config for event delivery # @!attribute [rw] channel # @return [::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] # @!attribute [rw] minimal_delivery_interval # @return [::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 <event_id, app_platform_metadata>. class EventDeliveryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#nodes ⇒ ::Array<::Google::Cloud::VisionAI::V1::Node>
Returns A list of nodes in the application graph.
962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 962 class ApplicationConfigs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # message storing the config for event delivery # @!attribute [rw] channel # @return [::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] # @!attribute [rw] minimal_delivery_interval # @return [::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 <event_id, app_platform_metadata>. class EventDeliveryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |