Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::EventUpdate.
The event update message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#event
def event() -> ::String
Returns
- (::String) — The name of the event.
#event=
def event=(value) -> ::String
Parameter
- value (::String) — The name of the event.
Returns
- (::String) — The name of the event.
#offset
def offset() -> ::Integer
Returns
- (::Integer) — The offset of the message that will be used to acknowledge of the message receiving.
#offset=
def offset=(value) -> ::Integer
Parameter
- value (::Integer) — The offset of the message that will be used to acknowledge of the message receiving.
Returns
- (::Integer) — The offset of the message that will be used to acknowledge of the message receiving.
#series
def series() -> ::String
Returns
- (::String) — The name of the series.
#series=
def series=(value) -> ::String
Parameter
- value (::String) — The name of the series.
Returns
- (::String) — The name of the series.
#stream
def stream() -> ::String
Returns
- (::String) — The name of the stream that the event is attached to.
#stream=
def stream=(value) -> ::String
Parameter
- value (::String) — The name of the stream that the event is attached to.
Returns
- (::String) — The name of the stream that the event is attached to.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the Event update happens.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp when the Event update happens.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the Event update happens.