Uses of Class
com.google.genai.types.ImportFileResponse
Packages that use ImportFileResponse
-
Uses of ImportFileResponse in com.google.genai.types
Methods in com.google.genai.types that return ImportFileResponseModifier and TypeMethodDescriptionabstract ImportFileResponseImportFileResponse.Builder.build()static ImportFileResponseDeserializes a JSON string to a ImportFileResponse object.Methods in com.google.genai.types that return types with arguments of type ImportFileResponseModifier and TypeMethodDescriptionabstract Optional<ImportFileResponse>ImportFileOperation.response()The result of the ImportFile operation, available when the operation is done.Methods in com.google.genai.types with parameters of type ImportFileResponseModifier and TypeMethodDescriptionabstract ImportFileOperation.BuilderImportFileOperation.Builder.response(ImportFileResponse response) Setter for response.