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 Summary
Modifier and TypeMethodDescription.TextFormat format = 2;.TextFormat format = 2;.TextPieceGift giftvalue = 22;.TextPieceGift giftvalue = 22;.TextPieceHeart heartvalue = 23;.TextPieceHeart heartvalue = 23;.TextPieceImage imagevalue = 25;.TextPieceImage imagevalue = 25;.TextPiecePatternRef patternrefvalue = 24;.TextPiecePatternRef patternrefvalue = 24;string schema_key = 100;com.google.protobuf.ByteStringstring schema_key = 100;string string_value = 11;com.google.protobuf.ByteStringstring string_value = 11;intgetType()uint32 type = 1;.TextPieceUser uservalue = 21;.TextPieceUser uservalue = 21;string value_ref = 3;com.google.protobuf.ByteStringstring value_ref = 3;boolean.TextFormat format = 2;boolean.TextPieceGift giftvalue = 22;boolean.TextPieceHeart heartvalue = 23;boolean.TextPieceImage imagevalue = 25;boolean.TextPiecePatternRef patternrefvalue = 24;boolean.TextPieceUser uservalue = 21;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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.
-