diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 10a16f9978b3..1c3d2cc71f54 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -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}' diff --git a/scripts/configure_state_yaml/packages_to_onboard.yaml b/scripts/configure_state_yaml/packages_to_onboard.yaml index 4c02083b03d3..4081ebc335e3 100644 --- a/scripts/configure_state_yaml/packages_to_onboard.yaml +++ b/scripts/configure_state_yaml/packages_to_onboard.yaml @@ -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", ]