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.
      • 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.
      • getLabelsCount

        int getLabelsCount()
         User defined metadata
         
        map<string, string> labels = 8;
      • containsLabels

        boolean containsLabels​(String key)
         User defined metadata
         
        map<string, string> labels = 8;
      • getLabelsMap

        Map<String,​String> getLabelsMap()
         User defined metadata
         
        map<string, string> labels = 8;
      • getLabelsOrDefault

        String getLabelsOrDefault​(String key,
                                  String defaultValue)
         User defined metadata
         
        map<string, string> labels = 8;
      • getLabelsOrThrow

        String getLabelsOrThrow​(String key)
         User defined metadata
         
        map<string, string> labels = 8;