Skip to content

feat: Add interactions support for Java - #1147

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
copybara_956606048
Open

feat: Add interactions support for Java#1147
copybara-service[bot] wants to merge 1 commit into
mainfrom
copybara_956606048

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

feat: Add interactions support for Java

Fixes #1064

@copybara-service
copybara-service Bot force-pushed the copybara_956606048 branch 2 times, most recently from edcab43 to 515654b Compare August 4, 2026 00:43
@copybara-service copybara-service Bot changed the title chore: add gaos resource into java sdk feat: Add interactions support for Java. Aug 4, 2026
@copybara-service
copybara-service Bot force-pushed the copybara_956606048 branch 5 times, most recently from 009dd32 to 742fbbd Compare August 4, 2026 08:31
@copybara-service copybara-service Bot changed the title feat: Add interactions support for Java. feat: Add interactions support for Java Aug 4, 2026
@copybara-service
copybara-service Bot force-pushed the copybara_956606048 branch 7 times, most recently from 1f1b7e4 to 77b568a Compare August 6, 2026 21:21
Comment on lines +27 to +28
import com.google.genai.gaos.SecuritySource;
import com.google.genai.gaos.utils.HasSecurity;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused imports

Suggested change
import com.google.genai.gaos.SecuritySource;
import com.google.genai.gaos.utils.HasSecurity;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file (and the associated TokenProvider interface) still needed?

I don't see any reference to the GoogleCredentialsTokenProvider class and IIUC token refresh is already handled by ApiClient.setHeaders() (called by theGenAiGaosHttpClient custom client). Is this meant as a convenience helper for end users to refresh tokens manually?

Fixes #1064

PiperOrigin-RevId: 956606048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

What is the status of the Interactions API?

2 participants