Cloud Functions v2beta API - Class StateMessage (1.0.0-beta05)

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.

Inheritance

object > StateMessage

Namespace

Google.Cloud.Functions.V2Beta

Assembly

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