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
refactor(librarian): migrate map-based source options to SourceConfig (#4354)
Reapply "refactor(librarian): migrate map-based source options to
SourceConfig" (#4339). This reverts commit
dadc578.
This originally failed because google-cloud-rust/librarian.yaml still
contained a root_name: conformance-root; however, the -root suffix is no
longer needed after we moved to the SourceConfig struct. We'll cleanup
conformance-root.
Fixes#3863Fixes#4300
Copy file name to clipboardExpand all lines: doc/config-schema.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ This document describes the schema for the librarian.yaml.
270
270
|`name_overrides`| string | Contains codec-level overrides for type and service names. |
271
271
|`output`| string | Is the directory where generated code is written (e.g., "src/storage/src/generated/gapic"). |
272
272
|`post_process_protos`| string | Contains code to post-process generated protos. |
273
-
|`root_name`| string | Is the key for the root directory in the source map. It overrides the default root, googleapis-root, used by the rust+prost generator. |
273
+
|`root_name`| string | Is the key for the root directory in the source map. It overrides the default root, googleapis, used by the rust+prost generator. |
274
274
|`routing_required`| bool | Indicates whether routing is required. |
275
275
|`service_config`| string | Is the path to the service config file. |
276
276
|`skipped_ids`| list of string | Is a list of proto IDs to skip in generation. |
0 commit comments