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 page provides documentation for the `Build.Types.Warning` class within the Cloud Build v1 API for .NET, detailing its purpose as a representation of non-fatal issues during a build."],["It offers versioned links to documentation for `Build.Types.Warning` starting from version 1.0.0 up to the latest, 2.15.0, of the library `Google.Cloud.CloudBuild.V1`."],["The `Build.Types.Warning` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class includes two constructors: one default, and one that takes another `Build.Types.Warning` instance for copying."],["The class has two properties, `Priority` and `Text`, allowing for the specification of a warning's priority and the warning message respectively."]]],[]]