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 Cloud Build v1 API, specifically for the .NET environment."],["The `Build.Types.Warning` class represents a non-fatal issue encountered during a build process, which can be found through different versions of the API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with various Protobuf and .NET functionalities."],["The class has two constructors, one being a default constructor and the other takes another `Build.Types.Warning` object as a parameter, as well as having two properties: `Priority`, defining the importance of the warning, and `Text`, a textual description."],["The documentation includes links to various versions of the `Build.Types.Warning` class, ranging from version 1.0.0 up to the latest version 2.15.0."]]],[]]