Skip to content

Commit

Permalink
feat: add GCS GAPIC PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Apr 29, 2021
1 parent 8ccd689 commit 3127900
Show file tree
Hide file tree
Showing 5 changed files with 3,648 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -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",
},
}
121 changes: 121 additions & 0 deletions storage/internal/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3127900

Please sign in to comment.