Interface PolicyOuterClass.TestResults.SuiteOrBuilder

    • Method Detail

      • getFile

        java.lang.String getFile()
        string file = 1;
        Returns:
        The file.
      • getFileBytes

        com.google.protobuf.ByteString getFileBytes()
        string file = 1;
        Returns:
        The bytes for file.
      • getName

        java.lang.String getName()
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 2;
        Returns:
        The bytes for name.
      • getPrincipalsList

        @Deprecated
        java.util.List<PolicyOuterClass.TestResults.Principal> getPrincipalsList()
        Deprecated.
        repeated .cerbos.policy.v1.TestResults.Principal principals = 3 [deprecated = true];
      • getPrincipals

        @Deprecated
        PolicyOuterClass.TestResults.Principal getPrincipals​(int index)
        Deprecated.
        repeated .cerbos.policy.v1.TestResults.Principal principals = 3 [deprecated = true];
      • getPrincipalsCount

        @Deprecated
        int getPrincipalsCount()
        Deprecated.
        repeated .cerbos.policy.v1.TestResults.Principal principals = 3 [deprecated = true];
      • getPrincipalsOrBuilderList

        @Deprecated
        java.util.List<? extends PolicyOuterClass.TestResults.PrincipalOrBuilder> getPrincipalsOrBuilderList()
        Deprecated.
        repeated .cerbos.policy.v1.TestResults.Principal principals = 3 [deprecated = true];
      • hasSummary

        boolean hasSummary()
        .cerbos.policy.v1.TestResults.Summary summary = 4;
        Returns:
        Whether the summary field is set.
      • getError

        java.lang.String getError()
        string error = 5;
        Returns:
        The error.
      • getErrorBytes

        com.google.protobuf.ByteString getErrorBytes()
        string error = 5;
        Returns:
        The bytes for error.
      • getTestCasesCount

        int getTestCasesCount()
        repeated .cerbos.policy.v1.TestResults.TestCase test_cases = 6;
      • getDescription

        java.lang.String getDescription()
        string description = 7;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 7;
        Returns:
        The bytes for description.