Class: Google::Cloud::Bigtable::V2::Type::Array
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Type::Array
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/types.rb
Overview
An ordered list of elements of a given type.
Values of type Array
are stored in Value.array_value
.
Instance Attribute Summary collapse
-
#element_type ⇒ ::Google::Cloud::Bigtable::V2::Type
The type of the elements in the array.
Instance Attribute Details
#element_type ⇒ ::Google::Cloud::Bigtable::V2::Type
Returns The type of the elements in the array. This must not be Array
.
258 259 260 261 |
# File 'proto_docs/google/bigtable/v2/types.rb', line 258 class Array include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |