Interface TextUnitOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TextUnit, TextUnit.Builder

    public interface TextUnitOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getId

        String getId()
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
        Returns:
        The bytes for id.
      • getMimeType

        String getMimeType()
        string mimeType = 2;
        Returns:
        The mimeType.
      • getMimeTypeBytes

        com.google.protobuf.ByteString getMimeTypeBytes()
        string mimeType = 2;
        Returns:
        The bytes for mimeType.
      • hasName

        boolean hasName()
        optional string name = 3;
        Returns:
        Whether the name field is set.
      • getName

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

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 3;
        Returns:
        The bytes for name.
      • getTuType

        String getTuType()
        string tuType = 4;
        Returns:
        The tuType.
      • getTuTypeBytes

        com.google.protobuf.ByteString getTuTypeBytes()
        string tuType = 4;
        Returns:
        The bytes for tuType.
      • getTranslatable

        boolean getTranslatable()
        bool translatable = 5;
        Returns:
        The translatable.
      • getPreserveWS

        boolean getPreserveWS()
        bool preserveWS = 6;
        Returns:
        The preserveWS.
      • hasSource

        boolean hasSource()
        .TextContainer source = 7;
        Returns:
        Whether the source field is set.
      • getSource

        TextContainer getSource()
        .TextContainer source = 7;
        Returns:
        The source.
      • getTargetsCount

        int getTargetsCount()
        map<string, .TextContainer> targets = 8;
      • containsTargets

        boolean containsTargets​(String key)
        map<string, .TextContainer> targets = 8;
      • getTargetsOrThrow

        TextContainer getTargetsOrThrow​(String key)
        map<string, .TextContainer> targets = 8;
      • getPropertiesList

        List<Property> getPropertiesList()
        repeated .Property properties = 9;
      • getProperties

        Property getProperties​(int index)
        repeated .Property properties = 9;
      • getPropertiesCount

        int getPropertiesCount()
        repeated .Property properties = 9;
      • getPropertiesOrBuilderList

        List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()
        repeated .Property properties = 9;
      • getPropertiesOrBuilder

        PropertyOrBuilder getPropertiesOrBuilder​(int index)
        repeated .Property properties = 9;
      • getNotesList

        List<Note> getNotesList()
        repeated .Note notes = 10;
      • getNotes

        Note getNotes​(int index)
        repeated .Note notes = 10;
      • getNotesCount

        int getNotesCount()
        repeated .Note notes = 10;
      • getNotesOrBuilderList

        List<? extends NoteOrBuilder> getNotesOrBuilderList()
        repeated .Note notes = 10;
      • getNotesOrBuilder

        NoteOrBuilder getNotesOrBuilder​(int index)
        repeated .Note notes = 10;