Skip to content

Commit

Permalink
build: renamed gRPC service config for Batch v1 API (#6567)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Aug 25, 2022
1 parent 01788cc commit ad68f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
InputDirectoryPath: "google/cloud/batch/v1",
Pkg: "batch",
ImportPath: "cloud.google.com/go/batch/apiv1",
GRPCServiceConfigPath: "batch_grpc_service_config.json",
GRPCServiceConfigPath: "batch_v1_grpc_service_config.json",
ApiServiceConfigPath: "batch_v1.yaml",
// GA after 2022/08/10
ReleaseLevel: "beta",
Expand Down

0 comments on commit ad68f56

Please sign in to comment.