You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(internal/librarian/nodejs): add omit_common_resources flag (#6181)
This PR resolves the global path helper methods drift across the Node.js
monorepo by introducing and auto-detecting a new
`omit_common_resources` configuration flag.
Copy file name to clipboardExpand all lines: doc/config-schema.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,6 +346,7 @@ This document describes the schema for the librarian.yaml.
346
346
| :--- | :--- | :--- |
347
347
|`additional_protos`| list of string | Is a list of additional proto files to include in generation. |
348
348
|`diregapic`| bool | Indicates whether generation uses DIREGAPIC (Discovery REST GAPICs). This is typically false. Used for the GCE (compute) client. |
349
+
|`omit_common_resources`| bool | Indicates whether to omit the default inclusion of google/cloud/common_resources.proto. |
0 commit comments