public sealed class Build.Types.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
IMessageBuildTypesWarning, IEquatableBuildTypesWarning, IDeepCloneableBuildTypesWarning, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.CloudBuildV1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
Warning()
public Warning()Warning(Warning)
public Warning(Build.Types.Warning other)| Parameter | |
|---|---|
| Name | Description |
other |
BuildTypesWarning |
Properties
Priority
public Build.Types.Warning.Types.Priority Priority { get; set; }The priority for this warning.
| Property Value | |
|---|---|
| Type | Description |
BuildTypesWarningTypesPriority |
|
Text
public string Text { get; set; }Explanation of the warning generated.
| Property Value | |
|---|---|
| Type | Description |
string |
|