Skip to content

Commit 3aaf755

Browse files
authored
revert(cloudbuild): "feat(cloudbuild): Start generating apiv1/v3" (#2840)
The breaking changes have been rolled back, there is no need to generate under a new package. This reverts commit 358a536.
1 parent 9183fc0 commit 3aaf755

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

internal/gapicgen/generator/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ var microgenGapicConfigs = []*microgenConfig{
545545
{
546546
inputDirectoryPath: "google/devtools/cloudbuild/v1",
547547
pkg: "cloudbuild",
548-
importPath: "cloud.google.com/go/cloudbuild/apiv1/v3",
548+
importPath: "cloud.google.com/go/cloudbuild/apiv1/v2",
549549
gRPCServiceConfigPath: "google/devtools/cloudbuild/v1/cloudbuild_grpc_service_config.json",
550550
apiServiceConfigPath: "google/devtools/cloudbuild/v1/cloudbuild_v1.yaml",
551551
releaseLevel: "ga",

internal/gapicgen/generator/config_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ var apivExceptions = map[string]bool{
3030
"cloud.google.com/go/firestore/apiv1/admin": true,
3131
"cloud.google.com/go/cloudbuild/apiv1/v2": true,
3232
"cloud.google.com/go/monitoring/apiv3/v2": true,
33-
"cloud.google.com/go/cloudbuild/apiv1/v3": true,
3433
}
3534

3635
// TestMicrogenConfigs validates config entries.

0 commit comments

Comments
 (0)