Uses of Class
feast.proto.types.ValueProto.Null
-
Packages that use ValueProto.Null Package Description feast.proto.types -
-
Uses of ValueProto.Null in feast.proto.types
Methods in feast.proto.types that return ValueProto.Null Modifier and Type Method Description static ValueProto.NullValueProto.Null. forNumber(int value)ValueProto.NullValueProto.Value.Builder. getNullVal().feast.types.Null null_val = 19;ValueProto.NullValueProto.Value. getNullVal().feast.types.Null null_val = 19;ValueProto.NullValueProto.ValueOrBuilder. getNullVal().feast.types.Null null_val = 19;static ValueProto.NullValueProto.Null. valueOf(int value)Deprecated.static ValueProto.NullValueProto.Null. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ValueProto.NullValueProto.Null. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueProto.Null[]ValueProto.Null. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in feast.proto.types that return types with arguments of type ValueProto.Null Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ValueProto.Null>ValueProto.Null. internalGetValueMap()Methods in feast.proto.types with parameters of type ValueProto.Null Modifier and Type Method Description ValueProto.Value.BuilderValueProto.Value.Builder. setNullVal(ValueProto.Null value).feast.types.Null null_val = 19;
-