Class: Google::Cloud::Spanner::V1::ChangeStreamRecord::DataChangeRecord::ModValue
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::ChangeStreamRecord::DataChangeRecord::ModValue
- 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
-
#column_metadata_index ⇒ ::Integer
Index within the repeated column_metadata field, to obtain the column metadata for the column that was modified.
-
#value ⇒ ::Google::Protobuf::Value
The value of the column.
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.
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.
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 |