Class: Google::Cloud::VisionAI::V1::ReceiveEventsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#control::Google::Cloud::VisionAI::V1::ReceiveEventsControlResponse

Returns A control message from the server.

Returns:



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.

Returns:



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