Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 1d0d6c3

Browse files
authored
docs: update region tag for the storage quickstart (#985)
This sample uses the wrong prefix, which associates it to BQ rather than BQ storage.
1 parent e43df34 commit 1d0d6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/src/main/java/com/example/bigquerystorage/StorageSample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.example.bigquerystorage;
1818

19-
// [START bigquery_storage_quickstart]
19+
// [START bigquerystorage_quickstart]
2020
import com.google.api.gax.rpc.ServerStream;
2121
import com.google.cloud.bigquery.storage.v1.AvroRows;
2222
import com.google.cloud.bigquery.storage.v1.BigQueryReadClient;
@@ -157,4 +157,4 @@ public static void main(String... args) throws Exception {
157157
}
158158
}
159159
}
160-
// [END bigquery_storage_quickstart]
160+
// [END bigquerystorage_quickstart]

0 commit comments

Comments
 (0)