Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::Type::Array.
An ordered list of elements of a given type.
Values of type Array
are stored in Value.array_value
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#element_type
def element_type() -> ::Google::Cloud::Bigtable::V2::Type
Returns
-
(::Google::Cloud::Bigtable::V2::Type) — The type of the elements in the array. This must not be
Array
.
#element_type=
def element_type=(value) -> ::Google::Cloud::Bigtable::V2::Type
Parameter
-
value (::Google::Cloud::Bigtable::V2::Type) — The type of the elements in the array. This must not be
Array
.
Returns
-
(::Google::Cloud::Bigtable::V2::Type) — The type of the elements in the array. This must not be
Array
.