Skip to content

Commit 4689c73

Browse files
Google APIscopybara-github
authored andcommitted
chore: override API mixins when needed
PiperOrigin-RevId: 477248447
1 parent c89757b commit 4689c73

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ gapic_generator_register_toolchains()
314314
# TypeScript
315315
##############################################################################
316316

317-
_gapic_generator_typescript_version = "2.18.0"
317+
_gapic_generator_typescript_version = "2.18.2"
318318

319-
_gapic_generator_typescript_sha256 = "34f842a8bf587584c132c3f08b669ec880860762fa72066637326004626e7364"
319+
_gapic_generator_typescript_sha256 = "45dfd7f059f45f83352a2d9438c1ed021817d9c894220cbd9578b1580194b937"
320320

321321
### TypeScript generator
322322
http_archive(

google/cloud/dataplex/v1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ nodejs_gapic_library(
283283
package = "google.cloud.dataplex.v1",
284284
service_yaml = "dataplex_v1.yaml",
285285
# Content service defines IAM RPCs, force override mixins to remove IAM
286-
mixins = "google.cloud.location.Locations,google.longrunning.Operations",
286+
mixins = "google.cloud.location.Locations;google.longrunning.Operations",
287287
deps = [],
288288
)
289289

google/cloud/dialogflow/cx/v3/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ nodejs_gapic_library(
323323
package = "google.cloud.dialogflow.cx.v3",
324324
service_yaml = "dialogflow_v3.yaml",
325325
deps = [],
326-
mixins = "google.longrunning.Operations,google.cloud.location.Locations",
326+
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
327327
)
328328

329329
nodejs_gapic_assembly_pkg(

google/cloud/dialogflow/cx/v3beta1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ nodejs_gapic_library(
323323
package = "google.cloud.dialogflow.cx.v3beta1",
324324
service_yaml = "dialogflow_v3beta1.yaml",
325325
deps = [],
326-
mixins = "google.longrunning.Operations,google.cloud.location.Locations",
326+
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
327327
)
328328

329329
nodejs_gapic_assembly_pkg(

google/cloud/dialogflow/v2/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ nodejs_gapic_library(
324324
package = "google.cloud.dialogflow.v2",
325325
service_yaml = "dialogflow_v2.yaml",
326326
deps = [],
327-
mixins = "google.longrunning.Operations,google.cloud.location.Locations",
327+
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
328328
)
329329

330330
nodejs_gapic_assembly_pkg(

google/cloud/dialogflow/v2beta1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ nodejs_gapic_library(
318318
package = "google.cloud.dialogflow.v2beta1",
319319
service_yaml = "dialogflow_v2beta1.yaml",
320320
deps = [],
321-
mixins = "google.longrunning.Operations,google.cloud.location.Locations",
321+
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
322322
)
323323

324324
nodejs_gapic_assembly_pkg(

0 commit comments

Comments
 (0)