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 CodeExecutionResultCodeExecutionResult.Builder.build()static CodeExecutionResultDeserializes 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.BuilderPart.Builder.codeExecutionResult(CodeExecutionResult codeExecutionResult) Setter for codeExecutionResult.