Skip to content

Commit dec7c5b

Browse files
Google APIscopybara-github
authored andcommitted
chore: Update build configuration to use up-to-date service config
PiperOrigin-RevId: 501565792
1 parent 2fdd5e9 commit dec7c5b

4 files changed

Lines changed: 3 additions & 192 deletions

File tree

google/cloud/talent/BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# This is an API workspace, having public visibility by default makes perfect sense.
55
package(default_visibility = ["//visibility:public"])
66

7-
# Export yaml configs.
8-
exports_files(glob(["*.yaml"]))
9-
107
load(
118
"@com_google_googleapis_imports//:imports.bzl",
129
"ruby_cloud_gapic_library",

google/cloud/talent/talent_v4.yaml

Lines changed: 0 additions & 86 deletions
This file was deleted.

google/cloud/talent/talent_v4beta1.yaml

Lines changed: 0 additions & 100 deletions
This file was deleted.

google/cloud/talent/v4/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ go_gapic_library(
162162
grpc_service_config = "talent_grpc_service_config.json",
163163
importpath = "cloud.google.com/go/talent/apiv4;talent",
164164
rest_numeric_enums = True,
165-
service_yaml = "//google/cloud/talent:talent_v4.yaml",
165+
service_yaml = "jobs_v4.yaml",
166166
transport = "grpc+rest",
167167
deps = [
168168
":talent_go_proto",
@@ -289,7 +289,7 @@ nodejs_gapic_library(
289289
main_service = "talent",
290290
package = "google.cloud.talent.v4",
291291
rest_numeric_enums = True,
292-
service_yaml = "//google/cloud/talent:talent_v4.yaml",
292+
service_yaml = "jobs_v4.yaml",
293293
transport = "grpc+rest",
294294
deps = [],
295295
)
@@ -380,7 +380,7 @@ csharp_gapic_library(
380380
name = "talent_csharp_gapic",
381381
srcs = [":talent_proto_with_info"],
382382
rest_numeric_enums = True,
383-
service_yaml = "//google/cloud/talent:talent_v4.yaml",
383+
service_yaml = "jobs_v4.yaml",
384384
deps = [
385385
":talent_csharp_grpc",
386386
":talent_csharp_proto",

0 commit comments

Comments
 (0)