build.buf.validate.ViolationsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protovalidate Show documentation
Show all versions of protovalidate Show documentation
Protocol Buffer Validation
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 extends build.buf.validate.ViolationOrBuilder>
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);
}