Interface ErrorMessageOrBuilder (0.1.0)

public interface ErrorMessageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getText()

public abstract String getText()

Output only. The text of the error.

string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The text.

getTextBytes()

public abstract ByteString getTextBytes()

Output only. The text of the error.

string text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for text.