Object BetaWarning

  • All Implemented Interfaces:

    
    public class BetaWarning
    
                        

    Runtime beta warning utility.

    Emits a one-time warning per method name when a beta endpoint is called, so SDK consumers know the method is not yet GA.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static BetaWarning INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit warnBeta(String qualifiedName) Emit a one-time warning that a beta endpoint was called.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • warnBeta

         final static Unit warnBeta(String qualifiedName)

        Emit a one-time warning that a beta endpoint was called.

        Parameters:
        qualifiedName - Fully qualified method name, e.g.