Uses of Interface
com.google.genai.gaos.utils.Hook.SdkInit
Packages that use Hook.SdkInit
-
Uses of Hook.SdkInit in com.google.genai.gaos.utils
Classes in com.google.genai.gaos.utils that implement Hook.SdkInitModifier and TypeClassDescriptionclassRegisters hooks for use at runtime by an end-user or for use by a customer that may edit the SDKHooks.java file.Fields in com.google.genai.gaos.utils declared as Hook.SdkInitModifier and TypeFieldDescriptionstatic final Hook.SdkInitHook.SdkInit.DEFAULTThe default action is to return the config untouched.Methods in com.google.genai.gaos.utils with parameters of type Hook.SdkInitModifier and TypeMethodDescriptionHooks.registerSdkInit(Hook.SdkInit SdkInit) Registers aHook.SdkInithook to be applied in order of registration (multiple can be registered).