-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add enumeration data type to .repo-metadata.json (#246)
Adds a standard enumeration of library types in .repo-metadata.json
- Loading branch information
Showing
1 changed file
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
{ | ||
"name": "workflows", | ||
"name_pretty": "Cloud Workflows", | ||
"product_documentation": "https://cloud.google.com/workflows", | ||
"api_description": "allows you to ochestrate and automate Google Cloud and HTTP-based API services with serverless workflows.", | ||
"client_documentation": "https://googleapis.dev/java/google-cloud-workflows/latest/index.html", | ||
"release_level": "beta", | ||
"transport": "grpc", | ||
"language": "java", | ||
"repo": "googleapis/java-workflows", | ||
"repo_short": "java-workflows", | ||
"distribution_name": "com.google.cloud:google-cloud-workflows", | ||
"api_id": "workflows.googleapis.com", | ||
"requires_billing": true | ||
} | ||
"name": "workflows", | ||
"name_pretty": "Cloud Workflows", | ||
"product_documentation": "https://cloud.google.com/workflows", | ||
"api_description": "allows you to ochestrate and automate Google Cloud and HTTP-based API services with serverless workflows.", | ||
"client_documentation": "https://googleapis.dev/java/google-cloud-workflows/latest/index.html", | ||
"release_level": "beta", | ||
"transport": "grpc", | ||
"language": "java", | ||
"repo": "googleapis/java-workflows", | ||
"repo_short": "java-workflows", | ||
"distribution_name": "com.google.cloud:google-cloud-workflows", | ||
"api_id": "workflows.googleapis.com", | ||
"requires_billing": true, | ||
"library_type": "GAPIC_AUTO" | ||
} |