Package dev.cerbos.api.v1.schema
Interface SchemaOuterClass.ValidationErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SchemaOuterClass.ValidationError,SchemaOuterClass.ValidationError.Builder
- Enclosing class:
- SchemaOuterClass
public static interface SchemaOuterClass.ValidationErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMessage()string message = 2;com.google.protobuf.ByteStringgetMessageBytes()string message = 2;java.lang.StringgetPath()string path = 1;com.google.protobuf.ByteStringgetPathBytes()string path = 1;SchemaOuterClass.ValidationError.SourcegetSource().cerbos.schema.v1.ValidationError.Source source = 3;intgetSourceValue().cerbos.schema.v1.ValidationError.Source source = 3;-
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.
-
getSource
SchemaOuterClass.ValidationError.Source getSource()
.cerbos.schema.v1.ValidationError.Source source = 3;- Returns:
- The source.
-
-