com.google.cloud.securitycenter.v1.VulnerabilityOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-securitycenter-v1 Show documentation
Show all versions of proto-google-cloud-securitycenter-v1 Show documentation
PROTO library for proto-google-cloud-securitycenter-v1
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/securitycenter/v1/vulnerability.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v1;
public interface VulnerabilityOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1.Vulnerability)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* CVE stands for Common Vulnerabilities and Exposures
* (https://cve.mitre.org/about/)
*
*
* .google.cloud.securitycenter.v1.Cve cve = 1;
*
* @return Whether the cve field is set.
*/
boolean hasCve();
/**
*
*
*
* CVE stands for Common Vulnerabilities and Exposures
* (https://cve.mitre.org/about/)
*
*
* .google.cloud.securitycenter.v1.Cve cve = 1;
*
* @return The cve.
*/
com.google.cloud.securitycenter.v1.Cve getCve();
/**
*
*
*
* CVE stands for Common Vulnerabilities and Exposures
* (https://cve.mitre.org/about/)
*
*
* .google.cloud.securitycenter.v1.Cve cve = 1;
*/
com.google.cloud.securitycenter.v1.CveOrBuilder getCveOrBuilder();
/**
*
*
*
* The offending package is relevant to the finding.
*
*
* .google.cloud.securitycenter.v1.Package offending_package = 2;
*
* @return Whether the offendingPackage field is set.
*/
boolean hasOffendingPackage();
/**
*
*
*
* The offending package is relevant to the finding.
*
*
* .google.cloud.securitycenter.v1.Package offending_package = 2;
*
* @return The offendingPackage.
*/
com.google.cloud.securitycenter.v1.Package getOffendingPackage();
/**
*
*
*
* The offending package is relevant to the finding.
*
*
* .google.cloud.securitycenter.v1.Package offending_package = 2;
*/
com.google.cloud.securitycenter.v1.PackageOrBuilder getOffendingPackageOrBuilder();
/**
*
*
*
* The fixed package is relevant to the finding.
*
*
* .google.cloud.securitycenter.v1.Package fixed_package = 3;
*
* @return Whether the fixedPackage field is set.
*/
boolean hasFixedPackage();
/**
*
*
*
* The fixed package is relevant to the finding.
*
*
* .google.cloud.securitycenter.v1.Package fixed_package = 3;
*
* @return The fixedPackage.
*/
com.google.cloud.securitycenter.v1.Package getFixedPackage();
/**
*
*
*
* The fixed package is relevant to the finding.
*
*
* .google.cloud.securitycenter.v1.Package fixed_package = 3;
*/
com.google.cloud.securitycenter.v1.PackageOrBuilder getFixedPackageOrBuilder();
/**
*
*
*
* The security bulletin is relevant to this finding.
*
*
* .google.cloud.securitycenter.v1.SecurityBulletin security_bulletin = 4;
*
* @return Whether the securityBulletin field is set.
*/
boolean hasSecurityBulletin();
/**
*
*
*
* The security bulletin is relevant to this finding.
*
*
* .google.cloud.securitycenter.v1.SecurityBulletin security_bulletin = 4;
*
* @return The securityBulletin.
*/
com.google.cloud.securitycenter.v1.SecurityBulletin getSecurityBulletin();
/**
*
*
*
* The security bulletin is relevant to this finding.
*
*
* .google.cloud.securitycenter.v1.SecurityBulletin security_bulletin = 4;
*/
com.google.cloud.securitycenter.v1.SecurityBulletinOrBuilder getSecurityBulletinOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy