Interface FieldConstraintsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FieldConstraints, FieldConstraints.Builder

    public interface FieldConstraintsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Constraint getCel​(int index)
      repeated .buf.validate.priv.Constraint cel = 1;
      int getCelCount()
      repeated .buf.validate.priv.Constraint cel = 1;
      java.util.List<Constraint> getCelList()
      repeated .buf.validate.priv.Constraint cel = 1;
      ConstraintOrBuilder getCelOrBuilder​(int index)
      repeated .buf.validate.priv.Constraint cel = 1;
      java.util.List<? extends ConstraintOrBuilder> getCelOrBuilderList()
      repeated .buf.validate.priv.Constraint cel = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getCelList

        java.util.List<Constraint> getCelList()
        repeated .buf.validate.priv.Constraint cel = 1;
      • getCel

        Constraint getCel​(int index)
        repeated .buf.validate.priv.Constraint cel = 1;
      • getCelCount

        int getCelCount()
        repeated .buf.validate.priv.Constraint cel = 1;
      • getCelOrBuilderList

        java.util.List<? extends ConstraintOrBuilder> getCelOrBuilderList()
        repeated .buf.validate.priv.Constraint cel = 1;
      • getCelOrBuilder

        ConstraintOrBuilder getCelOrBuilder​(int index)
        repeated .buf.validate.priv.Constraint cel = 1;