Skip to content

Commit ad68f56

Browse files
build: renamed gRPC service config for Batch v1 API (#6567)
1 parent 01788cc commit ad68f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gapicgen/generator/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
15351535
InputDirectoryPath: "google/cloud/batch/v1",
15361536
Pkg: "batch",
15371537
ImportPath: "cloud.google.com/go/batch/apiv1",
1538-
GRPCServiceConfigPath: "batch_grpc_service_config.json",
1538+
GRPCServiceConfigPath: "batch_v1_grpc_service_config.json",
15391539
ApiServiceConfigPath: "batch_v1.yaml",
15401540
// GA after 2022/08/10
15411541
ReleaseLevel: "beta",

0 commit comments

Comments
 (0)