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-31 UTC."],[[["The latest version available for the `Google.Cloud.Compute.V1.LocalizedMessage` is 3.6.0, and a range of versions are accessible, starting from version 1.0.0 all the way up to the latest."],["`LocalizedMessage` is a class within the Compute Engine v1 API, designed to provide localized error messages for users."],["The `LocalizedMessage` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["The class has two constructors, a default constructor and another that takes in a `LocalizedMessage` parameter, and has properties for `Locale` and `Message`, each with a set and get function."],["The class provides two properties that check if the `Locale` and `Message` fields are set through `HasLocale` and `HasMessage`."]]],[]]