Skip to content

Commit 1189308

Browse files
authored
chore(librarian): onboard googleapis-common-protos to librarian (#14562)
Depends on #14551 Towards googleapis/librarian#1269
1 parent 3cab286 commit 1189308

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.librarian/state.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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}'

scripts/configure_state_yaml/packages_to_onboard.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)