Class: Google::Cloud::VisionAI::V1::EventUpdate
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::EventUpdate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/streaming_service.rb
Overview
The event update message.
Instance Attribute Summary collapse
-
#event ⇒ ::String
The name of the event.
-
#offset ⇒ ::Integer
The offset of the message that will be used to acknowledge of the message receiving.
-
#series ⇒ ::String
The name of the series.
-
#stream ⇒ ::String
The name of the stream that the event is attached to.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The timestamp when the Event update happens.
Instance Attribute Details
#event ⇒ ::String
Returns The name of the event.
90 91 92 93 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 90 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#offset ⇒ ::Integer
Returns The offset of the message that will be used to acknowledge of the message receiving.
90 91 92 93 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 90 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#series ⇒ ::String
Returns The name of the series.
90 91 92 93 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 90 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stream ⇒ ::String
Returns The name of the stream that the event is attached to.
90 91 92 93 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 90 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The timestamp when the Event update happens.
90 91 92 93 |
# File 'proto_docs/google/cloud/visionai/v1/streaming_service.rb', line 90 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |