[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-03-31 UTC."],[[["The `Warning` class in the `Google.Cloud.Compute.V1` namespace provides an informational warning message, inheriting from `Object` and implementing multiple interfaces like `IMessage` and `IEquatable`."],["The latest version of the `Google.Cloud.Compute.V1` package is 3.6.0, with multiple previous versions available, down to 1.0.0."],["The `Warning` class includes properties like `Code`, `Data`, and `Message`, allowing for detailed information about the warning, and methods to check whether the properties `Code` and `Message` have been set."],["The `Warning` class has two constructors, a default `Warning()` and `Warning(Warning other)`, which allows the creation of an instance from another `Warning` instance."],["The `Warning` class also inherits basic members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]