internal/gapicgen: add bigquerystorage v1 to generator config.

Change-Id: I90980f2356f86ba1c570b18f03ae4abc669d15a4
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/51431
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Noah Dietz <ndietz@google.com>
diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go
index 196ef95..89ab948 100644
--- a/internal/gapicgen/generator/config.go
+++ b/internal/gapicgen/generator/config.go
@@ -153,6 +153,14 @@
 		releaseLevel:          "beta",
 	},
 	{
+		inputDirectoryPath:    "google/cloud/bigquery/storage/v1",
+		pkg:                   "storage",
+		importPath:            "cloud.google.com/go/bigquery/storage/apiv1",
+		gRPCServiceConfigPath: "google/cloud/bigquery/storage/v1/bigquerystorage_grpc_service_config.json",
+		apiServiceConfigPath:  "google/cloud/bigquery/storage/v1/bigquerystorage_v1.yaml",
+		releaseLevel:          "alpha",
+	},
+	{
 		inputDirectoryPath:    "google/cloud/iot/v1",
 		pkg:                   "iot",
 		importPath:            "cloud.google.com/go/iot/apiv1",