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

Commit 0285749

Browse files
authored
chore: add enumeration data type to .repo-metadata.json (#198)
Adds a standard enumeration of library types in .repo-metadata.json
1 parent 9b3168f commit 0285749

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.repo-metadata.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "functions",
3+
"name_pretty": "Cloud Functions",
4+
"product_documentation": "https://cloud.google.com/functions",
5+
"api_description": "is a scalable pay as you go Functions-as-a-Service (FaaS) to run your code with zero server management.",
6+
"client_documentation": "https://googleapis.dev/java/google-cloud-functions/latest/index.html",
7+
"release_level": "ga",
8+
"transport": "grpc",
9+
"language": "java",
10+
"repo": "googleapis/java-functions",
11+
"repo_short": "java-functions",
12+
"distribution_name": "com.google.cloud:google-cloud-functions",
13+
"api_id": "cloudfunctions.googleapis.com",
14+
"requires_billing": true,
15+
"library_type": "GAPIC_AUTO"
16+
}

0 commit comments

Comments
 (0)