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

Commit 7d3dd4c

Browse files
authored
chore: add enumeration data type to .repo-metadata.json (#33)
Adds a standard enumeration of library types in .repo-metadata.json
1 parent 905dd4b commit 7d3dd4c

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

.repo-metadata.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"name": "api-gateway",
3-
"name_pretty": "API Gateway",
4-
"product_documentation": "https://cloud.google.com/api-gateway/docs",
5-
"api_description": "enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint.",
6-
"client_documentation": "https://googleapis.dev/java/google-cloud-api-gateway/latest/index.html",
7-
"release_level": "ga",
8-
"transport": "grpc",
9-
"language": "java",
10-
"repo": "googleapis/java-api-gateway",
11-
"repo_short": "java-api-gateway",
12-
"distribution_name": "com.google.cloud:google-cloud-api-gateway",
13-
"api_id": "api-gateway.googleapis.com",
14-
"requires_billing": true
15-
}
2+
"name": "api-gateway",
3+
"name_pretty": "API Gateway",
4+
"product_documentation": "https://cloud.google.com/api-gateway/docs",
5+
"api_description": "enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint.",
6+
"client_documentation": "https://googleapis.dev/java/google-cloud-api-gateway/latest/index.html",
7+
"release_level": "ga",
8+
"transport": "grpc",
9+
"language": "java",
10+
"repo": "googleapis/java-api-gateway",
11+
"repo_short": "java-api-gateway",
12+
"distribution_name": "com.google.cloud:google-cloud-api-gateway",
13+
"api_id": "api-gateway.googleapis.com",
14+
"requires_billing": true,
15+
"library_type": "GAPIC_AUTO"
16+
}

0 commit comments

Comments
 (0)