Skip to content

Commit 42ba7e6

Browse files
Google APIscopybara-github
authored andcommitted
chore(deps): Update gapic-generator-java to 2.15.3
PiperOrigin-RevId: 516900470
1 parent 1e84316 commit 42ba7e6

43 files changed

Lines changed: 42 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/diregapic.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on: # yamllint disable-line rule:truthy
77

88
jobs:
99
regenerate-compute:
10-
if: github.repository == "googleapis/googleapis"
1110
runs-on: ubuntu-latest
1211
container: gcr.io/gapic-images/googleapis:20230301
1312
steps:

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ maven_install(
265265
],
266266
)
267267

268-
_gapic_generator_java_version = "2.15.2"
268+
_gapic_generator_java_version = "2.15.3"
269269

270270
maven_install(
271271
artifacts = [

google/api/serviceusage/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ java_gapic_library(
9797
transport = "grpc+rest",
9898
deps = [
9999
":serviceusage_java_proto",
100+
"//google/api:api_java_proto",
100101
],
101102
)
102103

google/api/serviceusage/v1beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ java_gapic_library(
101101
transport = "grpc+rest",
102102
deps = [
103103
":serviceusage_java_proto",
104+
"//google/api:api_java_proto",
104105
],
105106
)
106107

google/appengine/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ java_gapic_library(
113113
transport = "grpc+rest",
114114
deps = [
115115
":appengine_java_proto",
116+
"//google/api:api_java_proto",
116117
],
117118
)
118119

google/cloud/apigateway/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ java_gapic_library(
7979
transport = "grpc+rest",
8080
deps = [
8181
":apigateway_java_proto",
82+
"//google/api:api_java_proto",
8283
],
8384
)
8485

google/cloud/asset/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ java_gapic_library(
8282
deps = [
8383
":asset_java_proto",
8484
"//google/iam/v1:iam_java_proto",
85+
"//google/api:api_java_proto",
8586
],
8687
)
8788

google/cloud/automl/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ java_gapic_library(
9191
transport = "grpc+rest",
9292
deps = [
9393
":automl_java_proto",
94+
"//google/api:api_java_proto",
9495
],
9596
)
9697

google/cloud/automl/v1beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ java_gapic_library(
100100
transport = "grpc+rest",
101101
deps = [
102102
":automl_java_proto",
103+
"//google/api:api_java_proto",
103104
],
104105
)
105106

google/cloud/contactcenterinsights/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ java_gapic_library(
8181
transport = "grpc+rest",
8282
deps = [
8383
":contactcenterinsights_java_proto",
84+
"//google/api:api_java_proto",
8485
],
8586
)
8687

0 commit comments

Comments
 (0)