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.
2 parents 600e06a + 9e2ce24 commit 9127a79Copy full SHA for 9127a79
bigquery/src/main/java/com/google/cloud/bigquery/samples/GettingStarted.java
@@ -130,8 +130,7 @@ public static void main(String[] args) throws IOException {
130
}
131
String projectId = sc.nextLine();
132
133
- // Create a new Bigquery client authorized via OAuth 2.0 protocol
134
- // dataStoreFactory = new FileDataStoreFactory(DATA_STORE_DIR);
+ // Create a new Bigquery client authorized via Application Default Credentials.
135
Bigquery bigquery = createAuthorizedClient();
136
137
List<TableRow> rows = executeQuery("SELECT TOP(corpus, 10) as title, COUNT(*) as unique_words "
0 commit comments