Package build.buf.validate
Interface ViolationsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Violations,Violations.Builder
public interface ViolationsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViolationgetViolations(int index)`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.intgetViolationsCount()`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.java.util.List<Violation>getViolationsList()`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.ViolationOrBuildergetViolationsOrBuilder(int index)`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.java.util.List<? extends ViolationOrBuilder>getViolationsOrBuilderList()`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getViolationsList
java.util.List<Violation> getViolationsList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
repeated .buf.validate.Violation violations = 1;
-
getViolations
Violation getViolations(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
repeated .buf.validate.Violation violations = 1;
-
getViolationsCount
int getViolationsCount()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
repeated .buf.validate.Violation violations = 1;
-
getViolationsOrBuilderList
java.util.List<? extends ViolationOrBuilder> getViolationsOrBuilderList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
repeated .buf.validate.Violation violations = 1;
-
getViolationsOrBuilder
ViolationOrBuilder getViolationsOrBuilder(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
repeated .buf.validate.Violation violations = 1;
-
-