public interface ViolationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Violation |
getViolations(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
int |
getViolationsCount()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
List<Violation> |
getViolationsList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
ViolationOrBuilder |
getViolationsOrBuilder(int index)
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
List<? extends ViolationOrBuilder> |
getViolationsOrBuilderList()
`violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Violation> 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"];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 [json_name = "violations"];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"];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"];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 [json_name = "violations"];Copyright © 2024. All rights reserved.