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
Implements
IMessageVirusDetail, IEquatableVirusDetail, IDeepCloneableVirusDetail, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1BetaAssembly
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 |