public sealed class Warning : IMessage<Build.Types.Warning>, IEquatable<Build.Types.Warning>, IDeepCloneable<Build.Types.Warning>, IBufferMessage, IMessageReference 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.
Implements
IMessage<Build.Types.Warning>, IEquatable<Build.Types.Warning>, IDeepCloneable<Build.Types.Warning>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
Warning()
public Warning()Warning(Build.Types.Warning)
public Warning(Build.Types.Warning other)| Parameter | |
|---|---|
| Name | Description |
other |
Build.Types.Warning |
Properties
Priority
public Build.Types.Warning.Types.Priority Priority { get; set; }The priority for this warning.
| Property Value | |
|---|---|
| Type | Description |
Build.Types.Warning.Types.Priority |
|
Text
public string Text { get; set; }Explanation of the warning generated.
| Property Value | |
|---|---|
| Type | Description |
String |
|