Skip to content

Commit

Permalink
fix(tables): use area120tables_v1alpha1.yaml as api-service-config (#…
Browse files Browse the repository at this point in the history
…3759)

Use proper API Service Config file for area120/tables GAPIC.
  • Loading branch information
noahdietz committed Mar 2, 2021
1 parent 44c6bf9 commit b130ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/generator/config.go
Expand Up @@ -1048,7 +1048,7 @@ var microgenGapicConfigs = []*microgenConfig{
pkg: "tables",
importPath: "cloud.google.com/go/area120/tables/apiv1alpha1",
gRPCServiceConfigPath: "google/area120/tables/v1alpha1/tables_grpc_service_config.json",
apiServiceConfigPath: "google/area120/tables/v1alpha1/language_gapic.yaml",
apiServiceConfigPath: "google/area120/tables/v1alpha1/area120tables_v1alpha1.yaml",
releaseLevel: "alpha",
},
}

0 comments on commit b130ec0

Please sign in to comment.