Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::ArrayValue.
An array value.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#values
def values() -> ::Array<::Google::Cloud::Firestore::V1::Value>
Returns
- (::Array<::Google::Cloud::Firestore::V1::Value>) — Values in the array.
#values=
def values=(value) -> ::Array<::Google::Cloud::Firestore::V1::Value>
Parameter
- value (::Array<::Google::Cloud::Firestore::V1::Value>) — Values in the array.
Returns
- (::Array<::Google::Cloud::Firestore::V1::Value>) — Values in the array.