Interface StateMessageOrBuilder (2.33.0)

publicinterface StateMessageOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessage()

publicabstractStringgetMessage()

The message.

string message = 3;

Returns
Type Description
String

The message.

getMessageBytes()

publicabstractByteStringgetMessageBytes()

The message.

string message = 3;

Returns
Type Description
ByteString

The bytes for message.

getSeverity()

publicabstractStateMessage.SeveritygetSeverity()

Severity of the state message.

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

Returns
Type Description
StateMessage.Severity

The severity.

getSeverityValue()

publicabstractintgetSeverityValue()

Severity of the state message.

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

Returns
Type Description
int

The enum numeric value on the wire for severity.

getType()

publicabstractStringgetType()

One-word CamelCase type of the state message.

string type = 2;

Returns
Type Description
String

The type.

getTypeBytes()

publicabstractByteStringgetTypeBytes()

One-word CamelCase type of the state message.

string type = 2;

Returns
Type Description
ByteString

The bytes for type.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.