Uses of Class
feast.proto.types.ValueProto.ValueType.Enum
-
Packages that use ValueProto.ValueType.Enum Package Description feast.proto.core feast.proto.types -
-
Uses of ValueProto.ValueType.Enum in feast.proto.core
Methods in feast.proto.core that return ValueProto.ValueType.Enum Modifier and Type Method Description ValueProto.ValueType.EnumEntityProto.EntitySpecV2.Builder. getValueType()Type of the entity.ValueProto.ValueType.EnumEntityProto.EntitySpecV2. getValueType()Type of the entity.ValueProto.ValueType.EnumEntityProto.EntitySpecV2OrBuilder. getValueType()Type of the entity.ValueProto.ValueType.EnumFeatureProto.FeatureSpecV2.Builder. getValueType()Value type of the feature.ValueProto.ValueType.EnumFeatureProto.FeatureSpecV2. getValueType()Value type of the feature.ValueProto.ValueType.EnumFeatureProto.FeatureSpecV2OrBuilder. getValueType()Value type of the feature.ValueProto.ValueType.EnumFeatureSetProto.EntitySpec.Builder. getValueType()Value type of the entity.ValueProto.ValueType.EnumFeatureSetProto.EntitySpec. getValueType()Value type of the entity.ValueProto.ValueType.EnumFeatureSetProto.EntitySpecOrBuilder. getValueType()Value type of the entity.ValueProto.ValueType.EnumFeatureSetProto.FeatureSpec.Builder. getValueType()Value type of the feature.ValueProto.ValueType.EnumFeatureSetProto.FeatureSpec. getValueType()Value type of the feature.ValueProto.ValueType.EnumFeatureSetProto.FeatureSpecOrBuilder. getValueType()Value type of the feature.Methods in feast.proto.core with parameters of type ValueProto.ValueType.Enum Modifier and Type Method Description EntityProto.EntitySpecV2.BuilderEntityProto.EntitySpecV2.Builder. setValueType(ValueProto.ValueType.Enum value)Type of the entity.FeatureProto.FeatureSpecV2.BuilderFeatureProto.FeatureSpecV2.Builder. setValueType(ValueProto.ValueType.Enum value)Value type of the feature.FeatureSetProto.EntitySpec.BuilderFeatureSetProto.EntitySpec.Builder. setValueType(ValueProto.ValueType.Enum value)Value type of the entity.FeatureSetProto.FeatureSpec.BuilderFeatureSetProto.FeatureSpec.Builder. setValueType(ValueProto.ValueType.Enum value)Value type of the feature. -
Uses of ValueProto.ValueType.Enum in feast.proto.types
Methods in feast.proto.types that return ValueProto.ValueType.Enum Modifier and Type Method Description static ValueProto.ValueType.EnumValueProto.ValueType.Enum. forNumber(int value)static ValueProto.ValueType.EnumValueProto.ValueType.Enum. valueOf(int value)Deprecated.static ValueProto.ValueType.EnumValueProto.ValueType.Enum. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ValueProto.ValueType.EnumValueProto.ValueType.Enum. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueProto.ValueType.Enum[]ValueProto.ValueType.Enum. 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.ValueType.Enum Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ValueProto.ValueType.Enum>ValueProto.ValueType.Enum. internalGetValueMap()
-