Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add repo-metadata.json files for modules we publish Cloud RAD d… #2003

Merged
merged 4 commits into from Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions 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"
}
Empty file added gax-java/.repo-metadata.json
Empty file.
6 changes: 3 additions & 3 deletions 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/sdk-platform-java/tree/main/java-common-protos",
alicejli marked this conversation as resolved.
Show resolved Hide resolved
"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",
Expand Down
6 changes: 4 additions & 2 deletions 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"
Expand Down
8 changes: 4 additions & 4 deletions 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",
Expand Down