Interface Execution.NoticeOrBuilder (0.1.0)

public static interface Execution.NoticeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessage()

public abstract String getMessage()

Output only. Message of the notice.

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

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Output only. Message of the notice.

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

Returns
Type Description
ByteString

The bytes for message.