Skip to content

Commit 652c4c1

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
fix: revert removal of LRO mixin
PiperOrigin-RevId: 476177109
1 parent 1e836f9 commit 652c4c1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -323,6 +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",
326327
)
327328

328329
nodejs_gapic_assembly_pkg(

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

+1
Original file line numberDiff line numberDiff line change
@@ -323,6 +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",
326327
)
327328

328329
nodejs_gapic_assembly_pkg(

google/cloud/dialogflow/v2/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -324,6 +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",
327328
)
328329

329330
nodejs_gapic_assembly_pkg(

google/cloud/dialogflow/v2beta1/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -318,6 +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",
321322
)
322323

323324
nodejs_gapic_assembly_pkg(

0 commit comments

Comments
 (0)