Skip to content

Commit

Permalink
docs: update region tag for the storage quickstart
Browse files Browse the repository at this point in the history
This sample uses the wrong prefix, which associates it to BQ rather than
BQ storage.
  • Loading branch information
shollyman committed Apr 7, 2021
1 parent 17bfbd8 commit c6ff001
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@

package com.example.bigquerystorage;

// [START bigquery_storage_quickstart]
// [START bigquerystorage_quickstart]
import com.google.api.gax.rpc.ServerStream;
import com.google.cloud.bigquery.storage.v1.AvroRows;
import com.google.cloud.bigquery.storage.v1.BigQueryReadClient;
Expand Down Expand Up @@ -157,4 +157,4 @@ public static void main(String... args) throws Exception {
}
}
}
// [END bigquery_storage_quickstart]
// [END bigquerystorage_quickstart]

0 comments on commit c6ff001

Please sign in to comment.