File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
scripts/configure_state_yaml Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -986,3 +986,25 @@ libraries:
986986 remove_regex :
987987 - packages/google-cloud-bigquery-analyticshub
988988 tag_format : ' {id}-v{version}'
989+ - id : googleapis-common-protos
990+ version : 1.70.0
991+ last_generated_commit : 31b413bc4feb03f6849c718048c2b9998561b5fa
992+ apis :
993+ - path : google/api
994+ service_config : serviceconfig.yaml
995+ - path : google/cloud/location
996+ service_config : cloud.yaml
997+ - path : google/logging/type
998+ service_config : " "
999+ - path : google/rpc
1000+ service_config : rpc_publish.yaml
1001+ - path : google/rpc/context
1002+ service_config : " "
1003+ - path : google/type
1004+ service_config : type.yaml
1005+ source_roots :
1006+ - packages/googleapis-common-protos
1007+ preserve_regex : []
1008+ remove_regex :
1009+ - ^packages/googleapis-common-protos/google/(?:api|cloud|rpc|type)/.*/.*_pb2\.(?:py|pyi)$
1010+ tag_format : ' {id}-v{version}'
Original file line number Diff line number Diff line change @@ -63,5 +63,6 @@ packages_to_onboard: [
6363 " google-cloud-vmwareengine" ,
6464 " google-cloud-vpc-access" ,
6565 " google-cloud-websecurityscanner" ,
66- " google-cloud-workstations"
66+ " google-cloud-workstations" ,
67+ " googleapis-common-protos" ,
6768]
You can’t perform that action at this time.
0 commit comments