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

build.buf.validate.ViolationsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: buf/validate/expression.proto
// Protobuf Java Version: 4.28.1

package build.buf.validate;

public interface ViolationsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:buf.validate.Violations)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ java.util.List getViolationsList(); /** *
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ build.buf.validate.Violation getViolations(int index); /** *
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ int getViolationsCount(); /** *
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ java.util.List getViolationsOrBuilderList(); /** *
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ build.buf.validate.ViolationOrBuilder getViolationsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy