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.

Note: The following fields are mutually exclusive: control, event_update. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



134
135
136
137
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 134

class ReceiveEventsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#event_update::Google::Cloud::VisionAI::V1::EventUpdate

Returns The event update message.

Note: The following fields are mutually exclusive: event_update, control. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::VisionAI::V1::EventUpdate)

    The event update message.

    Note: The following fields are mutually exclusive: event_update, control. If a field in that set is populated, all other fields in the set will automatically be cleared.



134
135
136
137
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 134

class ReceiveEventsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end