Skip to content

Commit

Permalink
revert(cloudbuild): "feat(cloudbuild): Start generating apiv1/v3" (#2840
Browse files Browse the repository at this point in the history
)

The breaking changes have been rolled back, there is no need to
generate under a new package.

This reverts commit 358a536.
  • Loading branch information
codyoss committed Sep 10, 2020
1 parent 9183fc0 commit 3aaf755
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion internal/gapicgen/generator/config.go
Expand Up @@ -545,7 +545,7 @@ var microgenGapicConfigs = []*microgenConfig{
{
inputDirectoryPath: "google/devtools/cloudbuild/v1",
pkg: "cloudbuild",
importPath: "cloud.google.com/go/cloudbuild/apiv1/v3",
importPath: "cloud.google.com/go/cloudbuild/apiv1/v2",
gRPCServiceConfigPath: "google/devtools/cloudbuild/v1/cloudbuild_grpc_service_config.json",
apiServiceConfigPath: "google/devtools/cloudbuild/v1/cloudbuild_v1.yaml",
releaseLevel: "ga",
Expand Down
1 change: 0 additions & 1 deletion internal/gapicgen/generator/config_test.go
Expand Up @@ -30,7 +30,6 @@ var apivExceptions = map[string]bool{
"cloud.google.com/go/firestore/apiv1/admin": true,
"cloud.google.com/go/cloudbuild/apiv1/v2": true,
"cloud.google.com/go/monitoring/apiv3/v2": true,
"cloud.google.com/go/cloudbuild/apiv1/v3": true,
}

// TestMicrogenConfigs validates config entries.
Expand Down

0 comments on commit 3aaf755

Please sign in to comment.