Skip to content

Commit

Permalink
feat: GCS GAPIC PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Apr 27, 2021
1 parent 9d5cc54 commit c81ea03
Showing 1 changed file with 7 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",
},
}

0 comments on commit c81ea03

Please sign in to comment.