public interface StateMessageOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMessage()
public abstract String getMessage()
The message.
string message = 3;
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
The message.
string message = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getSeverity()
public abstract StateMessage.Severity getSeverity()
Severity of the state message.
.google.events.cloud.functions.v2.StateMessage.Severity severity = 1;
Returns | |
---|---|
Type | Description |
StateMessage.Severity |
The severity. |
getSeverityValue()
public abstract int getSeverityValue()
Severity of the state message.
.google.events.cloud.functions.v2.StateMessage.Severity severity = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()
One-word CamelCase type of the state message.
string type = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for type. |