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 NullValueNullValue.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 NullValueNullValue.valueOf(int value) Deprecated.static NullValueNullValue.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static NullValueReturns 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) .google.protobuf.NullValue null_value = 1 [json_name = "nullValue"];