Enum NullValue (3.19.4)

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.EnumLite

Static Fields

NameDescription
NULL_VALUE

Null value.

NULL_VALUE = 0;

NULL_VALUE_VALUE

Null value.

NULL_VALUE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
internalGetValueMap()
internalGetVerifier()
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getNumber()