Interface UserMessageOrBuilder (0.1.0)

public interface UserMessageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.