Class Warning (1.3.0)

public sealed class Warning : IMessage<Warning>, IEquatable<Warning>, IDeepCloneable<Warning>, IBufferMessage, IMessage

[Output Only] Informational warning message.

Inheritance

Object > Warning

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

Warning()

public Warning()

Warning(Warning)

public Warning(Warning other)
Parameter
NameDescription
otherWarning

Properties

Code

public string Code { get; set; }

[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. Check the Code enum for the list of possible values.

Property Value
TypeDescription
String

Data

public RepeatedField<Data> Data { get; }

[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

Property Value
TypeDescription
RepeatedField<Data>

HasCode

public bool HasCode { get; }

Gets whether the "code" field is set

Property Value
TypeDescription
Boolean

HasMessage

public bool HasMessage { get; }

Gets whether the "message" field is set

Property Value
TypeDescription
Boolean

Message

public string Message { get; set; }

[Output Only] A human-readable description of the warning code.

Property Value
TypeDescription
String