Class: Google::Cloud::Datastore::V1::ArrayValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/v1/entity.rb

Overview

An array value.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Google::Cloud::Datastore::V1::Value>

Returns 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'.



134
135
136
137
# File 'proto_docs/google/datastore/v1/entity.rb', line 134

class ArrayValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end