Skip to content

Commit f3f3e3a

Browse files
authored
chore(librarian): onboard google-cloud-access-context-manager (#14570)
This PR depends on #14551. Please review #14551 first Towards googleapis/librarian#1061
1 parent 89e57be commit f3f3e3a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.librarian/state.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,3 +1188,17 @@ libraries:
11881188
remove_regex:
11891189
- packages/google-cloud-webrisk
11901190
tag_format: '{id}-v{version}'
1191+
- id: google-cloud-access-context-manager
1192+
version: 0.2.2
1193+
last_generated_commit: 329ace5e3712a2e37d6159d4dcd998d8c73f261e
1194+
apis:
1195+
- path: google/identity/accesscontextmanager/v1
1196+
service_config: accesscontextmanager_v1.yaml
1197+
- path: google/identity/accesscontextmanager/type
1198+
service_config: ""
1199+
source_roots:
1200+
- packages/google-cloud-access-context-manager
1201+
preserve_regex: []
1202+
remove_regex:
1203+
- ^packages/google-cloud-access-context-manager/google/.*/.*_pb2\.(?:py|pyi)$
1204+
tag_format: '{id}-v{version}'

scripts/configure_state_yaml/packages_to_onboard.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ packages_to_onboard: [
2626
"google-apps-script-type",
2727
"google-area120-tables",
2828
"google-cloud-access-approval",
29+
"google-cloud-access-context-manager",
2930
"google-cloud-advisorynotifications",
3031
"google-cloud-alloydb",
3132
"google-cloud-alloydb-connectors",

0 commit comments

Comments
 (0)