Skip to content

Commit 174b42d

Browse files
Google APIscopybara-github
authored andcommitted
chore: revert removal of LRO mixin
PiperOrigin-RevId: 476177134
1 parent 652c4c1 commit 174b42d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/retail/v2/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ nodejs_gapic_library(
297297
package = "google.cloud.retail.v2",
298298
service_yaml = "retail_v2.yaml",
299299
deps = [],
300+
mixins = "google.longrunning.Operations",
300301
)
301302

302303
nodejs_gapic_assembly_pkg(

google/cloud/retail/v2alpha/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ nodejs_gapic_library(
302302
package = "google.cloud.retail.v2alpha",
303303
service_yaml = "retail_v2alpha.yaml",
304304
deps = [],
305+
mixins = "google.longrunning.Operations",
305306
)
306307

307308
nodejs_gapic_assembly_pkg(

google/cloud/retail/v2beta/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ nodejs_gapic_library(
302302
package = "google.cloud.retail.v2beta",
303303
service_yaml = "retail_v2beta.yaml",
304304
deps = [],
305+
mixins = "google.longrunning.Operations",
305306
)
306307

307308
nodejs_gapic_assembly_pkg(

0 commit comments

Comments
 (0)