Reference documentation and code samples for the Grafeas V1 API class Google::Protobuf::ListValue.
ListValue
is a wrapper around a repeated field of values.
The JSON representation for ListValue
is JSON array.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#values
def
values
()
-
>
::
Array
< ::
Google
::
Protobuf
::
Value
>
Returns
- (::Array< ::Google::Protobuf::Value >) — Repeated field of dynamically typed values.
#values=
def
values=
(
value
)
-
>
::
Array
< ::
Google
::
Protobuf
::
Value
>
Parameter
- value(::Array< ::Google::Protobuf::Value >) — Repeated field of dynamically typed values.
Returns
- (::Array< ::Google::Protobuf::Value >) — Repeated field of dynamically typed values.