public sealed class OutdatedLibrary : IMessage<OutdatedLibrary>, IEquatable<OutdatedLibrary>, IDeepCloneable<OutdatedLibrary>, IBufferMessage, IMessageInformation reported for an outdated library.
Implements
IMessage<OutdatedLibrary>, IEquatable<OutdatedLibrary>, IDeepCloneable<OutdatedLibrary>, IBufferMessage, IMessageNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
OutdatedLibrary()
public OutdatedLibrary()OutdatedLibrary(OutdatedLibrary)
public OutdatedLibrary(OutdatedLibrary other)| Parameter | |
|---|---|
| Name | Description |
other |
OutdatedLibrary |
Properties
LearnMoreUrls
public RepeatedField<string> LearnMoreUrls { get; }URLs to learn more information about the vulnerabilities in the library.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
LibraryName
public string LibraryName { get; set; }The name of the outdated library.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Version
public string Version { get; set; }The version number.
| Property Value | |
|---|---|
| Type | Description |
String |
|