Interface EntityProto.EntitySpecV2OrBuilder

    • Method Detail

      • getName

        String getName()
         Name of the entity.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the entity.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getProject

        String getProject()
         Name of Feast project that this feature table belongs to.
         
        string project = 9;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Name of Feast project that this feature table belongs to.
         
        string project = 9;
        Returns:
        The bytes for project.
      • getValueTypeValue

        int getValueTypeValue()
         Type of the entity.
         
        .feast.types.ValueType.Enum value_type = 2;
        Returns:
        The enum numeric value on the wire for valueType.
      • getValueType

        ValueProto.ValueType.Enum getValueType()
         Type of the entity.
         
        .feast.types.ValueType.Enum value_type = 2;
        Returns:
        The valueType.
      • getDescription

        String getDescription()
         Description of the entity.
         
        string description = 3;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description of the entity.
         
        string description = 3;
        Returns:
        The bytes for description.
      • getJoinKey

        String getJoinKey()
         Join key for the entity (i.e. name of the column the entity maps to).
         
        string join_key = 4;
        Returns:
        The joinKey.
      • getJoinKeyBytes

        com.google.protobuf.ByteString getJoinKeyBytes()
         Join key for the entity (i.e. name of the column the entity maps to).
         
        string join_key = 4;
        Returns:
        The bytes for joinKey.
      • getTagsCount

        int getTagsCount()
         User defined metadata
         
        map<string, string> tags = 8;
      • containsTags

        boolean containsTags​(String key)
         User defined metadata
         
        map<string, string> tags = 8;
      • getTagsMap

        Map<String,​String> getTagsMap()
         User defined metadata
         
        map<string, string> tags = 8;
      • getTagsOrDefault

        String getTagsOrDefault​(String key,
                                String defaultValue)
         User defined metadata
         
        map<string, string> tags = 8;
      • getTagsOrThrow

        String getTagsOrThrow​(String key)
         User defined metadata
         
        map<string, string> tags = 8;
      • getOwner

        String getOwner()
         Owner of the entity.
         
        string owner = 10;
        Returns:
        The owner.
      • getOwnerBytes

        com.google.protobuf.ByteString getOwnerBytes()
         Owner of the entity.
         
        string owner = 10;
        Returns:
        The bytes for owner.