public interface VulnerabilityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCve()
public abstract Cve getCve()CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
.google.cloud.securitycenter.v1.Cve cve = 1;
| Returns | |
|---|---|
| Type | Description |
Cve |
The cve. |
getCveOrBuilder()
public abstract CveOrBuilder getCveOrBuilder()CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
.google.cloud.securitycenter.v1.Cve cve = 1;
| Returns | |
|---|---|
| Type | Description |
CveOrBuilder |
|
getFixedPackage()
public abstract Package getFixedPackage()The fixed package is relevant to the finding.
.google.cloud.securitycenter.v1.Package fixed_package = 3;
| Returns | |
|---|---|
| Type | Description |
Package |
The fixedPackage. |
getFixedPackageOrBuilder()
public abstract PackageOrBuilder getFixedPackageOrBuilder()The fixed package is relevant to the finding.
.google.cloud.securitycenter.v1.Package fixed_package = 3;
| Returns | |
|---|---|
| Type | Description |
PackageOrBuilder |
|
getOffendingPackage()
public abstract Package getOffendingPackage()The offending package is relevant to the finding.
.google.cloud.securitycenter.v1.Package offending_package = 2;
| Returns | |
|---|---|
| Type | Description |
Package |
The offendingPackage. |
getOffendingPackageOrBuilder()
public abstract PackageOrBuilder getOffendingPackageOrBuilder()The offending package is relevant to the finding.
.google.cloud.securitycenter.v1.Package offending_package = 2;
| Returns | |
|---|---|
| Type | Description |
PackageOrBuilder |
|
getSecurityBulletin()
public abstract SecurityBulletin getSecurityBulletin()The security bulletin is relevant to this finding.
.google.cloud.securitycenter.v1.SecurityBulletin security_bulletin = 4;
| Returns | |
|---|---|
| Type | Description |
SecurityBulletin |
The securityBulletin. |
getSecurityBulletinOrBuilder()
public abstract SecurityBulletinOrBuilder getSecurityBulletinOrBuilder()The security bulletin is relevant to this finding.
.google.cloud.securitycenter.v1.SecurityBulletin security_bulletin = 4;
| Returns | |
|---|---|
| Type | Description |
SecurityBulletinOrBuilder |
|
hasCve()
public abstract boolean hasCve()CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
.google.cloud.securitycenter.v1.Cve cve = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cve field is set. |
hasFixedPackage()
public abstract boolean hasFixedPackage()The fixed package is relevant to the finding.
.google.cloud.securitycenter.v1.Package fixed_package = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fixedPackage field is set. |
hasOffendingPackage()
public abstract boolean hasOffendingPackage()The offending package is relevant to the finding.
.google.cloud.securitycenter.v1.Package offending_package = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the offendingPackage field is set. |
hasSecurityBulletin()
public abstract boolean hasSecurityBulletin()The security bulletin is relevant to this finding.
.google.cloud.securitycenter.v1.SecurityBulletin security_bulletin = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the securityBulletin field is set. |