-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add repo-metadata.json files for modules we publish Cloud RAD d… (
#2003) * docs: add repo-metadata.json files for modules we publish Cloud RAD documentation for * add newline * use language-agnostic product documentation uri * add in for gax
- Loading branch information
Showing
5 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"api_shortname": "api-common", | ||
"client_documentation": "https://cloud.google.com/java/docs/reference/api-common/latest/overview", | ||
"product_documentation": "https://github.com/googleapis/sdk-platform-java/tree/main/api-common-java", | ||
"api_description": "API Common for Java is a library for foundational types relating to Google APIs.", | ||
"name_pretty": "API Common for Java", | ||
"release_level": "stable", | ||
"language": "java", | ||
"repo": "googleapis/sdk-platform-java", | ||
"repo_short": "api-common-java", | ||
"library_type": "OTHER", | ||
"distribution_name": "com.google.api:api-common" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"api_shortname": "gax", | ||
"name_pretty": "gax", | ||
"product_documentation": "https://github.com/googleapis/sdk-platform-java/blob/main/gax-java/README.md", | ||
"api_description": "Google API Extensions for Java (GAX Java) is a library which aids in the development of client libraries for server APIs, based on GRPC and Google API conventions.", | ||
"client_documentation": "https://cloud.google.com/java/docs/reference/gax/latest/overview", | ||
"language": "java", | ||
"repo": "googleapis/sdk-platform-java", | ||
"repo_short": "gax-java", | ||
"library_type": "OTHER", | ||
"distribution_name": "com.google.api:gax" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters