Firestore in Datastore mode V1 API - Class Google::Cloud::Datastore::V1::ArrayValue (v0.18.0)

Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::ArrayValue.

An array value.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#values

def values() -> ::Array<::Google::Cloud::Datastore::V1::Value>
Returns
  • (::Array<::Google::Cloud::Datastore::V1::Value>) — Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.

#values=

def values=(value) -> ::Array<::Google::Cloud::Datastore::V1::Value>
Parameter
  • value (::Array<::Google::Cloud::Datastore::V1::Value>) — Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.
Returns
  • (::Array<::Google::Cloud::Datastore::V1::Value>) — Values in the array. The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.