-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Universe Domain to ClientSettings #2331
Conversation
@@ -241,6 +246,12 @@ public B setClock(ApiClock clock) { | |||
return self(); | |||
} | |||
|
|||
/** Sets the Universe Domain to configure the resolved endpoint */ | |||
public B setUniverseDomain(String universeDomain) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably where showcase tests can help us find issues earlier. Can you please add a few showcase tests to verify that universe domain set through ClientSettings
and StubSettings
can be used for resolving endpoints?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've decided to park this. I'll create an issue to investigate aligning the stubsettings and clientsettings.
gax-java/gax/src/main/java/com/google/api/gax/rpc/StubSettings.java
Outdated
Show resolved
Hide resolved
Quality Gate passed for 'gapic-generator-java-root'Kudos, no new issues were introduced! 0 New issues |
Quality Gate passed for 'java_showcase_integration_tests'Kudos, no new issues were introduced! 0 New issues |
No description provided.