public sealed class Warning : IMessage<Build.Types.Warning>, IEquatable<Build.Types.Warning>, IDeepCloneable<Build.Types.Warning>, IBufferMessage, IMessage
A non-fatal problem encountered during the execution of the build.
[[["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-09 UTC."],[[["The content covers various versions of the `Build.Types.Warning` class within the `Google.Cloud.CloudBuild.V1` namespace, ranging from version 1.0.0 to the latest version, 2.15.0."],["`Build.Types.Warning` represents a non-fatal problem during build execution and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Warning` class has two constructors: a default constructor `Warning()` and a copy constructor `Warning(Build.Types.Warning other)`, allowing the creation of new warning objects or copying existing ones."],["The class has properties for `Priority`, determining the warning's severity, and `Text`, which provides a textual explanation of the warning."],["The class `Warning` inherits from the base class `Object` and includes several methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` inherited from it."]]],[]]