[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
Check the Code enum for the list of possible values.
[[["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."],[[["The `Warning` class in the `Google.Cloud.Compute.V1` namespace provides informational warning messages, and it is designed to be used within Google Cloud's Compute Engine API."],["Version 3.6.0 is the latest version of the API, and this class is documented through a history of multiple previous releases, starting at version 1.0.0 and up to the most recent."],["The `Warning` class can contain metadata in key-value format via its `Data` property, in addition to having a human-readable message through the `Message` property."],["This class has properties such as `Code`, `Data`, `HasCode`, `HasMessage`, and `Message`, to provide details about the warning."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cWarning\u003e`, `IDeepCloneable\u003cWarning\u003e`, and `IBufferMessage`, along with its inheritance from the `Object` class, demonstrating its role within the .NET environment."]]],[]]