Class Google::Cloud::Bigtable::V2::Mutation::SetCell (v0.3.5)

A Mutation which sets the value of the specified cell.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#column_qualifier

def column_qualifier() -> ::String
Returns
  • (::String) — The qualifier of the column into which new data should be written. Can be any byte string, including the empty string.

#column_qualifier=

def column_qualifier=(value) -> ::String
Parameter
  • value (::String) — The qualifier of the column into which new data should be written. Can be any byte string, including the empty string.
Returns
  • (::String) — The qualifier of the column into which new data should be written. Can be any byte string, including the empty string.

#family_name

def family_name() -> ::String
Returns
  • (::String) — The name of the family into which new data should be written. Must match [-_.a-zA-Z0-9]+

#family_name=

def family_name=(value) -> ::String
Parameter
  • value (::String) — The name of the family into which new data should be written. Must match [-_.a-zA-Z0-9]+
Returns
  • (::String) — The name of the family into which new data should be written. Must match [-_.a-zA-Z0-9]+

#timestamp_micros

def timestamp_micros() -> ::Integer
Returns
  • (::Integer) — The timestamp of the cell into which new data should be written. Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).

#timestamp_micros=

def timestamp_micros=(value) -> ::Integer
Parameter
  • value (::Integer) — The timestamp of the cell into which new data should be written. Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).
Returns
  • (::Integer) — The timestamp of the cell into which new data should be written. Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).

#value

def value() -> ::String
Returns
  • (::String) — The value to be written into the specified cell.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — The value to be written into the specified cell.
Returns
  • (::String) — The value to be written into the specified cell.