Class: Google::Protobuf::ListValue

Inherits:
Object
  • Object
show all
Extended by:
MessageExts::ClassMethods
Includes:
MessageExts
Defined in:
proto_docs/google/protobuf/struct.rb

Overview

ListValue is a wrapper around a repeated field of values.

The JSON representation for ListValue is JSON array.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Google::Protobuf::Value>

Returns Repeated field of dynamically typed values.

Returns:



82
83
84
85
# File 'proto_docs/google/protobuf/struct.rb', line 82

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