public interface VulnerabilityOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Cve |
getCve()
CVE stands for Common Vulnerabilities and Exposures
(https://cve.mitre.org/about/)
|
CveOrBuilder |
getCveOrBuilder()
CVE stands for Common Vulnerabilities and Exposures
(https://cve.mitre.org/about/)
|
boolean |
hasCve()
CVE stands for Common Vulnerabilities and Exposures
(https://cve.mitre.org/about/)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasCve()
CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
.google.cloud.securitycenter.v1.Cve cve = 1;
Cve getCve()
CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
.google.cloud.securitycenter.v1.Cve cve = 1;
CveOrBuilder getCveOrBuilder()
CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
.google.cloud.securitycenter.v1.Cve cve = 1;
Copyright © 2022 Google LLC. All rights reserved.