Skip to content

Commit

Permalink
fix: revert removal of LRO mixin
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 476177109
  • Loading branch information
Google APIs authored and copybara-github committed Sep 22, 2022
1 parent 1e836f9 commit 652c4c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/dialogflow/cx/v3/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +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",
)

nodejs_gapic_assembly_pkg(
Expand Down
1 change: 1 addition & 0 deletions google/cloud/dialogflow/cx/v3beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +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",
)

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

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

nodejs_gapic_assembly_pkg(
Expand Down

0 comments on commit 652c4c1

Please sign in to comment.