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/java): pass repo and artifact to gapic-generator-java (#4775)
Pass repo and artifact (distribution name) as parameter to
gapic-generator-java. This is new feature to support o11y features.
Context googleapis/sdk-platform-java#4120.
Fix#4773
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
@@ -8,7 +8,7 @@ This document describes the schema for the librarian.yaml.
8
8
| :--- | :--- | :--- |
9
9
|`language`| string | Is the language for this workspace (go, python, rust). |
10
10
|`version`| string | Is the librarian tool version to use. |
11
-
|`repo`| string | Is the repository name, such as "googleapis/google-cloud-python".<br><br>TODO(https://github.com/googleapis/librarian/issues/3003): Remove this field when .repo-metadata.json generation is removed. |
11
+
|`repo`| string | Is the repository name, such as "googleapis/google-cloud-python". It is used for:<br>- Providing to the Java GAPIC generator for observability features.<br>- Generating the .repo-metadata.json. |
|`release`|[Release](#release-configuration) (optional) | Holds the configuration parameter for publishing and release subcommands. |
14
14
|`default`|[Default](#default-configuration) (optional) | Contains default settings for all libraries. They apply to all libraries unless overridden. |
0 commit comments