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

com.google.cloud.securitycenter.v1p1beta1.UpdateFindingRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.157.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/v1p1beta1/securitycenter_service.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v1p1beta1;

public interface UpdateFindingRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1p1beta1.UpdateFindingRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. The finding resource to update or create if it does not already exist.
   * parent, security_marks, and update_time will be ignored.
   *
   * In the case of creation, the finding id portion of the name must be
   * alphanumeric and less than or equal to 32 characters and greater than 0
   * characters in length.
   * 
* * * .google.cloud.securitycenter.v1p1beta1.Finding finding = 1 [(.google.api.field_behavior) = REQUIRED]; * * * @return Whether the finding field is set. */ boolean hasFinding(); /** * * *
   * Required. The finding resource to update or create if it does not already exist.
   * parent, security_marks, and update_time will be ignored.
   *
   * In the case of creation, the finding id portion of the name must be
   * alphanumeric and less than or equal to 32 characters and greater than 0
   * characters in length.
   * 
* * * .google.cloud.securitycenter.v1p1beta1.Finding finding = 1 [(.google.api.field_behavior) = REQUIRED]; * * * @return The finding. */ com.google.cloud.securitycenter.v1p1beta1.Finding getFinding(); /** * * *
   * Required. The finding resource to update or create if it does not already exist.
   * parent, security_marks, and update_time will be ignored.
   *
   * In the case of creation, the finding id portion of the name must be
   * alphanumeric and less than or equal to 32 characters and greater than 0
   * characters in length.
   * 
* * * .google.cloud.securitycenter.v1p1beta1.Finding finding = 1 [(.google.api.field_behavior) = REQUIRED]; * */ com.google.cloud.securitycenter.v1p1beta1.FindingOrBuilder getFindingOrBuilder(); /** * * *
   * The FieldMask to use when updating the finding resource. This field should
   * not be specified when creating a finding.
   *
   * When updating a finding, an empty mask is treated as updating all mutable
   * fields and replacing source_properties.  Individual source_properties can
   * be added/updated by using "source_properties.<property key>" in the field
   * mask.
   * 
* * .google.protobuf.FieldMask update_mask = 2; * * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** * * *
   * The FieldMask to use when updating the finding resource. This field should
   * not be specified when creating a finding.
   *
   * When updating a finding, an empty mask is treated as updating all mutable
   * fields and replacing source_properties.  Individual source_properties can
   * be added/updated by using "source_properties.<property key>" in the field
   * mask.
   * 
* * .google.protobuf.FieldMask update_mask = 2; * * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** * * *
   * The FieldMask to use when updating the finding resource. This field should
   * not be specified when creating a finding.
   *
   * When updating a finding, an empty mask is treated as updating all mutable
   * fields and replacing source_properties.  Individual source_properties can
   * be added/updated by using "source_properties.<property key>" in the field
   * mask.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy