Uses of Class
com.google.genai.types.HttpResponse
Packages that use HttpResponse
-
Uses of HttpResponse in com.google.genai.types
Methods in com.google.genai.types that return HttpResponseModifier and TypeMethodDescriptionabstract HttpResponseHttpResponse.Builder.build()static HttpResponseDeserializes a JSON string to a HttpResponse object.Methods in com.google.genai.types that return types with arguments of type HttpResponseModifier and TypeMethodDescriptionabstract Optional<HttpResponse>CreateFileResponse.sdkHttpResponse()Used to retain the full HTTP response.abstract Optional<HttpResponse>GenerateContentResponse.sdkHttpResponse()Used to retain the full HTTP response.Methods in com.google.genai.types with parameters of type HttpResponseModifier and TypeMethodDescriptionabstract CreateFileResponse.BuilderCreateFileResponse.Builder.sdkHttpResponse(HttpResponse sdkHttpResponse) Setter for sdkHttpResponse.abstract GenerateContentResponse.BuilderGenerateContentResponse.Builder.sdkHttpResponse(HttpResponse sdkHttpResponse) Setter for sdkHttpResponse.