Model Armor v1beta API - Class VirusDetail (1.0.0-beta04)

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

Reference documentation and code samples for the Model Armor v1beta API class VirusDetail.

Details of an identified virus

Inheritance

object > VirusDetail

Namespace

Google.Cloud.ModelArmor.V1Beta

Assembly

Google.Cloud.ModelArmor.V1Beta.dll

Constructors

VirusDetail()

public VirusDetail()

VirusDetail(VirusDetail)

public VirusDetail(VirusDetail other)
Parameter
Name Description
other VirusDetail

Properties

Names

public RepeatedField<string> Names { get; }

Names of this Virus.

Property Value
Type Description
RepeatedFieldstring

ThreatType

public VirusDetail.Types.ThreatType ThreatType { get; set; }

Threat type of the identified virus

Property Value
Type Description
VirusDetailTypesThreatType

Vendor

public string Vendor { get; set; }

Name of vendor that produced this virus identification.

Property Value
Type Description
string