Uses of Enum Class
com.google.protobuf.NullValue
Packages that use NullValue
-
Uses of NullValue in com.google.protobuf
Methods in com.google.protobuf that return NullValueModifier and TypeMethodDescriptionstatic NullValue
NullValue.forNumber
(int value) Value.Builder.getNullValue()
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
Value.getNullValue()
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
ValueOrBuilder.getNullValue()
.google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];
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 com.google.protobuf.Internal.EnumLiteMap
<NullValue> NullValue.internalGetValueMap()
Methods in com.google.protobuf with parameters of type NullValueModifier and TypeMethodDescriptionValue.Builder.setNullValue
(NullValue value) .google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];