Interface StateMessageOrBuilder (2.43.0)

public interface StateMessageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessage()

public abstract String getMessage()

The message.

string message = 3;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

The message.

string message = 3;

Returns
TypeDescription
ByteString

The bytes for message.

getSeverity()

public abstract StateMessage.Severity getSeverity()

Severity of the state message.

.google.cloud.functions.v2beta.StateMessage.Severity severity = 1;

Returns
TypeDescription
StateMessage.Severity

The severity.

getSeverityValue()

public abstract int getSeverityValue()

Severity of the state message.

.google.cloud.functions.v2beta.StateMessage.Severity severity = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for severity.

getType()

public abstract String getType()

One-word CamelCase type of the state message.

string type = 2;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

One-word CamelCase type of the state message.

string type = 2;

Returns
TypeDescription
ByteString

The bytes for type.