Skip to content

Commit 573e7eb

Browse files
Google APIscopybara-github
authored andcommitted
fix: remove empty v2.CloudBuild definition
PiperOrigin-RevId: 509865389
1 parent b9351b4 commit 573e7eb

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

google/devtools/cloudbuild/v2/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ java_gapic_library(
9494
java_gapic_test(
9595
name = "cloudbuild_java_gapic_test_suite",
9696
test_classes = [
97-
"google.devtools.cloudbuild.v2.CloudBuildClientHttpJsonTest",
98-
"google.devtools.cloudbuild.v2.CloudBuildClientTest",
9997
"google.devtools.cloudbuild.v2.RepositoryManagerClientHttpJsonTest",
10098
"google.devtools.cloudbuild.v2.RepositoryManagerClientTest",
10199
],

google/devtools/cloudbuild/v2/cloudbuild.proto

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ option (google.api.resource_definition) = {
5151
pattern: "projects/{project}/locations/{location}/githubEnterpriseConfigs/{config}"
5252
};
5353

54-
// Creates and manages builds on Google Cloud Platform.
55-
service CloudBuild {
56-
option (google.api.default_host) = "cloudbuild.googleapis.com";
57-
}
58-
5954
// Represents the metadata of the long-running operation.
6055
message OperationMetadata {
6156
// Output only. The time the operation was created.

0 commit comments

Comments
 (0)