Uses of Class
com.google.genai.types.ToolCodeExecution
Packages that use ToolCodeExecution
-
Uses of ToolCodeExecution in com.google.genai.types
Methods in com.google.genai.types that return ToolCodeExecutionModifier and TypeMethodDescriptionabstract ToolCodeExecution
ToolCodeExecution.Builder.build()
static ToolCodeExecution
Deserializes a JSON string to a ToolCodeExecution object.Methods in com.google.genai.types that return types with arguments of type ToolCodeExecutionModifier and TypeMethodDescriptionabstract Optional<ToolCodeExecution>
Tool.codeExecution()
Optional.Methods in com.google.genai.types with parameters of type ToolCodeExecutionModifier and TypeMethodDescriptionabstract Tool.Builder
Tool.Builder.codeExecution
(ToolCodeExecution codeExecution) Setter for codeExecution.