Class: Google::Cloud::Spanner::V1::ChangeStreamRecord::DataChangeRecord::ModValue

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

Overview

Returns the value and associated metadata for a particular field of the Mod.

Instance Attribute Summary collapse

Instance Attribute Details

#column_metadata_index::Integer

Returns Index within the repeated column_metadata field, to obtain the column metadata for the column that was modified.

Returns:

  • (::Integer)

    Index within the repeated column_metadata field, to obtain the column metadata for the column that was modified.



176
177
178
179
# File 'proto_docs/google/spanner/v1/change_stream.rb', line 176

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

#value::Google::Protobuf::Value

Returns The value of the column.

Returns:



176
177
178
179
# File 'proto_docs/google/spanner/v1/change_stream.rb', line 176

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