Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ private static GoogleCredential.Builder getCredentialBuilderWithoutPrivateKey(
* <li>No credentials (if the DATASTORE_EMULATOR_HOST environment variable is set)
* <li>Service Account specified by the DATASTORE_SERVICE_ACCOUNT and DATASTORE_PRIVATE_KEY_FILE
* environment variables
* <li>Google Application Default as described at {@link
* "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>.
* </ol>
*/
public static DatastoreOptions.Builder getOptionsFromEnv()
Expand Down