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."],[[["The provided content details the `LocalizedMessage` class within the Google.Cloud.Compute.V1 API for .NET, offering localized error messages."],["The documentation covers a range of versions for this class, from the latest 3.6.0 down to version 1.0.0, with each version linked for specific details."],["The `LocalizedMessage` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["Key properties of the `LocalizedMessage` class include `HasLocale`, `HasMessage`, `Locale`, and `Message`, which are used to manage and retrieve localized error message content."],["This class allows the error message and the language the message should be displayed in to be set, with the language using the `BCP47` specification."]]],[]]