Interface TextPieceOrBuilder

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

public interface TextPieceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getType

      int getType()
      uint32 type = 1;
      Returns:
      The type.
    • hasFormat

      boolean hasFormat()
      .TextFormat format = 2;
      Returns:
      Whether the format field is set.
    • getFormat

      TextFormat getFormat()
      .TextFormat format = 2;
      Returns:
      The format.
    • getFormatOrBuilder

      TextFormatOrBuilder getFormatOrBuilder()
      .TextFormat format = 2;
    • getValueRef

      String getValueRef()
      string value_ref = 3;
      Returns:
      The valueRef.
    • getValueRefBytes

      com.google.protobuf.ByteString getValueRefBytes()
      string value_ref = 3;
      Returns:
      The bytes for valueRef.
    • getStringValue

      String getStringValue()
      string string_value = 11;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      string string_value = 11;
      Returns:
      The bytes for stringValue.
    • hasUservalue

      boolean hasUservalue()
      .TextPieceUser uservalue = 21;
      Returns:
      Whether the uservalue field is set.
    • getUservalue

      TextPieceUser getUservalue()
      .TextPieceUser uservalue = 21;
      Returns:
      The uservalue.
    • getUservalueOrBuilder

      TextPieceUserOrBuilder getUservalueOrBuilder()
      .TextPieceUser uservalue = 21;
    • hasGiftvalue

      boolean hasGiftvalue()
      .TextPieceGift giftvalue = 22;
      Returns:
      Whether the giftvalue field is set.
    • getGiftvalue

      TextPieceGift getGiftvalue()
      .TextPieceGift giftvalue = 22;
      Returns:
      The giftvalue.
    • getGiftvalueOrBuilder

      TextPieceGiftOrBuilder getGiftvalueOrBuilder()
      .TextPieceGift giftvalue = 22;
    • hasHeartvalue

      boolean hasHeartvalue()
      .TextPieceHeart heartvalue = 23;
      Returns:
      Whether the heartvalue field is set.
    • getHeartvalue

      TextPieceHeart getHeartvalue()
      .TextPieceHeart heartvalue = 23;
      Returns:
      The heartvalue.
    • getHeartvalueOrBuilder

      TextPieceHeartOrBuilder getHeartvalueOrBuilder()
      .TextPieceHeart heartvalue = 23;
    • hasPatternrefvalue

      boolean hasPatternrefvalue()
      .TextPiecePatternRef patternrefvalue = 24;
      Returns:
      Whether the patternrefvalue field is set.
    • getPatternrefvalue

      TextPiecePatternRef getPatternrefvalue()
      .TextPiecePatternRef patternrefvalue = 24;
      Returns:
      The patternrefvalue.
    • getPatternrefvalueOrBuilder

      TextPiecePatternRefOrBuilder getPatternrefvalueOrBuilder()
      .TextPiecePatternRef patternrefvalue = 24;
    • hasImagevalue

      boolean hasImagevalue()
      .TextPieceImage imagevalue = 25;
      Returns:
      Whether the imagevalue field is set.
    • getImagevalue

      TextPieceImage getImagevalue()
      .TextPieceImage imagevalue = 25;
      Returns:
      The imagevalue.
    • getImagevalueOrBuilder

      TextPieceImageOrBuilder getImagevalueOrBuilder()
      .TextPieceImage imagevalue = 25;
    • getSchemaKey

      String getSchemaKey()
      string schema_key = 100;
      Returns:
      The schemaKey.
    • getSchemaKeyBytes

      com.google.protobuf.ByteString getSchemaKeyBytes()
      string schema_key = 100;
      Returns:
      The bytes for schemaKey.