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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThe content covers various versions of the \u003ccode\u003eBuild.Types.Warning\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.CloudBuild.V1\u003c/code\u003e namespace, ranging from version 1.0.0 to the latest version, 2.15.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBuild.Types.Warning\u003c/code\u003e represents a non-fatal problem during build execution and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWarning\u003c/code\u003e class has two constructors: a default constructor \u003ccode\u003eWarning()\u003c/code\u003e and a copy constructor \u003ccode\u003eWarning(Build.Types.Warning other)\u003c/code\u003e, allowing the creation of new warning objects or copying existing ones.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties for \u003ccode\u003ePriority\u003c/code\u003e, determining the warning's severity, and \u003ccode\u003eText\u003c/code\u003e, which provides a textual explanation of the warning.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eWarning\u003c/code\u003e inherits from the base class \u003ccode\u003eObject\u003c/code\u003e and includes several methods like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e inherited from it.\u003c/p\u003e\n"]]],[],null,[]]