Uses of Interface
feast.proto.types.ValueProto.ValueOrBuilder
-
Packages that use ValueProto.ValueOrBuilder Package Description feast.proto.storage feast.proto.types -
-
Uses of ValueProto.ValueOrBuilder in feast.proto.storage
Methods in feast.proto.storage that return ValueProto.ValueOrBuilder Modifier and Type Method Description ValueProto.ValueOrBuilderRedisProto.RedisKeyV2.Builder. getEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 3;ValueProto.ValueOrBuilderRedisProto.RedisKeyV2. getEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 3;ValueProto.ValueOrBuilderRedisProto.RedisKeyV2OrBuilder. getEntityValuesOrBuilder(int index)repeated .feast.types.Value entity_values = 3;Methods in feast.proto.storage that return types with arguments of type ValueProto.ValueOrBuilder Modifier and Type Method Description List<? extends ValueProto.ValueOrBuilder>RedisProto.RedisKeyV2.Builder. getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 3;List<? extends ValueProto.ValueOrBuilder>RedisProto.RedisKeyV2. getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 3;List<? extends ValueProto.ValueOrBuilder>RedisProto.RedisKeyV2OrBuilder. getEntityValuesOrBuilderList()repeated .feast.types.Value entity_values = 3; -
Uses of ValueProto.ValueOrBuilder in feast.proto.types
Classes in feast.proto.types that implement ValueProto.ValueOrBuilder Modifier and Type Class Description static classValueProto.ValueProtobuf typefeast.types.Valuestatic classValueProto.Value.BuilderProtobuf typefeast.types.ValueMethods in feast.proto.types that return ValueProto.ValueOrBuilder Modifier and Type Method Description ValueProto.ValueOrBuilderFieldProto.Field.Builder. getValueOrBuilder().feast.types.Value value = 2;ValueProto.ValueOrBuilderFieldProto.Field. getValueOrBuilder().feast.types.Value value = 2;ValueProto.ValueOrBuilderFieldProto.FieldOrBuilder. getValueOrBuilder().feast.types.Value value = 2;
-