Skip to content

Commit abb30a0

Browse files
Google APIscopybara-github
authored andcommitted
chore: use gapic-generator-python 0.28.1
Also re-adds the grpc_service_config to all the Python libraries that have been moved to the microgenerator. PiperOrigin-RevId: 321807443
1 parent bb46f87 commit abb30a0

15 files changed

Lines changed: 16 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ pip_repositories()
223223
# Change upstream repository once PR is merged
224224
http_archive(
225225
name = "gapic_generator_python",
226-
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.26.3.zip"],
227-
strip_prefix = "gapic-generator-python-0.26.3",
226+
urls = ["https://github.com/googleapis/gapic-generator-python/archive/v0.28.1.zip"],
227+
strip_prefix = "gapic-generator-python-0.28.1",
228228
)
229229

230230
load("@gapic_generator_python//:repositories.bzl",

google/analytics/admin/v1alpha/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ load(
164164
py_gapic_library(
165165
name = "admin_py_gapic",
166166
srcs = [":admin_proto"],
167+
grpc_service_config = "admin_grpc_service_config.json",
167168
)
168169

169170
py_gapic_assembly_pkg(

google/cloud/billing/budgets/v1beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ load(
165165
py_gapic_library(
166166
name = "budgets_py_gapic",
167167
srcs = [":budgets_proto"],
168+
grpc_service_config = "billingbudgets_grpc_service_config.json",
168169
)
169170

170171
py_gapic_assembly_pkg(

google/cloud/documentai/v1beta2/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ load(
161161
py_gapic_library(
162162
name = "documentai_py_gapic",
163163
srcs = [":documentai_proto"],
164+
grpc_service_config = "documentai_v1beta2_grpc_service_config.json",
164165
)
165166

166167
py_gapic_assembly_pkg(

google/cloud/functions/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ load(
182182
py_gapic_library(
183183
name = "functions_py_gapic",
184184
srcs = [":functions_proto"],
185+
grpc_service_config = "functions_grpc_service_config.json",
185186
)
186187

187188
py_gapic_assembly_pkg(

google/cloud/phishingprotection/v1beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ load(
150150
py_gapic_library(
151151
name = "phishingprotection_py_gapic",
152152
srcs = [":phishingprotection_proto"],
153+
grpc_service_config = "phishingprotection_grpc_service_config.json",
153154
)
154155

155156
py_gapic_assembly_pkg(

google/cloud/webrisk/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ load(
152152
py_gapic_library(
153153
name = "webrisk_py_gapic",
154154
srcs = [":webrisk_proto"],
155+
grpc_service_config = "webrisk_grpc_service_config.json",
155156
)
156157

157158
py_gapic_assembly_pkg(

google/cloud/webrisk/v1beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ load(
151151
py_gapic_library(
152152
name = "webrisk_py_gapic",
153153
srcs = [":webrisk_proto"],
154+
grpc_service_config = "webrisk_grpc_service_config.json",
154155
)
155156

156157
py_gapic_assembly_pkg(

google/cloud/websecurityscanner/v1alpha/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ load(
159159
py_gapic_library(
160160
name = "websecurityscanner_py_gapic",
161161
srcs = [":websecurityscanner_proto"],
162+
grpc_service_config = "websecurityscanner_grpc_service_config.json",
162163
)
163164

164165
py_gapic_assembly_pkg(

google/cloud/websecurityscanner/v1beta/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ load(
162162
py_gapic_library(
163163
name = "websecurityscanner_py_gapic",
164164
srcs = [":websecurityscanner_proto"],
165+
grpc_service_config = "websecurityscanner_grpc_service_config.json",
165166
)
166167

167168
py_gapic_assembly_pkg(

0 commit comments

Comments
 (0)