|
|
|
@ -118,7 +118,6 @@ load( |
|
|
|
|
"go_gapic_assembly_pkg", |
|
|
|
|
"go_gapic_library", |
|
|
|
|
"go_proto_library", |
|
|
|
|
"go_test", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
go_proto_library( |
|
|
|
@ -151,13 +150,6 @@ go_gapic_library( |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
go_test( |
|
|
|
|
name = "baremetalsolution_go_gapic_test", |
|
|
|
|
srcs = [":baremetalsolution_go_gapic_srcjar_test"], |
|
|
|
|
embed = [":baremetalsolution_go_gapic"], |
|
|
|
|
importpath = "cloud.google.com/go/baremetalsolution/apiv2", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# Open Source Packages |
|
|
|
|
go_gapic_assembly_pkg( |
|
|
|
|
name = "gapi-cloud-baremetalsolution-v2-go", |
|
|
|
@ -192,7 +184,7 @@ py_gapic_library( |
|
|
|
|
rest_numeric_enums = True, |
|
|
|
|
service_yaml = "baremetalsolution_v2.yaml", |
|
|
|
|
transport = "grpc+rest", |
|
|
|
|
deps = ["//google/iam/v1:iam_policy_py_proto",] |
|
|
|
|
deps = ["//google/iam/v1:iam_policy_py_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
py_test( |
|
|
|
@ -239,10 +231,10 @@ php_gapic_library( |
|
|
|
|
name = "baremetalsolution_php_gapic", |
|
|
|
|
srcs = [":baremetalsolution_proto_with_info"], |
|
|
|
|
grpc_service_config = "baremetalsolution_grpc_service_config.json", |
|
|
|
|
migration_mode = "MIGRATING", |
|
|
|
|
rest_numeric_enums = True, |
|
|
|
|
service_yaml = "baremetalsolution_v2.yaml", |
|
|
|
|
transport = "grpc+rest", |
|
|
|
|
migration_mode = "MIGRATING", |
|
|
|
|
deps = [ |
|
|
|
|
":baremetalsolution_php_grpc", |
|
|
|
|
":baremetalsolution_php_proto", |
|
|
|
|