Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::ChangeStreamRecord::DataChangeRecord::ModValue.
Returns the value and associated metadata for a particular field of the Mod.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column_metadata_index
def column_metadata_index() -> ::Integer
Returns
- (::Integer) — Index within the repeated column_metadata field, to obtain the column metadata for the column that was modified.
#column_metadata_index=
def column_metadata_index=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
#value
def value() -> ::Google::Protobuf::Value
Returns
- (::Google::Protobuf::Value) — The value of the column.
#value=
def value=(value) -> ::Google::Protobuf::Value
Parameter
- value (::Google::Protobuf::Value) — The value of the column.
Returns
- (::Google::Protobuf::Value) — The value of the column.