Cloud Functions v2 API - Class StateMessage (1.5.0)

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.

Inheritance

object > StateMessage

Namespace

Google.Cloud.Functions.V2

Assembly

Google.Cloud.Functions.V2.dll

Constructors

StateMessage()

public StateMessage()

StateMessage(StateMessage)

public StateMessage(StateMessage other)
Parameter
NameDescription
otherStateMessage

Properties

Message

public string Message { get; set; }

The message.

Property Value
TypeDescription
string

Severity

public StateMessage.Types.Severity Severity { get; set; }

Severity of the state message.

Property Value
TypeDescription
StateMessageTypesSeverity

Type

public string Type { get; set; }

One-word CamelCase type of the state message.

Property Value
TypeDescription
string