Skip to content

Commit 6954c4d

Browse files
Google APIscopybara-github
authored andcommitted
chore: put Locations mixin back
PiperOrigin-RevId: 477369320
1 parent 4689c73 commit 6954c4d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/retail/v2/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ nodejs_gapic_library(
297297
package = "google.cloud.retail.v2",
298298
service_yaml = "retail_v2.yaml",
299299
deps = [],
300-
mixins = "google.longrunning.Operations",
300+
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
301301
)
302302

303303
nodejs_gapic_assembly_pkg(

google/cloud/retail/v2alpha/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ nodejs_gapic_library(
302302
package = "google.cloud.retail.v2alpha",
303303
service_yaml = "retail_v2alpha.yaml",
304304
deps = [],
305-
mixins = "google.longrunning.Operations",
305+
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
306306
)
307307

308308
nodejs_gapic_assembly_pkg(

google/cloud/retail/v2beta/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ nodejs_gapic_library(
302302
package = "google.cloud.retail.v2beta",
303303
service_yaml = "retail_v2beta.yaml",
304304
deps = [],
305-
mixins = "google.longrunning.Operations",
305+
mixins = "google.longrunning.Operations;google.cloud.location.Locations",
306306
)
307307

308308
nodejs_gapic_assembly_pkg(

0 commit comments

Comments
 (0)