Method: Google::Protobuf::ListValue#values

Defined in:
proto_docs/google/protobuf/struct.rb

#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