Skip to content

Commit

Permalink
sample: fix region tag (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Jan 30, 2020
1 parent 509c112 commit f643414
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,6 +16,7 @@

package com.example.bigquery;

// [START bigquery_get_dataset]
import com.google.api.gax.paging.Page;
import com.google.cloud.bigquery.BigQuery;
import com.google.cloud.bigquery.BigQuery.TableListOption;
Expand All @@ -25,7 +26,6 @@
import com.google.cloud.bigquery.DatasetId;
import com.google.cloud.bigquery.Table;

// [START bigquery_get_dataset]
public class GetDatasetInfo {

public static void runGetDatasetInfo() {
Expand Down

0 comments on commit f643414

Please sign in to comment.