build.buf.validate.priv.FieldConstraintsOrBuilder 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/priv/private.proto
// Protobuf Java Version: 4.28.1
package build.buf.validate.priv;
public interface FieldConstraintsOrBuilder extends
// @@protoc_insertion_point(interface_extends:buf.validate.priv.FieldConstraints)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
*/
java.util.List
getCelList();
/**
* repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
*/
build.buf.validate.priv.Constraint getCel(int index);
/**
* repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
*/
int getCelCount();
/**
* repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
*/
java.util.List extends build.buf.validate.priv.ConstraintOrBuilder>
getCelOrBuilderList();
/**
* repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
*/
build.buf.validate.priv.ConstraintOrBuilder getCelOrBuilder(
int index);
}