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-04-02 UTC."],[[["This webpage provides reference documentation for the `LocalizedMessage` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version of the API documented is 3.6.0, while the current page is for version 2.10.0, and a range of versions from 1.0.0 to 3.6.0 are accessible via links."],["The `LocalizedMessage` class is used to represent a localized error message that can be safely returned to the user and can be implemented, cloned and buffered."],["The class features two properties, `Locale` and `Message`, which are both string types used to store the locale of the localized error and the localized error message itself, respectively."],["The class has two constructors, one that is parameterless and another that takes another `LocalizedMessage` as a parameter, along with the documentation indicating that it implements various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."]]],[]]