Package dev.cerbos.api.v1.response
Interface Response.PlaygroundFailure.ErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.PlaygroundFailure.Error,Response.PlaygroundFailure.Error.Builder
- Enclosing class:
- Response.PlaygroundFailure
public static interface Response.PlaygroundFailure.ErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Response.PlaygroundFailure.ErrorDetailsgetDetails().cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;Response.PlaygroundFailure.ErrorDetailsOrBuildergetDetailsOrBuilder().cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;java.lang.StringgetError()string error = 2;com.google.protobuf.ByteStringgetErrorBytes()string error = 2;java.lang.StringgetFile()string file = 1;com.google.protobuf.ByteStringgetFileBytes()string file = 1;booleanhasDetails().cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFile
java.lang.String getFile()
string file = 1;- Returns:
- The file.
-
getFileBytes
com.google.protobuf.ByteString getFileBytes()
string file = 1;- Returns:
- The bytes for file.
-
getError
java.lang.String getError()
string error = 2;- Returns:
- The error.
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()
string error = 2;- Returns:
- The bytes for error.
-
hasDetails
boolean hasDetails()
.cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;- Returns:
- Whether the details field is set.
-
getDetails
Response.PlaygroundFailure.ErrorDetails getDetails()
.cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;- Returns:
- The details.
-
getDetailsOrBuilder
Response.PlaygroundFailure.ErrorDetailsOrBuilder getDetailsOrBuilder()
.cerbos.response.v1.PlaygroundFailure.ErrorDetails details = 3;
-
-