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 Deprecated 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)Deprecated.cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult.effective_derived_roles is deprecated.com.google.protobuf.ByteStringgetEffectiveDerivedRolesBytes(int index)Deprecated.cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult.effective_derived_roles is deprecated.intgetEffectiveDerivedRolesCount()Deprecated.cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult.effective_derived_roles is deprecated.java.util.List<java.lang.String>getEffectiveDerivedRolesList()Deprecated.cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult.effective_derived_roles is deprecated.intgetEffectValue().cerbos.effect.v1.Effect effect = 2;java.lang.StringgetPolicy()string policy = 3;com.google.protobuf.ByteStringgetPolicyBytes()string policy = 3;SchemaOuterClass.ValidationErrorgetValidationErrors(int index)Deprecated.intgetValidationErrorsCount()Deprecated.java.util.List<SchemaOuterClass.ValidationError>getValidationErrorsList()Deprecated.SchemaOuterClass.ValidationErrorOrBuildergetValidationErrorsOrBuilder(int index)Deprecated.java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder>getValidationErrorsOrBuilderList()Deprecated.-
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
@Deprecated java.util.List<java.lang.String> getEffectiveDerivedRolesList()
Deprecated.cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult.effective_derived_roles is deprecated. See cerbos/response/v1/response.proto;l=288repeated string effective_derived_roles = 4 [deprecated = true];- Returns:
- A list containing the effectiveDerivedRoles.
-
getEffectiveDerivedRolesCount
@Deprecated int getEffectiveDerivedRolesCount()
Deprecated.cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult.effective_derived_roles is deprecated. See cerbos/response/v1/response.proto;l=288repeated string effective_derived_roles = 4 [deprecated = true];- Returns:
- The count of effectiveDerivedRoles.
-
getEffectiveDerivedRoles
@Deprecated java.lang.String getEffectiveDerivedRoles(int index)
Deprecated.cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult.effective_derived_roles is deprecated. See cerbos/response/v1/response.proto;l=288repeated string effective_derived_roles = 4 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The effectiveDerivedRoles at the given index.
-
getEffectiveDerivedRolesBytes
@Deprecated com.google.protobuf.ByteString getEffectiveDerivedRolesBytes(int index)
Deprecated.cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult.effective_derived_roles is deprecated. See cerbos/response/v1/response.proto;l=288repeated string effective_derived_roles = 4 [deprecated = true];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the effectiveDerivedRoles at the given index.
-
getValidationErrorsList
@Deprecated java.util.List<SchemaOuterClass.ValidationError> getValidationErrorsList()
Deprecated.repeated .cerbos.schema.v1.ValidationError validation_errors = 5 [deprecated = true];
-
getValidationErrors
@Deprecated SchemaOuterClass.ValidationError getValidationErrors(int index)
Deprecated.repeated .cerbos.schema.v1.ValidationError validation_errors = 5 [deprecated = true];
-
getValidationErrorsCount
@Deprecated int getValidationErrorsCount()
Deprecated.repeated .cerbos.schema.v1.ValidationError validation_errors = 5 [deprecated = true];
-
getValidationErrorsOrBuilderList
@Deprecated java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder> getValidationErrorsOrBuilderList()
Deprecated.repeated .cerbos.schema.v1.ValidationError validation_errors = 5 [deprecated = true];
-
getValidationErrorsOrBuilder
@Deprecated SchemaOuterClass.ValidationErrorOrBuilder getValidationErrorsOrBuilder(int index)
Deprecated.repeated .cerbos.schema.v1.ValidationError validation_errors = 5 [deprecated = true];
-
-