Interface PolicyOuterClass.Schemas.SchemaOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PolicyOuterClass.Schemas.IgnoreWhen getIgnoreWhen()
      .cerbos.policy.v1.Schemas.IgnoreWhen ignore_when = 2;
      PolicyOuterClass.Schemas.IgnoreWhenOrBuilder getIgnoreWhenOrBuilder()
      .cerbos.policy.v1.Schemas.IgnoreWhen ignore_when = 2;
      java.lang.String getRef()
      string ref = 1 [(.validate.rules) = { ...
      com.google.protobuf.ByteString getRefBytes()
      string ref = 1 [(.validate.rules) = { ...
      boolean hasIgnoreWhen()
      .cerbos.policy.v1.Schemas.IgnoreWhen ignore_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

      • getRef

        java.lang.String getRef()
        string ref = 1 [(.validate.rules) = { ... }
        Returns:
        The ref.
      • getRefBytes

        com.google.protobuf.ByteString getRefBytes()
        string ref = 1 [(.validate.rules) = { ... }
        Returns:
        The bytes for ref.
      • hasIgnoreWhen

        boolean hasIgnoreWhen()
        .cerbos.policy.v1.Schemas.IgnoreWhen ignore_when = 2;
        Returns:
        Whether the ignoreWhen field is set.