[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eStateMessage\u003c/code\u003e class in the Google Cloud Functions v2beta API provides informational messages about the state of a Cloud Function or Operation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStateMessage\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, extending its functionality.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors: a default constructor, and another constructor which accepts another \u003ccode\u003eStateMessage\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStateMessage\u003c/code\u003e has three properties: \u003ccode\u003eMessage\u003c/code\u003e (a string containing the message content), \u003ccode\u003eSeverity\u003c/code\u003e (the severity level of the message), and \u003ccode\u003eType\u003c/code\u003e (a CamelCase string describing the message type).\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v2beta API - Class StateMessage (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.StateMessage)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/1.0.0-beta06/Google.Cloud.Functions.V2Beta.StateMessage) \n\n public sealed class StateMessage : IMessage\u003cStateMessage\u003e, IEquatable\u003cStateMessage\u003e, IDeepCloneable\u003cStateMessage\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Functions v2beta API class StateMessage.\n\nInformational messages about the state of the Cloud Function or Operation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StateMessage \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[StateMessage](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.StateMessage), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[StateMessage](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.StateMessage), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[StateMessage](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.StateMessage), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Functions.V2Beta](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V2Beta.dll\n\nConstructors\n------------\n\n### StateMessage()\n\n public StateMessage()\n\n### StateMessage(StateMessage)\n\n public StateMessage(StateMessage other)\n\nProperties\n----------\n\n### Message\n\n public string Message { get; set; }\n\nThe message.\n\n### Severity\n\n public StateMessage.Types.Severity Severity { get; set; }\n\nSeverity of the state message.\n\n### Type\n\n public string Type { get; set; }\n\nOne-word CamelCase type of the state message."]]