Package feast.proto.core
Class FeatureReferenceProto.FeatureViewProjection
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- feast.proto.core.FeatureReferenceProto.FeatureViewProjection
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,FeatureReferenceProto.FeatureViewProjectionOrBuilder,Serializable
- Enclosing class:
- FeatureReferenceProto
public static final class FeatureReferenceProto.FeatureViewProjection extends com.google.protobuf.GeneratedMessageV3 implements FeatureReferenceProto.FeatureViewProjectionOrBuilder
A projection to be applied on top of a FeatureView. Contains the modifications to a FeatureView such as the features subset to use.
Protobuf typefeast.core.FeatureViewProjection- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeatureReferenceProto.FeatureViewProjection.BuilderA projection to be applied on top of a FeatureView.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intFEATURE_COLUMNS_FIELD_NUMBERstatic intFEATURE_VIEW_NAME_ALIAS_FIELD_NUMBERstatic intFEATURE_VIEW_NAME_FIELD_NUMBERstatic intJOIN_KEY_MAP_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsJoinKeyMap(String key)Map for entity join_key overrides of feature data entity join_key to entity data join_keybooleanequals(Object obj)static FeatureReferenceProto.FeatureViewProjectiongetDefaultInstance()FeatureReferenceProto.FeatureViewProjectiongetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()FeatureProto.FeatureSpecV2getFeatureColumns(int index)The features of the feature view that are a part of the feature reference.intgetFeatureColumnsCount()The features of the feature view that are a part of the feature reference.List<FeatureProto.FeatureSpecV2>getFeatureColumnsList()The features of the feature view that are a part of the feature reference.FeatureProto.FeatureSpecV2OrBuildergetFeatureColumnsOrBuilder(int index)The features of the feature view that are a part of the feature reference.List<? extends FeatureProto.FeatureSpecV2OrBuilder>getFeatureColumnsOrBuilderList()The features of the feature view that are a part of the feature reference.StringgetFeatureViewName()The feature view nameStringgetFeatureViewNameAlias()Alias for feature view namecom.google.protobuf.ByteStringgetFeatureViewNameAliasBytes()Alias for feature view namecom.google.protobuf.ByteStringgetFeatureViewNameBytes()The feature view nameMap<String,String>getJoinKeyMap()Deprecated.intgetJoinKeyMapCount()Map for entity join_key overrides of feature data entity join_key to entity data join_keyMap<String,String>getJoinKeyMapMap()Map for entity join_key overrides of feature data entity join_key to entity data join_keyStringgetJoinKeyMapOrDefault(String key, String defaultValue)Map for entity join_key overrides of feature data entity join_key to entity data join_keyStringgetJoinKeyMapOrThrow(String key)Map for entity join_key overrides of feature data entity join_key to entity data join_keycom.google.protobuf.Parser<FeatureReferenceProto.FeatureViewProjection>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static FeatureReferenceProto.FeatureViewProjection.BuildernewBuilder()static FeatureReferenceProto.FeatureViewProjection.BuildernewBuilder(FeatureReferenceProto.FeatureViewProjection prototype)FeatureReferenceProto.FeatureViewProjection.BuildernewBuilderForType()protected FeatureReferenceProto.FeatureViewProjection.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static FeatureReferenceProto.FeatureViewProjectionparseDelimitedFrom(InputStream input)static FeatureReferenceProto.FeatureViewProjectionparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureReferenceProto.FeatureViewProjectionparseFrom(byte[] data)static FeatureReferenceProto.FeatureViewProjectionparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureReferenceProto.FeatureViewProjectionparseFrom(com.google.protobuf.ByteString data)static FeatureReferenceProto.FeatureViewProjectionparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureReferenceProto.FeatureViewProjectionparseFrom(com.google.protobuf.CodedInputStream input)static FeatureReferenceProto.FeatureViewProjectionparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureReferenceProto.FeatureViewProjectionparseFrom(InputStream input)static FeatureReferenceProto.FeatureViewProjectionparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FeatureReferenceProto.FeatureViewProjectionparseFrom(ByteBuffer data)static FeatureReferenceProto.FeatureViewProjectionparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<FeatureReferenceProto.FeatureViewProjection>parser()FeatureReferenceProto.FeatureViewProjection.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
FEATURE_VIEW_NAME_FIELD_NUMBER
public static final int FEATURE_VIEW_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEATURE_VIEW_NAME_ALIAS_FIELD_NUMBER
public static final int FEATURE_VIEW_NAME_ALIAS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEATURE_COLUMNS_FIELD_NUMBER
public static final int FEATURE_COLUMNS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JOIN_KEY_MAP_FIELD_NUMBER
public static final int JOIN_KEY_MAP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getFeatureViewName
public String getFeatureViewName()
The feature view name
string feature_view_name = 1;- Specified by:
getFeatureViewNamein interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder- Returns:
- The featureViewName.
-
getFeatureViewNameBytes
public com.google.protobuf.ByteString getFeatureViewNameBytes()
The feature view name
string feature_view_name = 1;- Specified by:
getFeatureViewNameBytesin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder- Returns:
- The bytes for featureViewName.
-
getFeatureViewNameAlias
public String getFeatureViewNameAlias()
Alias for feature view name
string feature_view_name_alias = 3;- Specified by:
getFeatureViewNameAliasin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder- Returns:
- The featureViewNameAlias.
-
getFeatureViewNameAliasBytes
public com.google.protobuf.ByteString getFeatureViewNameAliasBytes()
Alias for feature view name
string feature_view_name_alias = 3;- Specified by:
getFeatureViewNameAliasBytesin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder- Returns:
- The bytes for featureViewNameAlias.
-
getFeatureColumnsList
public List<FeatureProto.FeatureSpecV2> getFeatureColumnsList()
The features of the feature view that are a part of the feature reference.
repeated .feast.core.FeatureSpecV2 feature_columns = 2;- Specified by:
getFeatureColumnsListin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
getFeatureColumnsOrBuilderList
public List<? extends FeatureProto.FeatureSpecV2OrBuilder> getFeatureColumnsOrBuilderList()
The features of the feature view that are a part of the feature reference.
repeated .feast.core.FeatureSpecV2 feature_columns = 2;- Specified by:
getFeatureColumnsOrBuilderListin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
getFeatureColumnsCount
public int getFeatureColumnsCount()
The features of the feature view that are a part of the feature reference.
repeated .feast.core.FeatureSpecV2 feature_columns = 2;- Specified by:
getFeatureColumnsCountin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
getFeatureColumns
public FeatureProto.FeatureSpecV2 getFeatureColumns(int index)
The features of the feature view that are a part of the feature reference.
repeated .feast.core.FeatureSpecV2 feature_columns = 2;- Specified by:
getFeatureColumnsin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
getFeatureColumnsOrBuilder
public FeatureProto.FeatureSpecV2OrBuilder getFeatureColumnsOrBuilder(int index)
The features of the feature view that are a part of the feature reference.
repeated .feast.core.FeatureSpecV2 feature_columns = 2;- Specified by:
getFeatureColumnsOrBuilderin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
getJoinKeyMapCount
public int getJoinKeyMapCount()
Description copied from interface:FeatureReferenceProto.FeatureViewProjectionOrBuilderMap for entity join_key overrides of feature data entity join_key to entity data join_key
map<string, string> join_key_map = 4;- Specified by:
getJoinKeyMapCountin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
containsJoinKeyMap
public boolean containsJoinKeyMap(String key)
Map for entity join_key overrides of feature data entity join_key to entity data join_key
map<string, string> join_key_map = 4;- Specified by:
containsJoinKeyMapin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
getJoinKeyMap
@Deprecated public Map<String,String> getJoinKeyMap()
Deprecated.UsegetJoinKeyMapMap()instead.- Specified by:
getJoinKeyMapin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
getJoinKeyMapMap
public Map<String,String> getJoinKeyMapMap()
Map for entity join_key overrides of feature data entity join_key to entity data join_key
map<string, string> join_key_map = 4;- Specified by:
getJoinKeyMapMapin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
getJoinKeyMapOrDefault
public String getJoinKeyMapOrDefault(String key, String defaultValue)
Map for entity join_key overrides of feature data entity join_key to entity data join_key
map<string, string> join_key_map = 4;- Specified by:
getJoinKeyMapOrDefaultin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
getJoinKeyMapOrThrow
public String getJoinKeyMapOrThrow(String key)
Map for entity join_key overrides of feature data entity join_key to entity data join_key
map<string, string> join_key_map = 4;- Specified by:
getJoinKeyMapOrThrowin interfaceFeatureReferenceProto.FeatureViewProjectionOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FeatureReferenceProto.FeatureViewProjection parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FeatureReferenceProto.FeatureViewProjection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FeatureReferenceProto.FeatureViewProjection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public FeatureReferenceProto.FeatureViewProjection.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static FeatureReferenceProto.FeatureViewProjection.Builder newBuilder()
-
newBuilder
public static FeatureReferenceProto.FeatureViewProjection.Builder newBuilder(FeatureReferenceProto.FeatureViewProjection prototype)
-
toBuilder
public FeatureReferenceProto.FeatureViewProjection.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected FeatureReferenceProto.FeatureViewProjection.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static FeatureReferenceProto.FeatureViewProjection getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<FeatureReferenceProto.FeatureViewProjection> parser()
-
getParserForType
public com.google.protobuf.Parser<FeatureReferenceProto.FeatureViewProjection> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public FeatureReferenceProto.FeatureViewProjection getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-