Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ArrayValue.
ArrayValue
is an ordered list of Value
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#values
def values() -> ::Array<::Google::Cloud::Bigtable::V2::Value>
Returns
- (::Array<::Google::Cloud::Bigtable::V2::Value>) — The ordered elements in the array.
#values=
def values=(value) -> ::Array<::Google::Cloud::Bigtable::V2::Value>
Parameter
- value (::Array<::Google::Cloud::Bigtable::V2::Value>) — The ordered elements in the array.
Returns
- (::Array<::Google::Cloud::Bigtable::V2::Value>) — The ordered elements in the array.