public
final
class
Values
Utilities to help create google.protobuf.Value
messages.
Static Methods
of(boolean value)
public
static
Value
of
(
boolean
value
)
Returns a Value object with number set to value.
of(ListValue value)
public
static
Value
of
(
ListValue
value
)
Returns a Value with ListValue set to value.
of(Struct value)
public
static
Value
of
(
Struct
value
)
Returns a Value object with struct set to value.
of(double value)
public
static
Value
of
(
double
value
)
Returns a Value object with number set to value.
of(Iterable<Value> values)
public
static
Value
of
(
Iterable<Value>
values
)
Returns a Value with ListValue set to the appending the result of calling #of on each element in the iterable.
of(String value)
public
static
Value
of
(
String
value
)
Returns a Value object with string set to value.
ofNull()
public
static
Value
ofNull
()

