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 page provides documentation for the `Build.Types.Warning` class within the Google Cloud Build v1 API, specifically for version 2.13.0."],["The `Build.Types.Warning` class represents a non-fatal issue encountered during a build process and offers methods for instantiating, cloning and checking for equality."],["The class `Build.Types.Warning` includes properties such as `Priority` which denotes the level of the issue, and `Text` which contains a description of the warning."],["The class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, facilitating its use within the .NET ecosystem."],["This documentation includes a history of previous versions ranging from 2.15.0 to 1.0.0, as well as the current version 2.13.0, of the `Build.Types.Warning` class."]]],[]]