Skip to content

Commit

Permalink
chore: move talent v4 to python microgenerator rules
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 333372432
  • Loading branch information
Google APIs authored and copybara-github committed Sep 23, 2020
1 parent 7e377ce commit 0fd468f
Showing 1 changed file with 2 additions and 38 deletions.
40 changes: 2 additions & 38 deletions google/cloud/talent/v4/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -177,38 +177,14 @@ go_gapic_assembly_pkg(
##############################################################################
# Python
##############################################################################
# This library is using Python microgenerator.
# DO NOT OVERRIDE this Python section with autogenerated rules.
load(
"@com_google_googleapis_imports//:imports.bzl",
"moved_proto_library",
"py_grpc_library",
"py_proto_library",
py_gapic_assembly_pkg = "py_gapic_assembly_pkg2",
py_gapic_library = "py_gapic_library2",
)

moved_proto_library(
name = "talent_moved_proto",
srcs = [":talent_proto"],
deps = [
"//google/api:annotations_proto",
"//google/api:client_proto",
"//google/api:field_behavior_proto",
"//google/api:resource_proto",
"//google/longrunning:operations_proto",
"//google/rpc:status_proto",
"//google/type:latlng_proto",
"//google/type:money_proto",
"//google/type:postal_address_proto",
"//google/type:timeofday_proto",
"@com_google_protobuf//:any_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:empty_proto",
"@com_google_protobuf//:field_mask_proto",
"@com_google_protobuf//:timestamp_proto",
"@com_google_protobuf//:wrappers_proto",
],
)

py_gapic_library(
name = "talent_py_gapic",
srcs = [":talent_proto"],
Expand All @@ -222,18 +198,6 @@ py_gapic_assembly_pkg(
],
)

py_proto_library(
name = "talent_py_proto",
plugin = "@protoc_docs_plugin//:docs_plugin",
deps = [":talent_moved_proto"],
)

py_grpc_library(
name = "talent_py_grpc",
srcs = [":talent_moved_proto"],
deps = [":talent_py_proto"],
)

##############################################################################
# PHP
##############################################################################
Expand Down

0 comments on commit 0fd468f

Please sign in to comment.