Class: Google::Cloud::Bigtable::V2::Type::Array

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#element_type::Google::Cloud::Bigtable::V2::Type

Returns The type of the elements in the array. This must not be Array.

Returns:



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