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

Commit 970ca4f

Browse files
authored
chore: add enumeration data type to .repo-metadata.json (#246)
Adds a standard enumeration of library types in .repo-metadata.json
1 parent 5c24a98 commit 970ca4f

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.repo-metadata.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"name": "workflows",
3-
"name_pretty": "Cloud Workflows",
4-
"product_documentation": "https://cloud.google.com/workflows",
5-
"api_description": "allows you to ochestrate and automate Google Cloud and HTTP-based API services with serverless workflows.",
6-
"client_documentation": "https://googleapis.dev/java/google-cloud-workflows/latest/index.html",
7-
"release_level": "beta",
8-
"transport": "grpc",
9-
"language": "java",
10-
"repo": "googleapis/java-workflows",
11-
"repo_short": "java-workflows",
12-
"distribution_name": "com.google.cloud:google-cloud-workflows",
13-
"api_id": "workflows.googleapis.com",
14-
"requires_billing": true
15-
}
2+
"name": "workflows",
3+
"name_pretty": "Cloud Workflows",
4+
"product_documentation": "https://cloud.google.com/workflows",
5+
"api_description": "allows you to ochestrate and automate Google Cloud and HTTP-based API services with serverless workflows.",
6+
"client_documentation": "https://googleapis.dev/java/google-cloud-workflows/latest/index.html",
7+
"release_level": "beta",
8+
"transport": "grpc",
9+
"language": "java",
10+
"repo": "googleapis/java-workflows",
11+
"repo_short": "java-workflows",
12+
"distribution_name": "com.google.cloud:google-cloud-workflows",
13+
"api_id": "workflows.googleapis.com",
14+
"requires_billing": true,
15+
"library_type": "GAPIC_AUTO"
16+
}

0 commit comments

Comments
 (0)