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 latest version of the warning class documented is 2.15.0, while the current document context is in version 1.4.0."],["The `Warning` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the base `Object` class."],["Constructors are provided for creating a new `Warning` object, including one for copying an existing `Warning` object."],["Key properties of the `Warning` class include `Priority`, which denotes the warning's severity, and `Text`, providing a description of the warning."]]],[]]