Interface Response.PlaygroundEvaluateResponse.EvalResultOrBuilder

    • 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.
      • 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=288
        repeated 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=288
        repeated 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=288
        repeated 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=288
        repeated 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];