Class: Google::Bigtable::V2::Mutation::SetCell

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb

Overview

A Mutation which sets the value of the specified cell.

Instance Attribute Summary collapse

Instance Attribute Details

#column_qualifierString

Returns 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.



440
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 440

class SetCell; end

#family_nameString

Returns 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]+



440
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 440

class SetCell; end

#timestamp_microsInteger

Returns 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).



440
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 440

class SetCell; end

#valueString

Returns The value to be written into the specified cell.

Returns:

  • (String)

    The value to be written into the specified cell.



440
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 440

class SetCell; end