Package build.buf.validate.priv
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 TypeMethodDescriptiongetCel(int index) repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];intrepeated .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"];List<? extends ConstraintOrBuilder> repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
repeated .buf.validate.priv.Constraint cel = 1 [json_name = "cel"];
-