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-03-21 UTC."],[[["The page details the `Warning` class within the `Google.Cloud.CloudBuild.V1` namespace, which represents a non-fatal issue encountered during a build."],["The `Warning` class is implemented with several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes two constructors: a default `Warning()` constructor and a `Warning(Build.Types.Warning other)` constructor that takes another Warning object as a parameter."],["The class contains properties `Priority`, which has a type of `Build.Types.Warning.Types.Priority`, and `Text`, a string property that holds an explanation of the warning."],["The page lists the many versions that exist of this class ranging from version 1.0.0 to 2.15.0, with 2.15.0 being the most recent."]]],[]]