Interface SchemaOuterClass.ValidationErrorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      string message = 2;
      com.google.protobuf.ByteString getMessageBytes()
      string message = 2;
      java.lang.String getPath()
      string path = 1;
      com.google.protobuf.ByteString getPathBytes()
      string path = 1;
      SchemaOuterClass.ValidationError.Source getSource()
      .cerbos.schema.v1.ValidationError.Source source = 3;
      int getSourceValue()
      .cerbos.schema.v1.ValidationError.Source source = 3;
      • 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 Detail

      • getPath

        java.lang.String getPath()
        string path = 1;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
        string path = 1;
        Returns:
        The bytes for path.
      • getMessage

        java.lang.String getMessage()
        string message = 2;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        string message = 2;
        Returns:
        The bytes for message.
      • getSourceValue

        int getSourceValue()
        .cerbos.schema.v1.ValidationError.Source source = 3;
        Returns:
        The enum numeric value on the wire for source.