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): add api shortname override support (#5304)
An api_shortname_override field is added to the Java configuration to
allow the `api_shortname` field in `.repo-metadata.json` to be
overridden.
This provides flexibility for libraries that require a specific
shortname that differs from the default derived value.
For #5296
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
@@ -253,6 +253,7 @@ This document describes the schema for the librarian.yaml.
253
253
|`api_id_override`| string | Is the ID of the API (e.g., "pubsub.googleapis.com"), allows the "api_id" field in .repo-metadata.json to be overridden. Defaults to "{library.api_shortname}.googleapis.com". |
254
254
|`api_reference`| string | Is the URL for the API reference documentation. |
255
255
|`api_description_override`| string | Allows the "api_description" field in .repo-metadata.json to be overridden. |
256
+
|`api_shortname_override`| string | Allows the "api_shortname" field in .repo-metadata.json to be overridden. |
256
257
|`client_documentation_override`| string | Allows the "client_documentation" field in .repo-metadata.json to be overridden. |
257
258
|`non_cloud_api`| bool | Indicates whether the API is NOT a Google Cloud API. Defaults to false. |
258
259
|`codeowner_team`| string | Is the GitHub team that owns the code. |
0 commit comments