We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615362d commit 138ee61Copy full SHA for 138ee61
gax-java/gax/src/main/java/com/google/api/gax/rpc/ClientSettings.java
@@ -313,7 +313,8 @@ public B setGdchApiAudience(@Nullable String gdchApiAudience) {
313
* Sets the API key. The API key will get translated to an [ApiKeyCredentials] and stored in
314
* [CallContext].
315
*
316
- * Note: you can not set an API key and credentials object in the same Settings. It will fail when creating the client.
+ * <p>Note: you can not set an API key and credentials object in the same Settings. It will fail
317
+ * when creating the client.
318
*/
319
public B setApiKey(String apiKey) {
320
stubSettings.setApiKey(apiKey);
0 commit comments