Uses of Enum Class
com.google.protobuf.NullValue
Packages that use NullValue
-
Uses of NullValue in com.google.protobuf
Fields in com.google.protobuf declared as NullValueFields in com.google.protobuf with type parameters of type NullValueModifier and TypeFieldDescriptionprivate static final Internal.EnumLiteMap
<NullValue> NullValue.internalValueMap
Methods in com.google.protobuf that return NullValueModifier and TypeMethodDescriptionstatic NullValue
NullValue.forNumber
(int value) Value.Builder.getNullValue()
Represents a null value.Value.getNullValue()
Represents a null value.ValueOrBuilder.getNullValue()
Represents a null value.static NullValue
NullValue.valueOf
(int value) Deprecated.static NullValue
NullValue.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static NullValue
Returns the enum constant of this class with the specified name.static NullValue[]
NullValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type NullValueModifier and TypeMethodDescriptionstatic Internal.EnumLiteMap
<NullValue> NullValue.internalGetValueMap()
Methods in com.google.protobuf with parameters of type NullValueModifier and TypeMethodDescriptionValue.Builder.setNullValue
(NullValue value) Represents a null value.