Uses of Class
feast.proto.types.FieldProto.Field
-
Packages that use FieldProto.Field Package Description feast.proto.storage feast.proto.types -
-
Uses of FieldProto.Field in feast.proto.storage
Methods in feast.proto.storage that return FieldProto.Field Modifier and Type Method Description FieldProto.FieldRedisProto.RedisKey.Builder. getEntities(int index)List of fields containing entity names and their respective values contained within this feature row.FieldProto.FieldRedisProto.RedisKey. getEntities(int index)List of fields containing entity names and their respective values contained within this feature row.FieldProto.FieldRedisProto.RedisKeyOrBuilder. getEntities(int index)List of fields containing entity names and their respective values contained within this feature row.Methods in feast.proto.storage that return types with arguments of type FieldProto.Field Modifier and Type Method Description List<FieldProto.Field>RedisProto.RedisKey.Builder. getEntitiesList()List of fields containing entity names and their respective values contained within this feature row.List<FieldProto.Field>RedisProto.RedisKey. getEntitiesList()List of fields containing entity names and their respective values contained within this feature row.List<FieldProto.Field>RedisProto.RedisKeyOrBuilder. getEntitiesList()List of fields containing entity names and their respective values contained within this feature row.Methods in feast.proto.storage with parameters of type FieldProto.Field Modifier and Type Method Description RedisProto.RedisKey.BuilderRedisProto.RedisKey.Builder. addEntities(int index, FieldProto.Field value)List of fields containing entity names and their respective values contained within this feature row.RedisProto.RedisKey.BuilderRedisProto.RedisKey.Builder. addEntities(FieldProto.Field value)List of fields containing entity names and their respective values contained within this feature row.RedisProto.RedisKey.BuilderRedisProto.RedisKey.Builder. setEntities(int index, FieldProto.Field value)List of fields containing entity names and their respective values contained within this feature row.Method parameters in feast.proto.storage with type arguments of type FieldProto.Field Modifier and Type Method Description RedisProto.RedisKey.BuilderRedisProto.RedisKey.Builder. addAllEntities(Iterable<? extends FieldProto.Field> values)List of fields containing entity names and their respective values contained within this feature row. -
Uses of FieldProto.Field in feast.proto.types
Methods in feast.proto.types that return FieldProto.Field Modifier and Type Method Description FieldProto.FieldFieldProto.Field.Builder. build()FieldProto.FieldFieldProto.Field.Builder. buildPartial()static FieldProto.FieldFieldProto.Field. getDefaultInstance()FieldProto.FieldFieldProto.Field.Builder. getDefaultInstanceForType()FieldProto.FieldFieldProto.Field. getDefaultInstanceForType()FieldProto.FieldFeatureRowProto.FeatureRow.Builder. getFields(int index)Fields in the feature row.FieldProto.FieldFeatureRowProto.FeatureRow. getFields(int index)Fields in the feature row.FieldProto.FieldFeatureRowProto.FeatureRowOrBuilder. getFields(int index)Fields in the feature row.static FieldProto.FieldFieldProto.Field. parseDelimitedFrom(InputStream input)static FieldProto.FieldFieldProto.Field. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldProto.FieldFieldProto.Field. parseFrom(byte[] data)static FieldProto.FieldFieldProto.Field. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldProto.FieldFieldProto.Field. parseFrom(com.google.protobuf.ByteString data)static FieldProto.FieldFieldProto.Field. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldProto.FieldFieldProto.Field. parseFrom(com.google.protobuf.CodedInputStream input)static FieldProto.FieldFieldProto.Field. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldProto.FieldFieldProto.Field. parseFrom(InputStream input)static FieldProto.FieldFieldProto.Field. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FieldProto.FieldFieldProto.Field. parseFrom(ByteBuffer data)static FieldProto.FieldFieldProto.Field. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in feast.proto.types that return types with arguments of type FieldProto.Field Modifier and Type Method Description List<FieldProto.Field>FeatureRowProto.FeatureRow.Builder. getFieldsList()Fields in the feature row.List<FieldProto.Field>FeatureRowProto.FeatureRow. getFieldsList()Fields in the feature row.List<FieldProto.Field>FeatureRowProto.FeatureRowOrBuilder. getFieldsList()Fields in the feature row.com.google.protobuf.Parser<FieldProto.Field>FieldProto.Field. getParserForType()static com.google.protobuf.Parser<FieldProto.Field>FieldProto.Field. parser()Methods in feast.proto.types with parameters of type FieldProto.Field Modifier and Type Method Description FeatureRowProto.FeatureRow.BuilderFeatureRowProto.FeatureRow.Builder. addFields(int index, FieldProto.Field value)Fields in the feature row.FeatureRowProto.FeatureRow.BuilderFeatureRowProto.FeatureRow.Builder. addFields(FieldProto.Field value)Fields in the feature row.FieldProto.Field.BuilderFieldProto.Field.Builder. mergeFrom(FieldProto.Field other)static FieldProto.Field.BuilderFieldProto.Field. newBuilder(FieldProto.Field prototype)FeatureRowProto.FeatureRow.BuilderFeatureRowProto.FeatureRow.Builder. setFields(int index, FieldProto.Field value)Fields in the feature row.Method parameters in feast.proto.types with type arguments of type FieldProto.Field Modifier and Type Method Description FeatureRowProto.FeatureRow.BuilderFeatureRowProto.FeatureRow.Builder. addAllFields(Iterable<? extends FieldProto.Field> values)Fields in the feature row.
-