From 2212ba300c215b00cf852fd3d8615f3d3c3458e1 Mon Sep 17 00:00:00 2001 From: Alice <65933803+alicejli@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:09:05 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20add=20repo-metadata.json=20files=20for?= =?UTF-8?q?=20modules=20we=20publish=20Cloud=20RAD=20d=E2=80=A6=20(#2003)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- api-common-java/.repo-metadata.json | 13 +++++++++++++ gax-java/.repo-metadata.json | 12 ++++++++++++ java-common-protos/.repo-metadata.json | 6 +++--- java-core/.repo-metadata.json | 6 ++++-- java-iam/.repo-metadata.json | 8 ++++---- 5 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 api-common-java/.repo-metadata.json create mode 100644 gax-java/.repo-metadata.json diff --git a/api-common-java/.repo-metadata.json b/api-common-java/.repo-metadata.json new file mode 100644 index 0000000000..d9098a2244 --- /dev/null +++ b/api-common-java/.repo-metadata.json @@ -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" +} diff --git a/gax-java/.repo-metadata.json b/gax-java/.repo-metadata.json new file mode 100644 index 0000000000..899ad6bbc5 --- /dev/null +++ b/gax-java/.repo-metadata.json @@ -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" +} diff --git a/java-common-protos/.repo-metadata.json b/java-common-protos/.repo-metadata.json index d03230ad8c..89815100cd 100644 --- a/java-common-protos/.repo-metadata.json +++ b/java-common-protos/.repo-metadata.json @@ -1,14 +1,14 @@ { "api_shortname": "common-protos", "name_pretty": "Common Protos", - "product_documentation": "n/a", - "api_description": "n/a", + "product_documentation": "https://github.com/googleapis/api-common-protos", + "api_description": "Protobuf classes for Google's common protos.", "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-common-protos/latest/history", "release_level": "stable", "transport": "grpc", "requires_billing": true, "language": "java", - "repo": "googleapis/java-common-protos", + "repo": "googleapis/sdk-platform-java", "repo_short": "java-common-protos", "library_type": "OTHER", "distribution_name": "com.google.api.grpc:proto-google-common-protos", diff --git a/java-core/.repo-metadata.json b/java-core/.repo-metadata.json index 4f33b73b97..125e818f5e 100644 --- a/java-core/.repo-metadata.json +++ b/java-core/.repo-metadata.json @@ -1,10 +1,12 @@ { "api_shortname": "google-cloud-core", - "client_documentation": "https://github.com/googleapis/sdk-platform-java/tree/main/java-core", + "product_documentation": "https://github.com/googleapis/sdk-platform-java/tree/main/java-core", + "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-core/latest/overview", + "api_description": "A set of classes and utilities used in Google Cloud Java libraries.", "name_pretty": "Google Cloud Core", "release_level": "stable", "language": "java", - "repo": "googleapis/google-cloud-java", + "repo": "googleapis/sdk-platform-java", "repo_short": "java-core", "library_type": "CORE", "distribution_name": "com.google.cloud:google-cloud-core" diff --git a/java-iam/.repo-metadata.json b/java-iam/.repo-metadata.json index c8064171f0..bfcf1ba6be 100644 --- a/java-iam/.repo-metadata.json +++ b/java-iam/.repo-metadata.json @@ -1,14 +1,14 @@ { "api_shortname": "iam", "name_pretty": "IAM", - "product_documentation": "n/a", - "api_description": "n/a", - "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history", + "product_documentation": "https://cloud.google.com/iam", + "api_description": "Manages access control for Google Cloud Platform resources", + "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/overview", "release_level": "stable", "transport": "grpc", "requires_billing": true, "language": "java", - "repo": "googleapis/java-iam", + "repo": "googleapis/sdk-platform-java", "repo_short": "java-iam", "library_type": "OTHER", "distribution_name": "com.google.api.grpc:proto-google-iam-v1",