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

build.buf.validate.priv.FieldConstraintsOrBuilder Maven / Gradle / Ivy

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 
      getCelOrBuilderList();
  /**
   * repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
   */
  build.buf.validate.priv.ConstraintOrBuilder getCelOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy