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

        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;
      • getValidationErrorsCount

        int getValidationErrorsCount()
        repeated .cerbos.schema.v1.ValidationError validation_errors = 5;