Uses of Enum Class
com.google.protobuf.NullValue
Packages that use NullValue
-
Uses of NullValue in com.google.protobuf
Fields in com.google.protobuf with type parameters of type NullValueModifier and TypeFieldDescriptionprivate static final Internal.EnumLiteMap<NullValue> NullValue.internalValueMapMethods in com.google.protobuf that return NullValueModifier and TypeMethodDescriptionstatic NullValueNullValue.forNumber(int value) Value.Builder.getNullValue()Represents a null value.Value.getNullValue()Represents a null value.ValueOrBuilder.getNullValue()Represents a null value.static NullValueNullValue.valueOf(int value) Deprecated.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) Represents a null value.private voidValue.setNullValue(NullValue value) Represents a null value.