Uses of Class
com.google.genai.gaos.models.interactions.URLContextResultStatus
Packages that use URLContextResultStatus
-
Uses of URLContextResultStatus in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as URLContextResultStatusModifier and TypeFieldDescriptionstatic final URLContextResultStatusURLContextResultStatus.ERRORstatic final URLContextResultStatusURLContextResultStatus.PAYWALLstatic final URLContextResultStatusURLContextResultStatus.SUCCESSstatic final URLContextResultStatusURLContextResultStatus.UNSAFEMethods in com.google.genai.gaos.models.interactions that return URLContextResultStatusModifier and TypeMethodDescriptionstatic URLContextResultStatusReturns a URLContextResultStatus with the given value.static URLContextResultStatus[]URLContextResultStatus.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type URLContextResultStatusMethods in com.google.genai.gaos.models.interactions with parameters of type URLContextResultStatusModifier and TypeMethodDescriptionURLContextResult.Builder.status(URLContextResultStatus status) The status of the URL retrieval.URLContextResult.withStatus(URLContextResultStatus status) The status of the URL retrieval.Constructors in com.google.genai.gaos.models.interactions with parameters of type URLContextResultStatus