Class: Google::Cloud::Bigtable::V2::Value

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

Overview

Value represents a dynamically typed value. The typed fields in Value are used as a transport encoding for the actual value (which may be of a more complex type). See the documentation of the Type message for more details.

Instance Attribute Summary collapse

Instance Attribute Details

#int_value::Integer

Returns Represents a typed value transported as an integer. Default type for writes: Int64.

Returns:

  • (::Integer)

    Represents a typed value transported as an integer. Default type for writes: Int64



113
114
115
116
# File 'proto_docs/google/bigtable/v2/data.rb', line 113

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

#raw_timestamp_micros::Integer

Returns Represents a raw cell timestamp with no type information. The type field must be omitted.

Returns:

  • (::Integer)

    Represents a raw cell timestamp with no type information. The type field must be omitted.



113
114
115
116
# File 'proto_docs/google/bigtable/v2/data.rb', line 113

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

#raw_value::String

Returns Represents a raw byte sequence with no type information. The type field must be omitted.

Returns:

  • (::String)

    Represents a raw byte sequence with no type information. The type field must be omitted.



113
114
115
116
# File 'proto_docs/google/bigtable/v2/data.rb', line 113

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