Interface TextPayloadOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextPayload
,TextPayload.Builder
public interface TextPayloadOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTextContent()
Text content.com.google.protobuf.ByteString
getTextContentBytes()
Text content.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTextContent
String getTextContent()
Text content.
string text_content = 1;
- Returns:
- The textContent.
-
getTextContentBytes
com.google.protobuf.ByteString getTextContentBytes()
Text content.
string text_content = 1;
- Returns:
- The bytes for textContent.
-
-