Interface Response.PlaygroundEvaluateResponse.EvalResultListOrBuilder

    • Method Detail

      • getResultsCount

        int getResultsCount()
        repeated .cerbos.response.v1.PlaygroundEvaluateResponse.EvalResult results = 1;
      • getEffectiveDerivedRolesList

        java.util.List<java.lang.String> getEffectiveDerivedRolesList()
        repeated string effective_derived_roles = 2;
        Returns:
        A list containing the effectiveDerivedRoles.
      • getEffectiveDerivedRolesCount

        int getEffectiveDerivedRolesCount()
        repeated string effective_derived_roles = 2;
        Returns:
        The count of effectiveDerivedRoles.
      • getEffectiveDerivedRoles

        java.lang.String getEffectiveDerivedRoles​(int index)
        repeated string effective_derived_roles = 2;
        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 = 2;
        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 = 3;
      • getValidationErrorsCount

        int getValidationErrorsCount()
        repeated .cerbos.schema.v1.ValidationError validation_errors = 3;
      • getOutputsList

        java.util.List<Engine.OutputEntry> getOutputsList()
        repeated .cerbos.engine.v1.OutputEntry outputs = 4;
      • getOutputs

        Engine.OutputEntry getOutputs​(int index)
        repeated .cerbos.engine.v1.OutputEntry outputs = 4;
      • getOutputsCount

        int getOutputsCount()
        repeated .cerbos.engine.v1.OutputEntry outputs = 4;
      • getOutputsOrBuilderList

        java.util.List<? extends Engine.OutputEntryOrBuilder> getOutputsOrBuilderList()
        repeated .cerbos.engine.v1.OutputEntry outputs = 4;
      • getOutputsOrBuilder

        Engine.OutputEntryOrBuilder getOutputsOrBuilder​(int index)
        repeated .cerbos.engine.v1.OutputEntry outputs = 4;