File tree Expand file tree Collapse file tree
google/devtools/cloudbuild/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ java_gapic_library(
9494java_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 ],
Original file line number Diff line number Diff 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.
6055message OperationMetadata {
6156 // Output only. The time the operation was created.
You can’t perform that action at this time.
0 commit comments