public interface StateMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
The message.
|
com.google.protobuf.ByteString |
getMessageBytes()
The message.
|
StateMessage.Severity |
getSeverity()
Severity of the state message.
|
int |
getSeverityValue()
Severity of the state message.
|
String |
getType()
One-word CamelCase type of the state message.
|
com.google.protobuf.ByteString |
getTypeBytes()
One-word CamelCase type of the state message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSeverityValue()
Severity of the state message.
.google.cloud.functions.v2beta.StateMessage.Severity severity = 1;StateMessage.Severity getSeverity()
Severity of the state message.
.google.cloud.functions.v2beta.StateMessage.Severity severity = 1;String getType()
One-word CamelCase type of the state message.
string type = 2;com.google.protobuf.ByteString getTypeBytes()
One-word CamelCase type of the state message.
string type = 2;String getMessage()
The message.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
The message.
string message = 3;Copyright © 2023 Google LLC. All rights reserved.