|
|
|
@ -159,53 +159,18 @@ 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_gapic_assembly_pkg", |
|
|
|
|
"py_gapic_library", |
|
|
|
|
"py_grpc_library", |
|
|
|
|
"py_proto_library", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
moved_proto_library( |
|
|
|
|
name = "gaming_moved_proto", |
|
|
|
|
srcs = [":gaming_proto"], |
|
|
|
|
deps = [ |
|
|
|
|
"//google/api:annotations_proto", |
|
|
|
|
"//google/api:client_proto", |
|
|
|
|
"//google/api:field_behavior_proto", |
|
|
|
|
"//google/api:resource_proto", |
|
|
|
|
"//google/longrunning:operations_proto", |
|
|
|
|
"@com_google_protobuf//:duration_proto", |
|
|
|
|
"@com_google_protobuf//:field_mask_proto", |
|
|
|
|
"@com_google_protobuf//:timestamp_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
py_proto_library( |
|
|
|
|
name = "gaming_py_proto", |
|
|
|
|
plugin = "@protoc_docs_plugin//:docs_plugin", |
|
|
|
|
deps = [":gaming_moved_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
py_grpc_library( |
|
|
|
|
name = "gaming_py_grpc", |
|
|
|
|
srcs = [":gaming_moved_proto"], |
|
|
|
|
deps = [":gaming_py_proto"], |
|
|
|
|
py_gapic_assembly_pkg = "py_gapic_assembly_pkg2", |
|
|
|
|
py_gapic_library = "py_gapic_library2", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
py_gapic_library( |
|
|
|
|
name = "gaming_py_gapic", |
|
|
|
|
src = ":gaming_proto_with_info", |
|
|
|
|
gapic_yaml = "gaming_gapic.yaml", |
|
|
|
|
srcs = [":gaming_proto"], |
|
|
|
|
grpc_service_config = "gaming_grpc_service_config.json", |
|
|
|
|
package = "google.cloud.gaming.v1beta", |
|
|
|
|
service_yaml = "gameservices_v1beta.yaml", |
|
|
|
|
deps = [ |
|
|
|
|
":gaming_py_grpc", |
|
|
|
|
":gaming_py_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# Open Source Packages |
|
|
|
@ -213,8 +178,6 @@ py_gapic_assembly_pkg( |
|
|
|
|
name = "gaming-v1beta-py", |
|
|
|
|
deps = [ |
|
|
|
|
":gaming_py_gapic", |
|
|
|
|
":gaming_py_grpc", |
|
|
|
|
":gaming_py_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|