Class: Google::Cloud::Bigtable::V2::ArrayValue
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ArrayValue
- 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
-
#values ⇒ ::Array<::Google::Cloud::Bigtable::V2::Value>
The ordered elements in the array.
Instance Attribute Details
#values ⇒ ::Array<::Google::Cloud::Bigtable::V2::Value>
Returns The ordered elements in the array.
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 |