Interface FieldProto.FieldOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FieldProto.Field, FieldProto.Field.Builder
    Enclosing class:
    FieldProto

    public static interface FieldProto.FieldOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getValueValue

        int getValueValue()
        .feast.types.ValueType.Enum value = 2;
        Returns:
        The enum numeric value on the wire for value.
      • getTagsCount

        int getTagsCount()
         Tags for user defined metadata on a field
         
        map<string, string> tags = 3;
      • containsTags

        boolean containsTags​(String key)
         Tags for user defined metadata on a field
         
        map<string, string> tags = 3;
      • getTagsMap

        Map<String,​String> getTagsMap()
         Tags for user defined metadata on a field
         
        map<string, string> tags = 3;
      • getTagsOrDefault

        String getTagsOrDefault​(String key,
                                String defaultValue)
         Tags for user defined metadata on a field
         
        map<string, string> tags = 3;
      • getTagsOrThrow

        String getTagsOrThrow​(String key)
         Tags for user defined metadata on a field
         
        map<string, string> tags = 3;
      • getDescription

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

        com.google.protobuf.ByteString getDescriptionBytes()
         Description of the field.
         
        string description = 4;
        Returns:
        The bytes for description.