Skip to content

Commit

Permalink
chore: override API mixins when needed
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 477248447
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 27, 2022
1 parent c89757b commit 4689c73
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ gapic_generator_register_toolchains()
# TypeScript
##############################################################################

_gapic_generator_typescript_version = "2.18.0"
_gapic_generator_typescript_version = "2.18.2"

_gapic_generator_typescript_sha256 = "34f842a8bf587584c132c3f08b669ec880860762fa72066637326004626e7364"
_gapic_generator_typescript_sha256 = "45dfd7f059f45f83352a2d9438c1ed021817d9c894220cbd9578b1580194b937"

### TypeScript generator
http_archive(
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/dataplex/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ nodejs_gapic_library(
package = "google.cloud.dataplex.v1",
service_yaml = "dataplex_v1.yaml",
# Content service defines IAM RPCs, force override mixins to remove IAM
mixins = "google.cloud.location.Locations,google.longrunning.Operations",
mixins = "google.cloud.location.Locations;google.longrunning.Operations",
deps = [],
)

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/dialogflow/cx/v3/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ nodejs_gapic_library(
package = "google.cloud.dialogflow.cx.v3",
service_yaml = "dialogflow_v3.yaml",
deps = [],
mixins = "google.longrunning.Operations,google.cloud.location.Locations",
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
)

nodejs_gapic_assembly_pkg(
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/dialogflow/cx/v3beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ nodejs_gapic_library(
package = "google.cloud.dialogflow.cx.v3beta1",
service_yaml = "dialogflow_v3beta1.yaml",
deps = [],
mixins = "google.longrunning.Operations,google.cloud.location.Locations",
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
)

nodejs_gapic_assembly_pkg(
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/dialogflow/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ nodejs_gapic_library(
package = "google.cloud.dialogflow.v2",
service_yaml = "dialogflow_v2.yaml",
deps = [],
mixins = "google.longrunning.Operations,google.cloud.location.Locations",
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
)

nodejs_gapic_assembly_pkg(
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/dialogflow/v2beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ nodejs_gapic_library(
package = "google.cloud.dialogflow.v2beta1",
service_yaml = "dialogflow_v2beta1.yaml",
deps = [],
mixins = "google.longrunning.Operations,google.cloud.location.Locations",
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
)

nodejs_gapic_assembly_pkg(
Expand Down

0 comments on commit 4689c73

Please sign in to comment.