Class: Google::Cloud::VisionAI::V1::EventUpdate

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

The event update message.

Instance Attribute Summary collapse

Instance Attribute Details

#event::String

Returns The name of the event.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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