public sealed class Warnings : IMessage<Warnings>, IEquatable<Warnings>, IDeepCloneable<Warnings>, IBufferMessage, IMessage
Implements
IMessage<Warnings>, IEquatable<Warnings>, IDeepCloneable<Warnings>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Warnings()
public Warnings()
Warnings(Warnings)
public Warnings(Warnings other)
Parameter | |
---|---|
Name | Description |
other | Warnings |
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 |
RepeatedField<Data> |
HasCode
public bool HasCode { get; }
Gets whether the "code" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasMessage
public bool HasMessage { get; }
Gets whether the "message" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Message
public string Message { get; set; }
[Output Only] A human-readable description of the warning code.
Property Value | |
---|---|
Type | Description |
String |