Compute Engine v1 API - Class Warning (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class Warning.

[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
Name Description
other Warning

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
Type Description
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
Type Description
RepeatedFieldData

HasCode

public bool HasCode { get; }

Gets whether the "code" field is set

Property Value
Type Description
bool

HasMessage

public bool HasMessage { get; }

Gets whether the "message" field is set

Property Value
Type Description
bool

Message

public string Message { get; set; }

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

Property Value
Type Description
string