Class: Google::Cloud::Bigtable::V2::ArrayValue

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

Overview

ArrayValue is an ordered list of Value.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Google::Cloud::Bigtable::V2::Value>

Returns The ordered elements in the array.

Returns:



161
162
163
164
# File 'proto_docs/google/bigtable/v2/data.rb', line 161

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