Skip to content

Commit 1e379f2

Browse files
Google APIscopybara-github
authored andcommitted
fix: change java package of Cloud Build v2
PiperOrigin-RevId: 514411662
1 parent fa280ad commit 1e379f2

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

google/devtools/cloudbuild/v2/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ java_grpc_library(
7373
java_gapic_library(
7474
name = "cloudbuild_java_gapic",
7575
srcs = [":cloudbuild_proto_with_info"],
76-
gapic_yaml = None,
76+
gapic_yaml = "cloudbuild_gapic.yaml",
7777
grpc_service_config = "cloudbuild_grpc_service_config.json",
7878
rest_numeric_enums = True,
7979
service_yaml = "cloudbuild_v2.yaml",
@@ -94,8 +94,8 @@ java_gapic_library(
9494
java_gapic_test(
9595
name = "cloudbuild_java_gapic_test_suite",
9696
test_classes = [
97-
"google.devtools.cloudbuild.v2.RepositoryManagerClientHttpJsonTest",
98-
"google.devtools.cloudbuild.v2.RepositoryManagerClientTest",
97+
"com.google.cloud.devtools.cloudbuild.v2.RepositoryManagerClientHttpJsonTest",
98+
"com.google.cloud.devtools.cloudbuild.v2.RepositoryManagerClientTest",
9999
],
100100
runtime_deps = [":cloudbuild_java_gapic_test"],
101101
)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
type: com.google.api.codegen.ConfigProto
2+
config_schema_version: 2.0.0
3+
# The settings of generated code in a specific language.
4+
language_settings:
5+
java:
6+
package_name: com.google.cloud.devtools.cloudbuild.v2

0 commit comments

Comments
 (0)