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."],[[["This webpage provides documentation for the `Build.Types.Warning` class within the Cloud Build v1 API for .NET, detailing its structure and functionality."],["The `Build.Types.Warning` class represents a non-fatal issue encountered during a build process and includes properties such as `Priority` and `Text` for detailed warning information."],["The documentation includes an extensive list of versioned API references, ranging from version 1.0.0 up to the latest version, 2.15.0, allowing developers to navigate through specific releases."],["The `Build.Types.Warning` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities within the Google Protobuf framework."],["The page lists and describes the constructors for the `Build.Types.Warning` class, including a default constructor and one for copying warning objects, allowing for various ways to create warning instances."]]],[]]