File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/java/com/google/genai Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616
1717package com .google .genai ;
1818
19+ import com .google .api .core .InternalApi ;
1920import com .google .auth .oauth2 .GoogleCredentials ;
2021import com .google .common .collect .ImmutableMap ;
2122import com .google .genai .errors .GenAiIOException ;
3031import org .apache .http .entity .ContentType ;
3132import org .apache .http .entity .StringEntity ;
3233
33- /** Base client for the HTTP APIs. */
34- final class HttpApiClient extends ApiClient {
34+ /** Base client for the HTTP APIs. This is for internal use only. */
35+ @ InternalApi
36+ public class HttpApiClient extends ApiClient {
3537
3638 /** Constructs an ApiClient for Google AI APIs. */
3739 HttpApiClient (Optional <String > apiKey , Optional <HttpOptions > httpOptions ) {
You can’t perform that action at this time.
0 commit comments