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
Modifier and TypeMethodDescriptiongetViolations(int index) `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.int`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.getViolationsOrBuilder(int index) `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.List<? extends ViolationOrBuilder> `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.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
-
getViolationsList
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; -
getViolations
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; -
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 [json_name = "violations"]; -
getViolationsOrBuilderList
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 [json_name = "violations"]; -
getViolationsOrBuilder
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
repeated .buf.validate.Violation violations = 1 [json_name = "violations"];
-