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

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

There is a newer version: 2.63.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/event_threat_detection_custom_module_validation_errors.proto

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

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

  /**
   *
   *
   * 
   * A description of the error, suitable for human consumption. Required.
   * 
* * string description = 1; * * @return The description. */ java.lang.String getDescription(); /** * * *
   * A description of the error, suitable for human consumption. Required.
   * 
* * string description = 1; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * The path, in RFC 8901 JSON Pointer format, to the field that failed
   * validation. This may be left empty if no specific field is affected.
   * 
* * string field_path = 2; * * @return The fieldPath. */ java.lang.String getFieldPath(); /** * * *
   * The path, in RFC 8901 JSON Pointer format, to the field that failed
   * validation. This may be left empty if no specific field is affected.
   * 
* * string field_path = 2; * * @return The bytes for fieldPath. */ com.google.protobuf.ByteString getFieldPathBytes(); /** * * *
   * The initial position of the error in the uploaded text version of the
   * module. This field may be omitted if no specific position applies, or if
   * one could not be computed.
   * 
* * optional .google.cloud.securitycenter.v1.Position start = 3; * * @return Whether the start field is set. */ boolean hasStart(); /** * * *
   * The initial position of the error in the uploaded text version of the
   * module. This field may be omitted if no specific position applies, or if
   * one could not be computed.
   * 
* * optional .google.cloud.securitycenter.v1.Position start = 3; * * @return The start. */ com.google.cloud.securitycenter.v1.Position getStart(); /** * * *
   * The initial position of the error in the uploaded text version of the
   * module. This field may be omitted if no specific position applies, or if
   * one could not be computed.
   * 
* * optional .google.cloud.securitycenter.v1.Position start = 3; */ com.google.cloud.securitycenter.v1.PositionOrBuilder getStartOrBuilder(); /** * * *
   * The end position of the error in the uploaded text version of the
   * module. This field may be omitted if no specific position applies, or if
   * one could not be computed..
   * 
* * optional .google.cloud.securitycenter.v1.Position end = 4; * * @return Whether the end field is set. */ boolean hasEnd(); /** * * *
   * The end position of the error in the uploaded text version of the
   * module. This field may be omitted if no specific position applies, or if
   * one could not be computed..
   * 
* * optional .google.cloud.securitycenter.v1.Position end = 4; * * @return The end. */ com.google.cloud.securitycenter.v1.Position getEnd(); /** * * *
   * The end position of the error in the uploaded text version of the
   * module. This field may be omitted if no specific position applies, or if
   * one could not be computed..
   * 
* * optional .google.cloud.securitycenter.v1.Position end = 4; */ com.google.cloud.securitycenter.v1.PositionOrBuilder getEndOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy