Cloud Build v1 API - Class Build.Types.Warning (2.9.0)

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.

Inheritance

object > Build.Types.Warning

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

Warning()

public Warning()

Warning(Warning)

public Warning(Build.Types.Warning other)
Parameter
NameDescription
otherBuildTypesWarning

Properties

Priority

public Build.Types.Warning.Types.Priority Priority { get; set; }

The priority for this warning.

Property Value
TypeDescription
BuildTypesWarningTypesPriority

Text

public string Text { get; set; }

Explanation of the warning generated.

Property Value
TypeDescription
string