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

com.google.cloud.securitycenter.v1.SecurityBulletinOrBuilder 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 SecurityBulletinOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1.SecurityBulletin)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * ID of the bulletin corresponding to the vulnerability.
   * 
* * string bulletin_id = 1; * * @return The bulletinId. */ java.lang.String getBulletinId(); /** * * *
   * ID of the bulletin corresponding to the vulnerability.
   * 
* * string bulletin_id = 1; * * @return The bytes for bulletinId. */ com.google.protobuf.ByteString getBulletinIdBytes(); /** * * *
   * Submission time of this Security Bulletin.
   * 
* * .google.protobuf.Timestamp submission_time = 2; * * @return Whether the submissionTime field is set. */ boolean hasSubmissionTime(); /** * * *
   * Submission time of this Security Bulletin.
   * 
* * .google.protobuf.Timestamp submission_time = 2; * * @return The submissionTime. */ com.google.protobuf.Timestamp getSubmissionTime(); /** * * *
   * Submission time of this Security Bulletin.
   * 
* * .google.protobuf.Timestamp submission_time = 2; */ com.google.protobuf.TimestampOrBuilder getSubmissionTimeOrBuilder(); /** * * *
   * This represents a version that the cluster receiving this notification
   * should be upgraded to, based on its current version. For example, 1.15.0
   * 
* * string suggested_upgrade_version = 3; * * @return The suggestedUpgradeVersion. */ java.lang.String getSuggestedUpgradeVersion(); /** * * *
   * This represents a version that the cluster receiving this notification
   * should be upgraded to, based on its current version. For example, 1.15.0
   * 
* * string suggested_upgrade_version = 3; * * @return The bytes for suggestedUpgradeVersion. */ com.google.protobuf.ByteString getSuggestedUpgradeVersionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy