KMS Inventory v1 API - Class Warning (1.6.0)

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

Reference documentation and code samples for the KMS Inventory v1 API class Warning.

A warning message that indicates potential problems with the response data.

Inheritance

object > Warning

Namespace

Google.Cloud.Kms.Inventory.V1

Assembly

Google.Cloud.Kms.Inventory.V1.dll

Constructors

Warning()

public Warning()

Warning(Warning)

public Warning(Warning other)
Parameter
Name Description
other Warning

Properties

DisplayMessage

public string DisplayMessage { get; set; }

The literal message providing context and details about the warnings.

Property Value
Type Description
string

WarningCode

public Warning.Types.WarningCode WarningCode { get; set; }

The specific warning code for the displayed message.

Property Value
Type Description
WarningTypesWarningCode