diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go index 5488d3a74e7a..dde9293395df 100644 --- a/internal/gapicgen/generator/config.go +++ b/internal/gapicgen/generator/config.go @@ -1080,4 +1080,11 @@ var microgenGapicConfigs = []*microgenConfig{ apiServiceConfigPath: "google/area120/tables/v1alpha1/area120tables_v1alpha1.yaml", releaseLevel: "alpha", }, + { + inputDirectoryPath: "google/storage/v1", + pkg: "storage", + importPath: "cloud.google.com/go/storage/internal/apiv1", + gRPCServiceConfigPath: "google/storage/v1/storage_grpc_service_config.json", + apiServiceConfigPath: "google/storage/v1/storage_v1.yaml", + }, }