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
23 changes: 23 additions & 0 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4287,3 +4287,26 @@ libraries:
remove_regex:
- ^packages/googleapis-common-protos/google/(?:api|cloud|rpc|type)/.*/.*_pb2\.(?:py|pyi)$/
tag_format: '{id}-v{version}'
- id: google-cloud-network-security
version: 0.9.19
Copy link
Contributor

Choose a reason for hiding this comment

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

This version needs to be updated

last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
apis:
- path: google/cloud/networksecurity/v1alpha1
service_config: networksecurity_v1alpha1.yaml
- path: google/cloud/networksecurity/v1
service_config: networksecurity_v1.yaml
- path: google/cloud/networksecurity/v1beta1
service_config: networksecurity_v1beta1.yaml
source_roots:
- packages/google-cloud-network-security
preserve_regex:
- packages/google-cloud-network-security/CHANGELOG.md
- docs/CHANGELOG.md
- docs/README.rst
- samples/README.txt
- scripts/client-post-processing
- samples/snippets/README.rst
- tests/system
remove_regex:
- packages/google-cloud-network-security
tag_format: '{id}-v{version}'
1 change: 1 addition & 0 deletions scripts/configure_state_yaml/packages_to_onboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ packages_to_onboard: [
"google-cloud-netapp",
"google-cloud-network-connectivity",
"google-cloud-network-management",
"google-cloud-network-security",
"google-cloud-network-services",
"google-cloud-notebooks",
"google-cloud-optimization",
Expand Down
Loading