Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 4ea55b3

Browse files
committed
chore: add enumeration data type to .repo-metadata.json
1 parent 9a9a64c commit 4ea55b3

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.repo-metadata.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"name": "redis",
3-
"name_pretty": "Cloud Redis",
4-
"product_documentation": "https://cloud.google.com/memorystore/docs/redis/",
5-
"client_documentation": "https://googleapis.dev/java/google-cloud-redis/latest/",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/5169231",
7-
"release_level": "ga",
8-
"language": "java",
9-
"repo": "googleapis/java-redis",
10-
"repo_short": "java-redis",
11-
"distribution_name": "com.google.cloud:google-cloud-redis",
12-
"api_id": "redis.googleapis.com",
13-
"transport": "grpc",
14-
"requires_billing": true,
15-
"api_description": "is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Redis service without the burden of managing complex Redis deployments."
16-
}
2+
"name": "redis",
3+
"name_pretty": "Cloud Redis",
4+
"product_documentation": "https://cloud.google.com/memorystore/docs/redis/",
5+
"client_documentation": "https://googleapis.dev/java/google-cloud-redis/latest/",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/5169231",
7+
"release_level": "ga",
8+
"language": "java",
9+
"repo": "googleapis/java-redis",
10+
"repo_short": "java-redis",
11+
"distribution_name": "com.google.cloud:google-cloud-redis",
12+
"api_id": "redis.googleapis.com",
13+
"transport": "grpc",
14+
"requires_billing": true,
15+
"api_description": "is a fully managed Redis service for the Google Cloud. Applications running on Google Cloud can achieve extreme performance by leveraging the highly scalable, available, secure Redis service without the burden of managing complex Redis deployments.",
16+
"library_type": "GAPIC_AUTO"
17+
}

0 commit comments

Comments
 (0)