Package com.google.genai
Class ApiResponse
java.lang.Object
com.google.genai.ApiResponse
- All Implemented Interfaces:
AutoCloseable
The API response contains a response to a call to the GenAI APIs.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApiResponse
public ApiResponse()
-
-
Method Details
-
getEntity
public abstract org.apache.http.HttpEntity getEntity() throws org.apache.http.HttpExceptionGets the HttpEntity.- Throws:
org.apache.http.HttpException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-