public interface DetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getCvssScore()
Output only.
|
String |
getLongDescription()
Output only.
|
com.google.protobuf.ByteString |
getLongDescriptionBytes()
Output only.
|
PackageIssue |
getPackageIssue(int index)
The set of affected locations and their fixes (if available) within the
associated resource.
|
int |
getPackageIssueCount()
The set of affected locations and their fixes (if available) within the
associated resource.
|
List<PackageIssue> |
getPackageIssueList()
The set of affected locations and their fixes (if available) within the
associated resource.
|
PackageIssueOrBuilder |
getPackageIssueOrBuilder(int index)
The set of affected locations and their fixes (if available) within the
associated resource.
|
List<? extends PackageIssueOrBuilder> |
getPackageIssueOrBuilderList()
The set of affected locations and their fixes (if available) within the
associated resource.
|
RelatedUrl |
getRelatedUrls(int index)
Output only.
|
int |
getRelatedUrlsCount()
Output only.
|
List<RelatedUrl> |
getRelatedUrlsList()
Output only.
|
RelatedUrlOrBuilder |
getRelatedUrlsOrBuilder(int index)
Output only.
|
List<? extends RelatedUrlOrBuilder> |
getRelatedUrlsOrBuilderList()
Output only.
|
Severity |
getSeverity()
Output only.
|
int |
getSeverityValue()
Output only.
|
String |
getShortDescription()
Output only.
|
com.google.protobuf.ByteString |
getShortDescriptionBytes()
Output only.
|
String |
getType()
The type of package; whether native or non native(ruby gems, node.js
packages etc)
|
com.google.protobuf.ByteString |
getTypeBytes()
The type of package; whether native or non native(ruby gems, node.js
packages etc)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getType()
The type of package; whether native or non native(ruby gems, node.js packages etc)
string type = 1;com.google.protobuf.ByteString getTypeBytes()
The type of package; whether native or non native(ruby gems, node.js packages etc)
string type = 1;int getSeverityValue()
Output only. The note provider assigned Severity of the vulnerability.
.grafeas.v1beta1.vulnerability.Severity severity = 2;Severity getSeverity()
Output only. The note provider assigned Severity of the vulnerability.
.grafeas.v1beta1.vulnerability.Severity severity = 2;float getCvssScore()
Output only. The CVSS score of this vulnerability. CVSS score is on a scale of 0-10 where 0 indicates low severity and 10 indicates high severity.
float cvss_score = 3;List<PackageIssue> getPackageIssueList()
The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1beta1.vulnerability.PackageIssue package_issue = 4;PackageIssue getPackageIssue(int index)
The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1beta1.vulnerability.PackageIssue package_issue = 4;int getPackageIssueCount()
The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1beta1.vulnerability.PackageIssue package_issue = 4;List<? extends PackageIssueOrBuilder> getPackageIssueOrBuilderList()
The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1beta1.vulnerability.PackageIssue package_issue = 4;PackageIssueOrBuilder getPackageIssueOrBuilder(int index)
The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1beta1.vulnerability.PackageIssue package_issue = 4;String getShortDescription()
Output only. A one sentence description of this vulnerability.
string short_description = 5;com.google.protobuf.ByteString getShortDescriptionBytes()
Output only. A one sentence description of this vulnerability.
string short_description = 5;String getLongDescription()
Output only. A detailed description of this vulnerability.
string long_description = 6;com.google.protobuf.ByteString getLongDescriptionBytes()
Output only. A detailed description of this vulnerability.
string long_description = 6;List<RelatedUrl> getRelatedUrlsList()
Output only. URLs related to this vulnerability.
repeated .grafeas.v1beta1.RelatedUrl related_urls = 7;RelatedUrl getRelatedUrls(int index)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1beta1.RelatedUrl related_urls = 7;int getRelatedUrlsCount()
Output only. URLs related to this vulnerability.
repeated .grafeas.v1beta1.RelatedUrl related_urls = 7;List<? extends RelatedUrlOrBuilder> getRelatedUrlsOrBuilderList()
Output only. URLs related to this vulnerability.
repeated .grafeas.v1beta1.RelatedUrl related_urls = 7;RelatedUrlOrBuilder getRelatedUrlsOrBuilder(int index)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1beta1.RelatedUrl related_urls = 7;Copyright © 2019 Google LLC. All rights reserved.