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>



119
120
121
122
# File 'proto_docs/google/datastore/v1/entity.rb', line 119

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