From 1d0d6c3a877943b83775430d5a2bf7fcd24a1f21 Mon Sep 17 00:00:00 2001 From: shollyman Date: Wed, 7 Apr 2021 10:48:04 -0700 Subject: [PATCH] docs: update region tag for the storage quickstart (#985) This sample uses the wrong prefix, which associates it to BQ rather than BQ storage. --- .../main/java/com/example/bigquerystorage/StorageSample.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/src/main/java/com/example/bigquerystorage/StorageSample.java b/samples/snippets/src/main/java/com/example/bigquerystorage/StorageSample.java index 437dced50b..296f8508dd 100644 --- a/samples/snippets/src/main/java/com/example/bigquerystorage/StorageSample.java +++ b/samples/snippets/src/main/java/com/example/bigquerystorage/StorageSample.java @@ -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; @@ -157,4 +157,4 @@ public static void main(String... args) throws Exception { } } } -// [END bigquery_storage_quickstart] +// [END bigquerystorage_quickstart]