Interface StateMessageOrBuilder (2.62.0)

publicinterfaceStateMessageOrBuilderextendsMessageOrBuilder

Methods

getMessage()

publicabstractStringgetMessage()

The message.

string message = 3;

Returns
TypeDescription
String

The message.

getMessageBytes()

publicabstractByteStringgetMessageBytes()

The message.

string message = 3;

Returns
TypeDescription
ByteString

The bytes for message.

getSeverity()

publicabstractStateMessage.SeveritygetSeverity()

Severity of the state message.

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

Returns
TypeDescription
StateMessage.Severity

The severity.

getSeverityValue()

publicabstractintgetSeverityValue()

Severity of the state message.

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

Returns
TypeDescription
int

The enum numeric value on the wire for severity.

getType()

publicabstractStringgetType()

One-word CamelCase type of the state message.

string type = 2;

Returns
TypeDescription
String

The type.

getTypeBytes()

publicabstractByteStringgetTypeBytes()

One-word CamelCase type of the state message.

string type = 2;

Returns
TypeDescription
ByteString

The bytes for type.