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 documentation is for the `LocalizedMessage` class within the Google Cloud Compute Engine v1 API, version 2.16.0, and it is the current context version."],["The `LocalizedMessage` class provides a mechanism for delivering localized error messages that are safe to display to users in the context of RPC errors, as documented in its description."],["The `LocalizedMessage` class is implemented within the `Google.Cloud.Compute.V1` namespace and resides in the `Google.Cloud.Compute.V1.dll` assembly, as shown by the relevant documentation."],["The class includes properties `HasLocale`, `HasMessage`, `Locale`, and `Message` for setting, checking, and storing the locale and content of the localized message."],["The documentation provides links to older versions of the API, ranging from 1.0.0 up to the latest version, which is currently 3.6.0."]]],[]]