We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cc47a commit 783414fCopy full SHA for 783414f
auth/src/main/java/com/google/cloud/auth/samples/AuthExample.java
@@ -17,8 +17,8 @@
17
package com.google.cloud.auth.samples;
18
19
import com.google.api.gax.paging.Page;
20
-import com.google.auth.oauth2.ComputeEngineCredentials;
21
import com.google.auth.appengine.AppEngineCredentials;
+import com.google.auth.oauth2.ComputeEngineCredentials;
22
import com.google.auth.oauth2.GoogleCredentials;
23
import com.google.cloud.storage.Bucket;
24
import com.google.cloud.storage.Storage;
0 commit comments