Package dev.enola.common.validation
Interface ValidationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Validation,Validation.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetError()string error = 2;com.google.protobuf.ByteStringstring error = 2;getPath()As in https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.protocom.google.protobuf.ByteStringAs in https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.protoMethods 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
-
getPath
As in https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto
string path = 1;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()As in https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/field_mask.proto
string path = 1;- Returns:
- The bytes for path.
-
getError
string error = 2;- Returns:
- The error.
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()string error = 2;- Returns:
- The bytes for error.
-