public enum NullValue extends Enum<NullValue> implements Internal.EnumLite
NullValue
is a singleton enumeration to represent the null value for the
Value
type union.
The JSON representation for NullValue
is JSON null
.
Protobuf enum google.protobuf.NullValue
Implements
Internal.EnumLiteStatic Fields |
|
---|---|
Name | Description |
NULL_VALUE |
Null value. |
NULL_VALUE_VALUE |
Null value. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
internalGetValueMap() |
|
internalGetVerifier() |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getNumber() |