Skip to content

Commit

Permalink
fix: change java package of Cloud Build v2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 514411662
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 6, 2023
1 parent fa280ad commit 1e379f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/devtools/cloudbuild/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ java_grpc_library(
java_gapic_library(
name = "cloudbuild_java_gapic",
srcs = [":cloudbuild_proto_with_info"],
gapic_yaml = None,
gapic_yaml = "cloudbuild_gapic.yaml",
grpc_service_config = "cloudbuild_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "cloudbuild_v2.yaml",
Expand All @@ -94,8 +94,8 @@ java_gapic_library(
java_gapic_test(
name = "cloudbuild_java_gapic_test_suite",
test_classes = [
"google.devtools.cloudbuild.v2.RepositoryManagerClientHttpJsonTest",
"google.devtools.cloudbuild.v2.RepositoryManagerClientTest",
"com.google.cloud.devtools.cloudbuild.v2.RepositoryManagerClientHttpJsonTest",
"com.google.cloud.devtools.cloudbuild.v2.RepositoryManagerClientTest",
],
runtime_deps = [":cloudbuild_java_gapic_test"],
)
Expand Down
6 changes: 6 additions & 0 deletions google/devtools/cloudbuild/v2/cloudbuild_gapic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: com.google.api.codegen.ConfigProto
config_schema_version: 2.0.0
# The settings of generated code in a specific language.
language_settings:
java:
package_name: com.google.cloud.devtools.cloudbuild.v2

0 comments on commit 1e379f2

Please sign in to comment.