public sealed class StateMessage : IMessage<StateMessage>, IEquatable<StateMessage>, IDeepCloneable<StateMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta API class StateMessage.
Informational messages about the state of the Cloud Function or Operation.
Implements
IMessageStateMessage, IEquatableStateMessage, IDeepCloneableStateMessage, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2BetaAssembly
Google.Cloud.Functions.V2Beta.dll
Constructors
StateMessage()
public StateMessage()
StateMessage(StateMessage)
public StateMessage(StateMessage other)
Parameter | |
---|---|
Name | Description |
other |
StateMessage |
Properties
Message
public string Message { get; set; }
The message.
Property Value | |
---|---|
Type | Description |
string |
Severity
public StateMessage.Types.Severity Severity { get; set; }
Severity of the state message.
Property Value | |
---|---|
Type | Description |
StateMessageTypesSeverity |
Type
public string Type { get; set; }
One-word CamelCase type of the state message.
Property Value | |
---|---|
Type | Description |
string |