Uses of Class
feast.proto.types.FieldProto.Field.Builder
-
Packages that use FieldProto.Field.Builder Package Description feast.proto.storage feast.proto.types -
-
Uses of FieldProto.Field.Builder in feast.proto.storage
Methods in feast.proto.storage that return FieldProto.Field.Builder Modifier and Type Method Description FieldProto.Field.BuilderRedisProto.RedisKey.Builder. addEntitiesBuilder()List of fields containing entity names and their respective values contained within this feature row.FieldProto.Field.BuilderRedisProto.RedisKey.Builder. addEntitiesBuilder(int index)List of fields containing entity names and their respective values contained within this feature row.FieldProto.Field.BuilderRedisProto.RedisKey.Builder. getEntitiesBuilder(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.Builder Modifier and Type Method Description List<FieldProto.Field.Builder>RedisProto.RedisKey.Builder. getEntitiesBuilderList()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.Builder Modifier and Type Method Description RedisProto.RedisKey.BuilderRedisProto.RedisKey.Builder. addEntities(int index, FieldProto.Field.Builder builderForValue)List of fields containing entity names and their respective values contained within this feature row.RedisProto.RedisKey.BuilderRedisProto.RedisKey.Builder. addEntities(FieldProto.Field.Builder builderForValue)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.Builder builderForValue)List of fields containing entity names and their respective values contained within this feature row. -
Uses of FieldProto.Field.Builder in feast.proto.types
Methods in feast.proto.types that return FieldProto.Field.Builder Modifier and Type Method Description FieldProto.Field.BuilderFeatureRowProto.FeatureRow.Builder. addFieldsBuilder()Fields in the feature row.FieldProto.Field.BuilderFeatureRowProto.FeatureRow.Builder. addFieldsBuilder(int index)Fields in the feature row.FieldProto.Field.BuilderFieldProto.Field.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)FieldProto.Field.BuilderFieldProto.Field.Builder. clear()FieldProto.Field.BuilderFieldProto.Field.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)FieldProto.Field.BuilderFieldProto.Field.Builder. clearName()string name = 1;FieldProto.Field.BuilderFieldProto.Field.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)FieldProto.Field.BuilderFieldProto.Field.Builder. clearValue().feast.types.Value value = 2;FieldProto.Field.BuilderFieldProto.Field.Builder. clone()FieldProto.Field.BuilderFeatureRowProto.FeatureRow.Builder. getFieldsBuilder(int index)Fields in the feature row.FieldProto.Field.BuilderFieldProto.Field.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)FieldProto.Field.BuilderFieldProto.Field.Builder. mergeFrom(com.google.protobuf.Message other)FieldProto.Field.BuilderFieldProto.Field.Builder. mergeFrom(FieldProto.Field other)FieldProto.Field.BuilderFieldProto.Field.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)FieldProto.Field.BuilderFieldProto.Field.Builder. mergeValue(ValueProto.Value value).feast.types.Value value = 2;static FieldProto.Field.BuilderFieldProto.Field. newBuilder()static FieldProto.Field.BuilderFieldProto.Field. newBuilder(FieldProto.Field prototype)FieldProto.Field.BuilderFieldProto.Field. newBuilderForType()protected FieldProto.Field.BuilderFieldProto.Field. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)FieldProto.Field.BuilderFieldProto.Field.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)FieldProto.Field.BuilderFieldProto.Field.Builder. setName(String value)string name = 1;FieldProto.Field.BuilderFieldProto.Field.Builder. setNameBytes(com.google.protobuf.ByteString value)string name = 1;FieldProto.Field.BuilderFieldProto.Field.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)FieldProto.Field.BuilderFieldProto.Field.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)FieldProto.Field.BuilderFieldProto.Field.Builder. setValue(ValueProto.Value value).feast.types.Value value = 2;FieldProto.Field.BuilderFieldProto.Field.Builder. setValue(ValueProto.Value.Builder builderForValue).feast.types.Value value = 2;FieldProto.Field.BuilderFieldProto.Field. toBuilder()Methods in feast.proto.types that return types with arguments of type FieldProto.Field.Builder Modifier and Type Method Description List<FieldProto.Field.Builder>FeatureRowProto.FeatureRow.Builder. getFieldsBuilderList()Fields in the feature row.Methods in feast.proto.types with parameters of type FieldProto.Field.Builder Modifier and Type Method Description FeatureRowProto.FeatureRow.BuilderFeatureRowProto.FeatureRow.Builder. addFields(int index, FieldProto.Field.Builder builderForValue)Fields in the feature row.FeatureRowProto.FeatureRow.BuilderFeatureRowProto.FeatureRow.Builder. addFields(FieldProto.Field.Builder builderForValue)Fields in the feature row.FeatureRowProto.FeatureRow.BuilderFeatureRowProto.FeatureRow.Builder. setFields(int index, FieldProto.Field.Builder builderForValue)Fields in the feature row.
-