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-24 UTC."],[[["The latest version available for the `LocalizedMessage` class in the Compute Engine v1 API is 3.6.0, with the current page detailing version 3.4.0."],["The `LocalizedMessage` class, part of the `Google.Cloud.Compute.V1` namespace, provides a mechanism for returning localized error messages to users."],["The `LocalizedMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from `object`."],["Key properties of the `LocalizedMessage` class include `HasLocale`, `HasMessage`, `Locale`, and `Message`, which allow for setting and retrieving locale-specific error messages."],["The class also has a constructor, `LocalizedMessage()`, which can be used to create a new message, and another, `LocalizedMessage(LocalizedMessage)`, to copy from another message."]]],[]]