We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73786bd commit 91807b9Copy full SHA for 91807b9
datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java
@@ -216,8 +216,8 @@ private static GoogleCredential.Builder getCredentialBuilderWithoutPrivateKey(
216
* <li>No credentials (if the DATASTORE_EMULATOR_HOST environment variable is set)
217
* <li>Service Account specified by the DATASTORE_SERVICE_ACCOUNT and DATASTORE_PRIVATE_KEY_FILE
218
* environment variables
219
- * <li>Google Application Default as described at {@link
220
- * "https://developers.google.com/identity/protocols/application-default-credentials"}
+ * <li>Google Application Default as described <a
+ * href="https://cloud.google.com/docs/authentication/production">here</a>.
221
* </ol>
222
*/
223
public static DatastoreOptions.Builder getOptionsFromEnv()
0 commit comments