All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.securitycenter.v1.PackageOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.62.0
Show newest version
/*
 * 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 PackageOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1.Package)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The name of the package where the vulnerability was detected.
   * 
* * string package_name = 1; * * @return The packageName. */ java.lang.String getPackageName(); /** * * *
   * The name of the package where the vulnerability was detected.
   * 
* * string package_name = 1; * * @return The bytes for packageName. */ com.google.protobuf.ByteString getPackageNameBytes(); /** * * *
   * The CPE URI where the vulnerability was detected.
   * 
* * string cpe_uri = 2; * * @return The cpeUri. */ java.lang.String getCpeUri(); /** * * *
   * The CPE URI where the vulnerability was detected.
   * 
* * string cpe_uri = 2; * * @return The bytes for cpeUri. */ com.google.protobuf.ByteString getCpeUriBytes(); /** * * *
   * Type of package, for example, os, maven, or go.
   * 
* * string package_type = 3; * * @return The packageType. */ java.lang.String getPackageType(); /** * * *
   * Type of package, for example, os, maven, or go.
   * 
* * string package_type = 3; * * @return The bytes for packageType. */ com.google.protobuf.ByteString getPackageTypeBytes(); /** * * *
   * The version of the package.
   * 
* * string package_version = 4; * * @return The packageVersion. */ java.lang.String getPackageVersion(); /** * * *
   * The version of the package.
   * 
* * string package_version = 4; * * @return The bytes for packageVersion. */ com.google.protobuf.ByteString getPackageVersionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy