Class: Google::Cloud::VisionAI::V1::ReceiveEventsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ReceiveEventsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/streaming_service.rb
Overview
Response message for the ReceiveEvents.
Instance Attribute Summary collapse
-
#control ⇒ ::Google::Cloud::VisionAI::V1::ReceiveEventsControlResponse
A control message from the server.
-
#event_update ⇒ ::Google::Cloud::VisionAI::V1::EventUpdate
The event update message.
Instance Attribute Details
#control ⇒ ::Google::Cloud::VisionAI::V1::ReceiveEventsControlResponse
Returns A control message from the server.
122 123 124 125 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 122 class ReceiveEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_update ⇒ ::Google::Cloud::VisionAI::V1::EventUpdate
Returns The event update message.
122 123 124 125 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 122 class ReceiveEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |