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