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

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

The 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/notification_message.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.securitycenter.v1;

public interface NotificationMessageOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1.NotificationMessage)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Name of the notification config that generated current notification.
   * 
* * string notification_config_name = 1; * * @return The notificationConfigName. */ java.lang.String getNotificationConfigName(); /** * * *
   * Name of the notification config that generated current notification.
   * 
* * string notification_config_name = 1; * * @return The bytes for notificationConfigName. */ com.google.protobuf.ByteString getNotificationConfigNameBytes(); /** * * *
   * If it's a Finding based notification config, this field will be
   * populated.
   * 
* * .google.cloud.securitycenter.v1.Finding finding = 2; * * @return Whether the finding field is set. */ boolean hasFinding(); /** * * *
   * If it's a Finding based notification config, this field will be
   * populated.
   * 
* * .google.cloud.securitycenter.v1.Finding finding = 2; * * @return The finding. */ com.google.cloud.securitycenter.v1.Finding getFinding(); /** * * *
   * If it's a Finding based notification config, this field will be
   * populated.
   * 
* * .google.cloud.securitycenter.v1.Finding finding = 2; */ com.google.cloud.securitycenter.v1.FindingOrBuilder getFindingOrBuilder(); /** * * *
   * The Cloud resource tied to this notification's Finding.
   * 
* * .google.cloud.securitycenter.v1.Resource resource = 3; * * @return Whether the resource field is set. */ boolean hasResource(); /** * * *
   * The Cloud resource tied to this notification's Finding.
   * 
* * .google.cloud.securitycenter.v1.Resource resource = 3; * * @return The resource. */ com.google.cloud.securitycenter.v1.Resource getResource(); /** * * *
   * The Cloud resource tied to this notification's Finding.
   * 
* * .google.cloud.securitycenter.v1.Resource resource = 3; */ com.google.cloud.securitycenter.v1.ResourceOrBuilder getResourceOrBuilder(); com.google.cloud.securitycenter.v1.NotificationMessage.EventCase getEventCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy