Interface TextPartOrBuilder

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

    public interface TextPartOrBuilder
    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.
      • hasOriginalId

        boolean hasOriginalId()
        optional string originalId = 2;
        Returns:
        Whether the originalId field is set.
      • getOriginalId

        String getOriginalId()
        optional string originalId = 2;
        Returns:
        The originalId.
      • getOriginalIdBytes

        com.google.protobuf.ByteString getOriginalIdBytes()
        optional string originalId = 2;
        Returns:
        The bytes for originalId.
      • hasText

        boolean hasText()
        .TextFragment text = 3;
        Returns:
        Whether the text field is set.
      • getText

        TextFragment getText()
        .TextFragment text = 3;
        Returns:
        The text.
      • getWhitespaceStrategyValue

        int getWhitespaceStrategyValue()
        .TextPart.WhitespaceStrategy whitespaceStrategy = 4;
        Returns:
        The enum numeric value on the wire for whitespaceStrategy.
      • getWhitespaceStrategy

        TextPart.WhitespaceStrategy getWhitespaceStrategy()
        .TextPart.WhitespaceStrategy whitespaceStrategy = 4;
        Returns:
        The whitespaceStrategy.
      • getPropertiesList

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

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

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

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

        PropertyOrBuilder getPropertiesOrBuilder​(int index)
        repeated .Property properties = 5;
      • getSegment

        boolean getSegment()
        bool segment = 6;
        Returns:
        The segment.