001// Generated by the protocol buffer compiler. DO NOT EDIT! 002// NO CHECKED-IN PROTOBUF GENCODE 003// source: java/dev/enola/common/protobuf/validation.proto 004// Protobuf Java Version: 4.32.0 005 006package dev.enola.common.validation; 007 008@com.google.protobuf.Generated 009public interface ValidationOrBuilder extends 010 // @@protoc_insertion_point(interface_extends:dev.enola.validation.Validation) 011 com.google.protobuf.MessageOrBuilder { 012 013 /** 014 * <pre> 015 * As in 016 * https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto 017 * </pre> 018 * 019 * <code>string path = 1;</code> 020 * @return The path. 021 */ 022 java.lang.String getPath(); 023 /** 024 * <pre> 025 * As in 026 * https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto 027 * </pre> 028 * 029 * <code>string path = 1;</code> 030 * @return The bytes for path. 031 */ 032 com.google.protobuf.ByteString 033 getPathBytes(); 034 035 /** 036 * <code>string error = 2;</code> 037 * @return The error. 038 */ 039 java.lang.String getError(); 040 /** 041 * <code>string error = 2;</code> 042 * @return The bytes for error. 043 */ 044 com.google.protobuf.ByteString 045 getErrorBytes(); 046}