Skip to content

Commit ada88fe

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): include *.proto files in //gapic/metadata:metadata-py
chore(python): include *.proto files in //google/api:api-py chore(python): include *.proto files in //google/cloud:extended-operations-py chore(python): include *.proto files in //google/cloud/location:location-py chore(python): include *.proto files in //google/logging/type:logging-type-py chore(python): include *.proto files in //google/longrunning:operations-py chore(python): include *.proto files in //google/rpc:rpc-py chore(python): include *.proto files in //google/rpc/context:rpc-context-py chore(python): include *.proto files in //google/type:type-py PiperOrigin-RevId: 733643032
1 parent 7dfaf27 commit ada88fe

9 files changed

Lines changed: 63 additions & 2 deletions

File tree

gapic/metadata/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ py_proto_library(
7272
py_gapic_assembly_pkg(
7373
name = "metadata-py",
7474
deps = [
75-
":metadata_py_proto"
75+
":metadata_proto",
76+
":metadata_py_proto",
7677
],
7778
)
7879

google/api/BUILD.bazel

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,38 +838,71 @@ py_proto_library(
838838
py_gapic_assembly_pkg(
839839
name = "api-py",
840840
deps = [
841+
":annotations_proto",
841842
":annotations_py_proto",
843+
":auth_proto",
842844
":auth_py_proto",
845+
":backend_proto",
843846
":backend_py_proto",
847+
":billing_proto",
844848
":billing_py_proto",
849+
":client_proto",
845850
":client_py_proto",
851+
":config_change_proto",
846852
":config_change_py_proto",
853+
":consumer_proto",
847854
":consumer_py_proto",
855+
":context_proto",
848856
":context_py_proto",
857+
":control_proto",
849858
":control_py_proto",
859+
":distribution_proto",
850860
":distribution_py_proto",
861+
":documentation_proto",
851862
":documentation_py_proto",
863+
":endpoint_proto",
852864
":endpoint_py_proto",
865+
":error_reason_proto",
853866
":error_reason_py_proto",
867+
":field_info_proto",
854868
":field_info_py_proto",
869+
":field_behavior_proto",
855870
":field_behavior_py_proto",
871+
":http_proto",
856872
":http_py_proto",
873+
":httpbody_proto",
857874
":httpbody_py_proto",
875+
":label_proto",
858876
":label_py_proto",
877+
":launch_stage_proto",
859878
":launch_stage_py_proto",
879+
":log_proto",
860880
":log_py_proto",
881+
":logging_proto",
861882
":logging_py_proto",
883+
":metric_proto",
862884
":metric_py_proto",
885+
":monitored_resource_proto",
863886
":monitored_resource_py_proto",
887+
":monitoring_proto",
864888
":monitoring_py_proto",
889+
":policy_proto",
865890
":policy_py_proto",
891+
":quota_proto",
866892
":quota_py_proto",
893+
":resource_proto",
867894
":resource_py_proto",
895+
":routing_proto",
868896
":routing_py_proto",
897+
":service_proto",
869898
":service_py_proto",
899+
":source_info_proto",
870900
":source_info_py_proto",
901+
":system_parameter_proto",
871902
":system_parameter_py_proto",
903+
":usage_proto",
872904
":usage_py_proto",
905+
":visibility_proto",
873906
":visibility_py_proto",
874907
],
875908
)

google/cloud/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ py_proto_library(
7373
py_gapic_assembly_pkg(
7474
name = "extended-operations-py",
7575
deps = [
76-
":extended_operations_py_proto"
76+
":extended_operations_proto",
77+
":extended_operations_py_proto",
7778
],
7879
)
7980

google/cloud/location/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ py_proto_library(
100100
py_gapic_assembly_pkg(
101101
name = "location-py",
102102
deps = [
103+
":location_proto",
103104
":location_py_proto",
104105
],
105106
)

google/logging/type/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ py_proto_library(
8888
py_gapic_assembly_pkg(
8989
name = "logging-type-py",
9090
deps = [
91+
":type_proto",
9192
":type_py_proto",
9293
],
9394
)

google/longrunning/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ py_proto_library(
227227
py_gapic_assembly_pkg(
228228
name = "operations-py",
229229
deps = [
230+
":operations_proto",
230231
":operations_py_proto",
231232
],
232233
)

google/rpc/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,13 @@ py_proto_library(
138138
py_gapic_assembly_pkg(
139139
name = "rpc-py",
140140
deps = [
141+
":code_proto",
141142
":code_py_proto",
143+
":error_details_proto",
142144
":error_details_py_proto",
145+
":http_proto",
143146
":http_py_proto",
147+
":status_proto",
144148
":status_py_proto",
145149
],
146150
)

google/rpc/context/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ py_proto_library(
115115
py_gapic_assembly_pkg(
116116
name = "rpc-context-py",
117117
deps = [
118+
":attribute_context_proto",
118119
":attribute_context_py_proto",
120+
":audit_context_proto",
119121
":audit_context_py_proto",
120122
],
121123
)

google/type/BUILD.bazel

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,22 +453,39 @@ py_proto_library(
453453
py_gapic_assembly_pkg(
454454
name = "type-py",
455455
deps = [
456+
":calendar_period_proto",
456457
":calendar_period_py_proto",
458+
":color_proto",
457459
":color_py_proto",
460+
":date_proto",
458461
":date_py_proto",
462+
":datetime_proto",
459463
":datetime_py_proto",
464+
":dayofweek_proto",
460465
":dayofweek_py_proto",
466+
":decimal_proto",
461467
":decimal_py_proto",
468+
":expr_proto",
462469
":expr_py_proto",
470+
":fraction_proto",
463471
":fraction_py_proto",
472+
":interval_proto",
464473
":interval_py_proto",
474+
":latlng_proto",
465475
":latlng_py_proto",
476+
":localized_text_proto",
466477
":localized_text_py_proto",
478+
":money_proto",
467479
":money_py_proto",
480+
":month_proto",
468481
":month_py_proto",
482+
":phone_number_proto",
469483
":phone_number_py_proto",
484+
":postal_address_proto",
470485
":postal_address_py_proto",
486+
":quaternion_proto",
471487
":quaternion_py_proto",
488+
":timeofday_proto",
472489
":timeofday_py_proto",
473490
],
474491
)

0 commit comments

Comments
 (0)