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 ToolCodeExecutionToolCodeExecution.Builder.build()static ToolCodeExecutionDeserializes 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.BuilderTool.Builder.codeExecution(ToolCodeExecution codeExecution) Setter for codeExecution.