Package dev.cerbos.api.v1.response
Interface Response.PlaygroundEvaluateResponse.EvalResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.PlaygroundEvaluateResponse.EvalResult,Response.PlaygroundEvaluateResponse.EvalResult.Builder
- Enclosing class:
- Response.PlaygroundEvaluateResponse
public static interface Response.PlaygroundEvaluateResponse.EvalResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAction()string action = 1;com.google.protobuf.ByteStringgetActionBytes()string action = 1;EffectOuterClass.EffectgetEffect().cerbos.effect.v1.Effect effect = 2;java.lang.StringgetEffectiveDerivedRoles(int index)repeated string effective_derived_roles = 4;com.google.protobuf.ByteStringgetEffectiveDerivedRolesBytes(int index)repeated string effective_derived_roles = 4;intgetEffectiveDerivedRolesCount()repeated string effective_derived_roles = 4;java.util.List<java.lang.String>getEffectiveDerivedRolesList()repeated string effective_derived_roles = 4;intgetEffectValue().cerbos.effect.v1.Effect effect = 2;java.lang.StringgetPolicy()string policy = 3;com.google.protobuf.ByteStringgetPolicyBytes()string policy = 3;SchemaOuterClass.ValidationErrorgetValidationErrors(int index)repeated .cerbos.schema.v1.ValidationError validation_errors = 5;intgetValidationErrorsCount()repeated .cerbos.schema.v1.ValidationError validation_errors = 5;java.util.List<SchemaOuterClass.ValidationError>getValidationErrorsList()repeated .cerbos.schema.v1.ValidationError validation_errors = 5;SchemaOuterClass.ValidationErrorOrBuildergetValidationErrorsOrBuilder(int index)repeated .cerbos.schema.v1.ValidationError validation_errors = 5;java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder>getValidationErrorsOrBuilderList()repeated .cerbos.schema.v1.ValidationError validation_errors = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAction
java.lang.String getAction()
string action = 1;- Returns:
- The action.
-
getActionBytes
com.google.protobuf.ByteString getActionBytes()
string action = 1;- Returns:
- The bytes for action.
-
getEffectValue
int getEffectValue()
.cerbos.effect.v1.Effect effect = 2;- Returns:
- The enum numeric value on the wire for effect.
-
getEffect
EffectOuterClass.Effect getEffect()
.cerbos.effect.v1.Effect effect = 2;- Returns:
- The effect.
-
getPolicy
java.lang.String getPolicy()
string policy = 3;- Returns:
- The policy.
-
getPolicyBytes
com.google.protobuf.ByteString getPolicyBytes()
string policy = 3;- Returns:
- The bytes for policy.
-
getEffectiveDerivedRolesList
java.util.List<java.lang.String> getEffectiveDerivedRolesList()
repeated string effective_derived_roles = 4;- Returns:
- A list containing the effectiveDerivedRoles.
-
getEffectiveDerivedRolesCount
int getEffectiveDerivedRolesCount()
repeated string effective_derived_roles = 4;- Returns:
- The count of effectiveDerivedRoles.
-
getEffectiveDerivedRoles
java.lang.String getEffectiveDerivedRoles(int index)
repeated string effective_derived_roles = 4;- Parameters:
index- The index of the element to return.- Returns:
- The effectiveDerivedRoles at the given index.
-
getEffectiveDerivedRolesBytes
com.google.protobuf.ByteString getEffectiveDerivedRolesBytes(int index)
repeated string effective_derived_roles = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the effectiveDerivedRoles at the given index.
-
getValidationErrorsList
java.util.List<SchemaOuterClass.ValidationError> getValidationErrorsList()
repeated .cerbos.schema.v1.ValidationError validation_errors = 5;
-
getValidationErrors
SchemaOuterClass.ValidationError getValidationErrors(int index)
repeated .cerbos.schema.v1.ValidationError validation_errors = 5;
-
getValidationErrorsCount
int getValidationErrorsCount()
repeated .cerbos.schema.v1.ValidationError validation_errors = 5;
-
getValidationErrorsOrBuilderList
java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder> getValidationErrorsOrBuilderList()
repeated .cerbos.schema.v1.ValidationError validation_errors = 5;
-
getValidationErrorsOrBuilder
SchemaOuterClass.ValidationErrorOrBuilder getValidationErrorsOrBuilder(int index)
repeated .cerbos.schema.v1.ValidationError validation_errors = 5;
-
-