Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -986,3 +986,25 @@ libraries:
remove_regex:
- packages/google-cloud-bigquery-analyticshub
tag_format: '{id}-v{version}'
- id: googleapis-common-protos
version: 1.70.0
last_generated_commit: 31b413bc4feb03f6849c718048c2b9998561b5fa
apis:
- path: google/api
service_config: serviceconfig.yaml
- path: google/cloud/location
service_config: cloud.yaml
- path: google/logging/type
service_config: ""
- path: google/rpc
service_config: rpc_publish.yaml
- path: google/rpc/context
service_config: ""
- path: google/type
service_config: type.yaml
source_roots:
- packages/googleapis-common-protos
preserve_regex: []
remove_regex:
- ^packages/googleapis-common-protos/google/(?:api|cloud|rpc|type)/.*/.*_pb2\.(?:py|pyi)$
tag_format: '{id}-v{version}'
Comment on lines +989 to +1010
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this handwritten or generated using the script?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is handwritten. That should be ok for the 5 libraries which are proto-only

3 changes: 2 additions & 1 deletion scripts/configure_state_yaml/packages_to_onboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ packages_to_onboard: [
"google-cloud-vmwareengine",
"google-cloud-vpc-access",
"google-cloud-websecurityscanner",
"google-cloud-workstations"
"google-cloud-workstations",
"googleapis-common-protos",
]
Loading