Skip to content

Commit 2212ba3

Browse files
authored
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
1 parent 7eec867 commit 2212ba3

File tree

5 files changed

+36
-9
lines changed

5 files changed

+36
-9
lines changed

api-common-java/.repo-metadata.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"api_shortname": "api-common",
3+
"client_documentation": "https://cloud.google.com/java/docs/reference/api-common/latest/overview",
4+
"product_documentation": "https://github.com/googleapis/sdk-platform-java/tree/main/api-common-java",
5+
"api_description": "API Common for Java is a library for foundational types relating to Google APIs.",
6+
"name_pretty": "API Common for Java",
7+
"release_level": "stable",
8+
"language": "java",
9+
"repo": "googleapis/sdk-platform-java",
10+
"repo_short": "api-common-java",
11+
"library_type": "OTHER",
12+
"distribution_name": "com.google.api:api-common"
13+
}

gax-java/.repo-metadata.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"api_shortname": "gax",
3+
"name_pretty": "gax",
4+
"product_documentation": "https://github.com/googleapis/sdk-platform-java/blob/main/gax-java/README.md",
5+
"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.",
6+
"client_documentation": "https://cloud.google.com/java/docs/reference/gax/latest/overview",
7+
"language": "java",
8+
"repo": "googleapis/sdk-platform-java",
9+
"repo_short": "gax-java",
10+
"library_type": "OTHER",
11+
"distribution_name": "com.google.api:gax"
12+
}

java-common-protos/.repo-metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"api_shortname": "common-protos",
33
"name_pretty": "Common Protos",
4-
"product_documentation": "n/a",
5-
"api_description": "n/a",
4+
"product_documentation": "https://github.com/googleapis/api-common-protos",
5+
"api_description": "Protobuf classes for Google's common protos.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-common-protos/latest/history",
77
"release_level": "stable",
88
"transport": "grpc",
99
"requires_billing": true,
1010
"language": "java",
11-
"repo": "googleapis/java-common-protos",
11+
"repo": "googleapis/sdk-platform-java",
1212
"repo_short": "java-common-protos",
1313
"library_type": "OTHER",
1414
"distribution_name": "com.google.api.grpc:proto-google-common-protos",

java-core/.repo-metadata.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"api_shortname": "google-cloud-core",
3-
"client_documentation": "https://github.com/googleapis/sdk-platform-java/tree/main/java-core",
3+
"product_documentation": "https://github.com/googleapis/sdk-platform-java/tree/main/java-core",
4+
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-core/latest/overview",
5+
"api_description": "A set of classes and utilities used in Google Cloud Java libraries.",
46
"name_pretty": "Google Cloud Core",
57
"release_level": "stable",
68
"language": "java",
7-
"repo": "googleapis/google-cloud-java",
9+
"repo": "googleapis/sdk-platform-java",
810
"repo_short": "java-core",
911
"library_type": "CORE",
1012
"distribution_name": "com.google.cloud:google-cloud-core"

java-iam/.repo-metadata.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"api_shortname": "iam",
33
"name_pretty": "IAM",
4-
"product_documentation": "n/a",
5-
"api_description": "n/a",
6-
"client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history",
4+
"product_documentation": "https://cloud.google.com/iam",
5+
"api_description": "Manages access control for Google Cloud Platform resources",
6+
"client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/overview",
77
"release_level": "stable",
88
"transport": "grpc",
99
"requires_billing": true,
1010
"language": "java",
11-
"repo": "googleapis/java-iam",
11+
"repo": "googleapis/sdk-platform-java",
1212
"repo_short": "java-iam",
1313
"library_type": "OTHER",
1414
"distribution_name": "com.google.api.grpc:proto-google-iam-v1",

0 commit comments

Comments
 (0)