Class: Google::Cloud::Spanner::V1::ChangeStreamRecord::HeartbeatRecord

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/v1/change_stream.rb

Overview

A heartbeat record is returned as a progress indicator, when there are no data changes or any other partition record types in the change stream partition.

Instance Attribute Summary collapse

Instance Attribute Details

#timestamp::Google::Protobuf::Timestamp



253
254
255
256
# File 'proto_docs/google/spanner/v1/change_stream.rb', line 253

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