public sealed class Build.Types.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."],[[["The latest version of the Cloud Build v1 API class Build.Types.Warning is 2.15.0, with multiple prior versions available, including 2.8.0."],["`Build.Types.Warning` is a class representing a non-fatal issue encountered during a build, implementing several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `Warning` class can be instantiated with no arguments, or with another `Warning` instance as a parameter."],["The class contains a `Priority` property of type `Build.Types.Warning.Types.Priority` and a `Text` property of type string, representing the priority and a textual description of the warning, respectively."],["This documentation provides a reference to the `Google.Cloud.CloudBuild.V1` namespace with the file `Google.Cloud.CloudBuild.V1.dll`."]]],[]]