public sealed class LocalizedMessage : IMessage<LocalizedMessage>, IEquatable<LocalizedMessage>, IDeepCloneable<LocalizedMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class LocalizedMessage.
Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `LocalizedMessage` class within the Google Cloud Compute Engine v1 API for .NET."],["The `LocalizedMessage` class offers a way to provide localized error messages to the user."],["The latest version of the reference documentation is 3.6.0, with versions available ranging back to 1.0.0 for historical purposes."],["The `LocalizedMessage` class has properties for `Locale` and `Message`, along with properties indicating whether those fields are set, and also includes constructors for instantiation."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a range of capabilities within the .NET framework."]]],[]]