Class OutdatedLibrary (1.0.0)

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

Information reported for an outdated library.

Inheritance

System.Object > OutdatedLibrary

Implements

Google.Protobuf.IMessage<OutdatedLibrary>, System.IEquatable<OutdatedLibrary>, Google.Protobuf.IDeepCloneable<OutdatedLibrary>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

OutdatedLibrary()

public OutdatedLibrary()

OutdatedLibrary(OutdatedLibrary)

public OutdatedLibrary(OutdatedLibrary other)
Parameter
NameDescription
otherOutdatedLibrary

Properties

LearnMoreUrls

public RepeatedField<string> LearnMoreUrls { get; }

URLs to learn more information about the vulnerabilities in the library.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<System.String>

LibraryName

public string LibraryName { get; set; }

The name of the outdated library.

Property Value
TypeDescription
System.String

Version

public string Version { get; set; }

The version number.

Property Value
TypeDescription
System.String