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

    Modifier and Type
    Method
    Description
    getCel(int index)
    repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
    int
    repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
    repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
    getCelOrBuilder(int index)
    repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
    repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];

    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 Details

    • getCelList

      List<Constraint> getCelList()
      repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
    • getCel

      Constraint getCel(int index)
      repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
    • getCelCount

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

      List<? extends ConstraintOrBuilder> getCelOrBuilderList()
      repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
    • getCelOrBuilder

      ConstraintOrBuilder getCelOrBuilder(int index)
      repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];