Uses of Class
feast.proto.types.ValueProto.Value.ValCase
-
Packages that use ValueProto.Value.ValCase Package Description feast.proto.types -
-
Uses of ValueProto.Value.ValCase in feast.proto.types
Methods in feast.proto.types that return ValueProto.Value.ValCase Modifier and Type Method Description static ValueProto.Value.ValCaseValueProto.Value.ValCase. forNumber(int value)ValueProto.Value.ValCaseValueProto.Value.Builder. getValCase()ValueProto.Value.ValCaseValueProto.Value. getValCase()ValueProto.Value.ValCaseValueProto.ValueOrBuilder. getValCase()static ValueProto.Value.ValCaseValueProto.Value.ValCase. valueOf(int value)Deprecated.static ValueProto.Value.ValCaseValueProto.Value.ValCase. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueProto.Value.ValCase[]ValueProto.Value.ValCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-