Uses of Class
com.google.genai.gaos.models.interactions.URLContextResult
Packages that use URLContextResult
-
Uses of URLContextResult in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return URLContextResultModifier and TypeMethodDescriptionURLContextResult.Builder.build()URLContextResult.withStatus(URLContextResultStatus status) The status of the URL retrieval.The URL that was fetched.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type URLContextResultModifier and TypeMethodDescriptionURLContextResultDelta.result()URLContextResultStep.result()Required.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type URLContextResultModifier and TypeMethodDescriptionURLContextResultDelta.Builder.result(List<URLContextResult> result) URLContextResultStep.Builder.result(List<URLContextResult> result) Required.URLContextResultDelta.withResult(List<URLContextResult> result) URLContextResultStep.withResult(List<URLContextResult> result) Required.Constructor parameters in com.google.genai.gaos.models.interactions with type arguments of type URLContextResultModifierConstructorDescriptionURLContextResultDelta(Boolean isError, List<URLContextResult> result, String signature) URLContextResultDelta(List<URLContextResult> result) URLContextResultStep(String callId, Boolean isError, List<URLContextResult> result, String signature) URLContextResultStep(String callId, List<URLContextResult> result)