public interface UserMessageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKindCase()
public abstract UserMessage.KindCase getKindCase()| Returns | |
|---|---|
| Type | Description |
UserMessage.KindCase |
|
getText()
public abstract String getText()Text should use this field instead of blob.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The text. |
getTextBytes()
public abstract ByteString getTextBytes()Text should use this field instead of blob.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for text. |
hasText()
public abstract boolean hasText()Text should use this field instead of blob.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the text field is set. |