Cloud Spanner V1 API - Class Google::Cloud::Spanner::V1::ChangeStreamRecord::DataChangeRecord::ModValue (v1.9.0)

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

#value=

def value=(value) -> ::Google::Protobuf::Value
Parameter
Returns