public sealed class StateMessage : IMessage<StateMessage>, IEquatable<StateMessage>, IDeepCloneable<StateMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class StateMessage.
Informational messages about the state of the Cloud Function or Operation.
Implements
IMessage<StateMessage>, IEquatable<StateMessage>, IDeepCloneable<StateMessage>, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.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 |
StateMessage.Types.Severity |
Type
public string Type { get; set; }
One-word CamelCase type of the state message.
Property Value | |
---|---|
Type | Description |
String |