- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public static final class VulnerabilityOccurrence.Builder extends GeneratedMessageV3.Builder<VulnerabilityOccurrence.Builder> implements VulnerabilityOccurrenceOrBuilder
An occurrence of a severity vulnerability on a resource.
Protobuf type grafeas.v1.VulnerabilityOccurrence
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VulnerabilityOccurrence.BuilderImplements
VulnerabilityOccurrenceOrBuilderMethods
addAllPackageIssue(Iterable<? extends VulnerabilityOccurrence.PackageIssue> values)
public VulnerabilityOccurrence.Builder addAllPackageIssue(Iterable<? extends VulnerabilityOccurrence.PackageIssue> values)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
values | Iterable<? extends io.grafeas.v1.VulnerabilityOccurrence.PackageIssue> |
Type | Description |
VulnerabilityOccurrence.Builder |
addAllRelatedUrls(Iterable<? extends RelatedUrl> values)
public VulnerabilityOccurrence.Builder addAllRelatedUrls(Iterable<? extends RelatedUrl> values)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
values | Iterable<? extends io.grafeas.v1.RelatedUrl> |
Type | Description |
VulnerabilityOccurrence.Builder |
addPackageIssue(int index, VulnerabilityOccurrence.PackageIssue value)
public VulnerabilityOccurrence.Builder addPackageIssue(int index, VulnerabilityOccurrence.PackageIssue value)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
index | int |
value | VulnerabilityOccurrence.PackageIssue |
Type | Description |
VulnerabilityOccurrence.Builder |
addPackageIssue(int index, VulnerabilityOccurrence.PackageIssue.Builder builderForValue)
public VulnerabilityOccurrence.Builder addPackageIssue(int index, VulnerabilityOccurrence.PackageIssue.Builder builderForValue)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
index | int |
builderForValue | VulnerabilityOccurrence.PackageIssue.Builder |
Type | Description |
VulnerabilityOccurrence.Builder |
addPackageIssue(VulnerabilityOccurrence.PackageIssue value)
public VulnerabilityOccurrence.Builder addPackageIssue(VulnerabilityOccurrence.PackageIssue value)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
value | VulnerabilityOccurrence.PackageIssue |
Type | Description |
VulnerabilityOccurrence.Builder |
addPackageIssue(VulnerabilityOccurrence.PackageIssue.Builder builderForValue)
public VulnerabilityOccurrence.Builder addPackageIssue(VulnerabilityOccurrence.PackageIssue.Builder builderForValue)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
builderForValue | VulnerabilityOccurrence.PackageIssue.Builder |
Type | Description |
VulnerabilityOccurrence.Builder |
addPackageIssueBuilder()
public VulnerabilityOccurrence.PackageIssue.Builder addPackageIssueBuilder()
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Type | Description |
VulnerabilityOccurrence.PackageIssue.Builder |
addPackageIssueBuilder(int index)
public VulnerabilityOccurrence.PackageIssue.Builder addPackageIssueBuilder(int index)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
index | int |
Type | Description |
VulnerabilityOccurrence.PackageIssue.Builder |
addRelatedUrls(int index, RelatedUrl value)
public VulnerabilityOccurrence.Builder addRelatedUrls(int index, RelatedUrl value)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
index | int |
value | RelatedUrl |
Type | Description |
VulnerabilityOccurrence.Builder |
addRelatedUrls(int index, RelatedUrl.Builder builderForValue)
public VulnerabilityOccurrence.Builder addRelatedUrls(int index, RelatedUrl.Builder builderForValue)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
index | int |
builderForValue | RelatedUrl.Builder |
Type | Description |
VulnerabilityOccurrence.Builder |
addRelatedUrls(RelatedUrl value)
public VulnerabilityOccurrence.Builder addRelatedUrls(RelatedUrl value)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
value | RelatedUrl |
Type | Description |
VulnerabilityOccurrence.Builder |
addRelatedUrls(RelatedUrl.Builder builderForValue)
public VulnerabilityOccurrence.Builder addRelatedUrls(RelatedUrl.Builder builderForValue)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
builderForValue | RelatedUrl.Builder |
Type | Description |
VulnerabilityOccurrence.Builder |
addRelatedUrlsBuilder()
public RelatedUrl.Builder addRelatedUrlsBuilder()
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Type | Description |
RelatedUrl.Builder |
addRelatedUrlsBuilder(int index)
public RelatedUrl.Builder addRelatedUrlsBuilder(int index)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
index | int |
Type | Description |
RelatedUrl.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VulnerabilityOccurrence.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VulnerabilityOccurrence.Builder |
build()
public VulnerabilityOccurrence build()
Type | Description |
VulnerabilityOccurrence |
buildPartial()
public VulnerabilityOccurrence buildPartial()
Type | Description |
VulnerabilityOccurrence |
clear()
public VulnerabilityOccurrence.Builder clear()
Type | Description |
VulnerabilityOccurrence.Builder |
clearCvssScore()
public VulnerabilityOccurrence.Builder clearCvssScore()
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;
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
clearEffectiveSeverity()
public VulnerabilityOccurrence.Builder clearEffectiveSeverity()
The distro assigned severity for this vulnerability when it is available, otherwise this is the note provider assigned severity.
.grafeas.v1.Severity effective_severity = 8;
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public VulnerabilityOccurrence.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
VulnerabilityOccurrence.Builder |
clearFixAvailable()
public VulnerabilityOccurrence.Builder clearFixAvailable()
Output only. Whether at least one of the affected packages has a fix available.
bool fix_available = 9;
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
clearLongDescription()
public VulnerabilityOccurrence.Builder clearLongDescription()
Output only. A detailed description of this vulnerability.
string long_description = 6;
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public VulnerabilityOccurrence.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
VulnerabilityOccurrence.Builder |
clearPackageIssue()
public VulnerabilityOccurrence.Builder clearPackageIssue()
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Type | Description |
VulnerabilityOccurrence.Builder |
clearRelatedUrls()
public VulnerabilityOccurrence.Builder clearRelatedUrls()
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Type | Description |
VulnerabilityOccurrence.Builder |
clearSeverity()
public VulnerabilityOccurrence.Builder clearSeverity()
Output only. The note provider assigned severity of this vulnerability.
.grafeas.v1.Severity severity = 2;
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
clearShortDescription()
public VulnerabilityOccurrence.Builder clearShortDescription()
Output only. A one sentence description of this vulnerability.
string short_description = 5;
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
clearType()
public VulnerabilityOccurrence.Builder clearType()
The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).
string type = 1;
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
clone()
public VulnerabilityOccurrence.Builder clone()
Type | Description |
VulnerabilityOccurrence.Builder |
getCvssScore()
public 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;
Type | Description |
float | The cvssScore. |
getDefaultInstanceForType()
public VulnerabilityOccurrence getDefaultInstanceForType()
Type | Description |
VulnerabilityOccurrence |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEffectiveSeverity()
public Severity getEffectiveSeverity()
The distro assigned severity for this vulnerability when it is available, otherwise this is the note provider assigned severity.
.grafeas.v1.Severity effective_severity = 8;
Type | Description |
Severity | The effectiveSeverity. |
getEffectiveSeverityValue()
public int getEffectiveSeverityValue()
The distro assigned severity for this vulnerability when it is available, otherwise this is the note provider assigned severity.
.grafeas.v1.Severity effective_severity = 8;
Type | Description |
int | The enum numeric value on the wire for effectiveSeverity. |
getFixAvailable()
public boolean getFixAvailable()
Output only. Whether at least one of the affected packages has a fix available.
bool fix_available = 9;
Type | Description |
boolean | The fixAvailable. |
getLongDescription()
public String getLongDescription()
Output only. A detailed description of this vulnerability.
string long_description = 6;
Type | Description |
String | The longDescription. |
getLongDescriptionBytes()
public ByteString getLongDescriptionBytes()
Output only. A detailed description of this vulnerability.
string long_description = 6;
Type | Description |
ByteString | The bytes for longDescription. |
getPackageIssue(int index)
public VulnerabilityOccurrence.PackageIssue getPackageIssue(int index)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
index | int |
Type | Description |
VulnerabilityOccurrence.PackageIssue |
getPackageIssueBuilder(int index)
public VulnerabilityOccurrence.PackageIssue.Builder getPackageIssueBuilder(int index)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
index | int |
Type | Description |
VulnerabilityOccurrence.PackageIssue.Builder |
getPackageIssueBuilderList()
public List<VulnerabilityOccurrence.PackageIssue.Builder> getPackageIssueBuilderList()
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Type | Description |
List<Builder> |
getPackageIssueCount()
public int getPackageIssueCount()
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Type | Description |
int |
getPackageIssueList()
public List<VulnerabilityOccurrence.PackageIssue> getPackageIssueList()
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Type | Description |
List<PackageIssue> |
getPackageIssueOrBuilder(int index)
public VulnerabilityOccurrence.PackageIssueOrBuilder getPackageIssueOrBuilder(int index)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
index | int |
Type | Description |
VulnerabilityOccurrence.PackageIssueOrBuilder |
getPackageIssueOrBuilderList()
public List<? extends VulnerabilityOccurrence.PackageIssueOrBuilder> getPackageIssueOrBuilderList()
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Type | Description |
List<? extends io.grafeas.v1.VulnerabilityOccurrence.PackageIssueOrBuilder> |
getRelatedUrls(int index)
public RelatedUrl getRelatedUrls(int index)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
index | int |
Type | Description |
RelatedUrl |
getRelatedUrlsBuilder(int index)
public RelatedUrl.Builder getRelatedUrlsBuilder(int index)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
index | int |
Type | Description |
RelatedUrl.Builder |
getRelatedUrlsBuilderList()
public List<RelatedUrl.Builder> getRelatedUrlsBuilderList()
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Type | Description |
List<Builder> |
getRelatedUrlsCount()
public int getRelatedUrlsCount()
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Type | Description |
int |
getRelatedUrlsList()
public List<RelatedUrl> getRelatedUrlsList()
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Type | Description |
List<RelatedUrl> |
getRelatedUrlsOrBuilder(int index)
public RelatedUrlOrBuilder getRelatedUrlsOrBuilder(int index)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
index | int |
Type | Description |
RelatedUrlOrBuilder |
getRelatedUrlsOrBuilderList()
public List<? extends RelatedUrlOrBuilder> getRelatedUrlsOrBuilderList()
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Type | Description |
List<? extends io.grafeas.v1.RelatedUrlOrBuilder> |
getSeverity()
public Severity getSeverity()
Output only. The note provider assigned severity of this vulnerability.
.grafeas.v1.Severity severity = 2;
Type | Description |
Severity | The severity. |
getSeverityValue()
public int getSeverityValue()
Output only. The note provider assigned severity of this vulnerability.
.grafeas.v1.Severity severity = 2;
Type | Description |
int | The enum numeric value on the wire for severity. |
getShortDescription()
public String getShortDescription()
Output only. A one sentence description of this vulnerability.
string short_description = 5;
Type | Description |
String | The shortDescription. |
getShortDescriptionBytes()
public ByteString getShortDescriptionBytes()
Output only. A one sentence description of this vulnerability.
string short_description = 5;
Type | Description |
ByteString | The bytes for shortDescription. |
getType()
public String getType()
The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).
string type = 1;
Type | Description |
String | The type. |
getTypeBytes()
public ByteString getTypeBytes()
The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).
string type = 1;
Type | Description |
ByteString | The bytes for type. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VulnerabilityOccurrence.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
VulnerabilityOccurrence.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public VulnerabilityOccurrence.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
VulnerabilityOccurrence.Builder |
mergeFrom(VulnerabilityOccurrence other)
public VulnerabilityOccurrence.Builder mergeFrom(VulnerabilityOccurrence other)
Name | Description |
other | VulnerabilityOccurrence |
Type | Description |
VulnerabilityOccurrence.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VulnerabilityOccurrence.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VulnerabilityOccurrence.Builder |
removePackageIssue(int index)
public VulnerabilityOccurrence.Builder removePackageIssue(int index)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
index | int |
Type | Description |
VulnerabilityOccurrence.Builder |
removeRelatedUrls(int index)
public VulnerabilityOccurrence.Builder removeRelatedUrls(int index)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
index | int |
Type | Description |
VulnerabilityOccurrence.Builder |
setCvssScore(float value)
public VulnerabilityOccurrence.Builder setCvssScore(float value)
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;
Name | Description |
value | float The cvssScore to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setEffectiveSeverity(Severity value)
public VulnerabilityOccurrence.Builder setEffectiveSeverity(Severity value)
The distro assigned severity for this vulnerability when it is available, otherwise this is the note provider assigned severity.
.grafeas.v1.Severity effective_severity = 8;
Name | Description |
value | Severity The effectiveSeverity to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setEffectiveSeverityValue(int value)
public VulnerabilityOccurrence.Builder setEffectiveSeverityValue(int value)
The distro assigned severity for this vulnerability when it is available, otherwise this is the note provider assigned severity.
.grafeas.v1.Severity effective_severity = 8;
Name | Description |
value | int The enum numeric value on the wire for effectiveSeverity to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public VulnerabilityOccurrence.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
VulnerabilityOccurrence.Builder |
setFixAvailable(boolean value)
public VulnerabilityOccurrence.Builder setFixAvailable(boolean value)
Output only. Whether at least one of the affected packages has a fix available.
bool fix_available = 9;
Name | Description |
value | boolean The fixAvailable to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setLongDescription(String value)
public VulnerabilityOccurrence.Builder setLongDescription(String value)
Output only. A detailed description of this vulnerability.
string long_description = 6;
Name | Description |
value | String The longDescription to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setLongDescriptionBytes(ByteString value)
public VulnerabilityOccurrence.Builder setLongDescriptionBytes(ByteString value)
Output only. A detailed description of this vulnerability.
string long_description = 6;
Name | Description |
value | ByteString The bytes for longDescription to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setPackageIssue(int index, VulnerabilityOccurrence.PackageIssue value)
public VulnerabilityOccurrence.Builder setPackageIssue(int index, VulnerabilityOccurrence.PackageIssue value)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
index | int |
value | VulnerabilityOccurrence.PackageIssue |
Type | Description |
VulnerabilityOccurrence.Builder |
setPackageIssue(int index, VulnerabilityOccurrence.PackageIssue.Builder builderForValue)
public VulnerabilityOccurrence.Builder setPackageIssue(int index, VulnerabilityOccurrence.PackageIssue.Builder builderForValue)
Required. The set of affected locations and their fixes (if available) within the associated resource.
repeated .grafeas.v1.VulnerabilityOccurrence.PackageIssue package_issue = 4;
Name | Description |
index | int |
builderForValue | VulnerabilityOccurrence.PackageIssue.Builder |
Type | Description |
VulnerabilityOccurrence.Builder |
setRelatedUrls(int index, RelatedUrl value)
public VulnerabilityOccurrence.Builder setRelatedUrls(int index, RelatedUrl value)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
index | int |
value | RelatedUrl |
Type | Description |
VulnerabilityOccurrence.Builder |
setRelatedUrls(int index, RelatedUrl.Builder builderForValue)
public VulnerabilityOccurrence.Builder setRelatedUrls(int index, RelatedUrl.Builder builderForValue)
Output only. URLs related to this vulnerability.
repeated .grafeas.v1.RelatedUrl related_urls = 7;
Name | Description |
index | int |
builderForValue | RelatedUrl.Builder |
Type | Description |
VulnerabilityOccurrence.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VulnerabilityOccurrence.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
VulnerabilityOccurrence.Builder |
setSeverity(Severity value)
public VulnerabilityOccurrence.Builder setSeverity(Severity value)
Output only. The note provider assigned severity of this vulnerability.
.grafeas.v1.Severity severity = 2;
Name | Description |
value | Severity The severity to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setSeverityValue(int value)
public VulnerabilityOccurrence.Builder setSeverityValue(int value)
Output only. The note provider assigned severity of this vulnerability.
.grafeas.v1.Severity severity = 2;
Name | Description |
value | int The enum numeric value on the wire for severity to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setShortDescription(String value)
public VulnerabilityOccurrence.Builder setShortDescription(String value)
Output only. A one sentence description of this vulnerability.
string short_description = 5;
Name | Description |
value | String The shortDescription to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setShortDescriptionBytes(ByteString value)
public VulnerabilityOccurrence.Builder setShortDescriptionBytes(ByteString value)
Output only. A one sentence description of this vulnerability.
string short_description = 5;
Name | Description |
value | ByteString The bytes for shortDescription to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setType(String value)
public VulnerabilityOccurrence.Builder setType(String value)
The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).
string type = 1;
Name | Description |
value | String The type to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setTypeBytes(ByteString value)
public VulnerabilityOccurrence.Builder setTypeBytes(ByteString value)
The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).
string type = 1;
Name | Description |
value | ByteString The bytes for type to set. |
Type | Description |
VulnerabilityOccurrence.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final VulnerabilityOccurrence.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
VulnerabilityOccurrence.Builder |