Static Public Member Functions | |
static Value | of (boolean value) |
static Value | of (boolean value) |
static Value | of (double value) |
static Value | of (double value) |
static Value | of (Iterable< Value > values) |
static Value | of (Iterable< Value > values) |
static Value | of (ListValue value) |
static Value | of (ListValue value) |
static Value | of (String value) |
static Value | of (String value) |
static Value | of (Struct value) |
static Value | of (Struct value) |
static Value | ofNull () |
static Value | ofNull () |
Private Member Functions | |
Values () | |
Values () | |
Static Private Attributes | |
static final Value | NULL_VALUE |
Utilities to help create
messages.
Definition at line 39 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlineprivate |
Definition at line 84 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlineprivate |
Definition at line 84 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlinestatic |
Returns a Value object with number set to value.
Definition at line 49 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlinestatic |
Returns a Value object with number set to value.
Definition at line 49 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlinestatic |
Returns a Value object with number set to value.
Definition at line 54 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlinestatic |
Returns a Value object with number set to value.
Definition at line 54 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
Returns a Value with ListValue set to the appending the result of calling of on each element in the iterable.
Definition at line 77 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
Returns a Value with ListValue set to the appending the result of calling of(Object) on each element in the iterable.
Definition at line 77 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
Returns a Value with ListValue set to value.
Definition at line 69 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
Returns a Value with ListValue set to value.
Definition at line 69 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlinestatic |
Returns a Value object with string set to value.
Definition at line 59 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlinestatic |
Returns a Value object with string set to value.
Definition at line 59 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
Returns a Value object with struct set to value.
Definition at line 64 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
Returns a Value object with struct set to value.
Definition at line 64 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlinestatic |
Definition at line 44 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
inlinestatic |
Definition at line 44 of file protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.
|
staticprivate |
Definition at line 41 of file bloaty/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/Values.java.