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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/data.rb

Overview

A Mutation which sets the value of the specified cell.

Instance Attribute Summary collapse

Instance Attribute Details

#column_qualifier::String

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.



511
512
513
514
# File 'proto_docs/google/bigtable/v2/data.rb', line 511

class SetCell
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#family_name::String

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



511
512
513
514
# File 'proto_docs/google/bigtable/v2/data.rb', line 511

class SetCell
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#timestamp_micros::Integer

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



511
512
513
514
# File 'proto_docs/google/bigtable/v2/data.rb', line 511

class SetCell
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns The value to be written into the specified cell.

Returns:

  • (::String)

    The value to be written into the specified cell.



511
512
513
514
# File 'proto_docs/google/bigtable/v2/data.rb', line 511

class SetCell
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end