Skip to content
Closed
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
16 changes: 16 additions & 0 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5386,6 +5386,22 @@ libraries:
- packages/google-crc32c/README.rst
- packages/google-crc32c/docs/
tag_format: '{id}-v{version}'
- id: google-devicesandservices-health
version: 0.0.0
last_generated_commit: ""
apis:
- path: google/devicesandservices/health/v4
source_roots:
- packages/google-devicesandservices-health
preserve_regex: []
remove_regex: []
release_exclude_paths:
- packages/google-devicesandservices-health/.repo-metadata.json
- packages/google-devicesandservices-health/noxfile.py
- packages/google-devicesandservices-health/tests/
- packages/google-devicesandservices-health/README.rst
- packages/google-devicesandservices-health/docs/
tag_format: '{id}-v{version}'
- id: google-geo-type
version: 0.7.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
Expand Down
14 changes: 14 additions & 0 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ default:
output: packages
tag_format: '{name}-v{version}'
python:
allowed_namespaces:
- google.ads
- google.apps
- google.cloud
- google.maps
- google.shopping
- google.devicesandservices
common_gapic_paths:
- samples/generated_samples
- tests/unit/gapic
Expand Down Expand Up @@ -2197,6 +2204,13 @@ libraries:
skip_release: true
python:
library_type: OTHER
- name: google-devicesandservices-health
version: 0.0.0
apis:
- path: google/devicesandservices/health/v4
copyright_year: "2026"
python:
default_version: v4
- name: google-geo-type
version: 0.7.0
apis:
Expand Down
Loading