Skip to content

Commit

Permalink
fix: remove empty v2.CloudBuild definition
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 509865389
  • Loading branch information
Google APIs authored and copybara-github committed Feb 15, 2023
1 parent b9351b4 commit 573e7eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions google/devtools/cloudbuild/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ java_gapic_library(
java_gapic_test(
name = "cloudbuild_java_gapic_test_suite",
test_classes = [
"google.devtools.cloudbuild.v2.CloudBuildClientHttpJsonTest",
"google.devtools.cloudbuild.v2.CloudBuildClientTest",
"google.devtools.cloudbuild.v2.RepositoryManagerClientHttpJsonTest",
"google.devtools.cloudbuild.v2.RepositoryManagerClientTest",
],
Expand Down
5 changes: 0 additions & 5 deletions google/devtools/cloudbuild/v2/cloudbuild.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ option (google.api.resource_definition) = {
pattern: "projects/{project}/locations/{location}/githubEnterpriseConfigs/{config}"
};

// Creates and manages builds on Google Cloud Platform.
service CloudBuild {
option (google.api.default_host) = "cloudbuild.googleapis.com";
}

// Represents the metadata of the long-running operation.
message OperationMetadata {
// Output only. The time the operation was created.
Expand Down

0 comments on commit 573e7eb

Please sign in to comment.