Class: Google::Protobuf::ListValue
- Inherits:
-
Object
- Object
- Google::Protobuf::ListValue
- Defined in:
- lib/google/cloud/spanner/v1/doc/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
-
#values ⇒ Array<Google::Protobuf::Value>
Repeated field of dynamically typed values.
Instance Attribute Details
#values ⇒ Array<Google::Protobuf::Value>
Returns Repeated field of dynamically typed values.
63 |
# File 'lib/google/cloud/spanner/v1/doc/google/protobuf/struct.rb', line 63 class ListValue; end |