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