Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6954c4d

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

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎google/cloud/retail/v2/BUILD.bazel‎

Copy file name to clipboardExpand all lines: google/cloud/retail/v2/BUILD.bazel
+1-1Lines 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(
Collapse file

‎google/cloud/retail/v2alpha/BUILD.bazel‎

Copy file name to clipboardExpand all lines: google/cloud/retail/v2alpha/BUILD.bazel
+1-1Lines 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(
Collapse file

‎google/cloud/retail/v2beta/BUILD.bazel‎

Copy file name to clipboardExpand all lines: google/cloud/retail/v2beta/BUILD.bazel
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.