Interface MessageDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MessageDetails,MessageDetails.Builder
public interface MessageDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetText()Output only.com.google.protobuf.ByteStringgetTextBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getText
java.lang.String getText()
Output only. Textual content of the message.
string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
Output only. Textual content of the message.
string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for text.
-
-