public sealed class Warning : IMessage<Build.Types.Warning>, IEquatable<Build.Types.Warning>, IDeepCloneable<Build.Types.Warning>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class Build.Types.Warning.
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."],[[["This webpage provides reference documentation for the `Build.Types.Warning` class within the Google Cloud Build v1 API, which represents a non-fatal problem during a build execution."],["The latest version of this class available is 2.15.0, with the documentation providing details for versions ranging from 1.0.0 to 2.15.0."],["The `Warning` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors: a default constructor `Warning()` and a copy constructor `Warning(Build.Types.Warning other)`."],["The class exposes two primary properties, `Priority` (of type `Build.Types.Warning.Types.Priority`) to set the importance of the warning, and `Text` (of type string), which contains the explanation for said warning."]]],[]]