Interface PolicyOuterClass.OutputOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getExpr()
      Deprecated.
      cerbos.policy.v1.Output.expr is deprecated.
      com.google.protobuf.ByteString getExprBytes()
      Deprecated.
      cerbos.policy.v1.Output.expr is deprecated.
      PolicyOuterClass.Output.When getWhen()
      .cerbos.policy.v1.Output.When when = 2;
      PolicyOuterClass.Output.WhenOrBuilder getWhenOrBuilder()
      .cerbos.policy.v1.Output.When when = 2;
      boolean hasWhen()
      .cerbos.policy.v1.Output.When when = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getExpr

        @Deprecated
        java.lang.String getExpr()
        Deprecated.
        cerbos.policy.v1.Output.expr is deprecated. See cerbos/policy/v1/policy.proto;l=237
        string expr = 1 [deprecated = true];
        Returns:
        The expr.
      • getExprBytes

        @Deprecated
        com.google.protobuf.ByteString getExprBytes()
        Deprecated.
        cerbos.policy.v1.Output.expr is deprecated. See cerbos/policy/v1/policy.proto;l=237
        string expr = 1 [deprecated = true];
        Returns:
        The bytes for expr.
      • hasWhen

        boolean hasWhen()
        .cerbos.policy.v1.Output.When when = 2;
        Returns:
        Whether the when field is set.