Package dev.cerbos.api.v1.response
Interface Response.PlaygroundFailure.ErrorDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.PlaygroundFailure.ErrorDetails,Response.PlaygroundFailure.ErrorDetails.Builder
- Enclosing class:
- Response.PlaygroundFailure
public static interface Response.PlaygroundFailure.ErrorDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumn()uint32 column = 2;java.lang.StringgetContext()string context = 3;com.google.protobuf.ByteStringgetContextBytes()string context = 3;intgetLine()uint32 line = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLine
int getLine()
uint32 line = 1;- Returns:
- The line.
-
getColumn
int getColumn()
uint32 column = 2;- Returns:
- The column.
-
getContext
java.lang.String getContext()
string context = 3;- Returns:
- The context.
-
getContextBytes
com.google.protobuf.ByteString getContextBytes()
string context = 3;- Returns:
- The bytes for context.
-
-