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 Type
    Method
    Description
    getViolations(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.
    `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.

    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

    • getViolationsList

      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 [json_name = "violations"];
    • 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 [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

      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"];