Interface PolicyOuterClass.TestTableOrBuilder

    • Method Detail

      • getName

        java.lang.String getName()
        string name = 1 [(.buf.validate.field) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1 [(.buf.validate.field) = { ... }
        Returns:
        The bytes for name.
      • getDescription

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

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

        boolean getSkip()
        bool skip = 3;
        Returns:
        The skip.
      • getSkipReason

        java.lang.String getSkipReason()
        string skip_reason = 4;
        Returns:
        The skipReason.
      • getSkipReasonBytes

        com.google.protobuf.ByteString getSkipReasonBytes()
        string skip_reason = 4;
        Returns:
        The bytes for skipReason.
      • hasInput

        boolean hasInput()
        .cerbos.policy.v1.TestTable.Input input = 5 [(.buf.validate.field) = { ... }
        Returns:
        Whether the input field is set.
      • getExpectedCount

        int getExpectedCount()
        repeated .cerbos.policy.v1.TestTable.Expectation expected = 6 [(.buf.validate.field) = { ... }
      • hasOptions

        boolean hasOptions()
        .cerbos.policy.v1.TestOptions options = 7;
        Returns:
        Whether the options field is set.