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

Commit

Permalink
chore: add enumeration data type to .repo-metadata.json (#246)
Browse files Browse the repository at this point in the history
Adds a standard enumeration of library types in .repo-metadata.json
  • Loading branch information
Neenu1995 committed May 4, 2021
1 parent 5c24a98 commit 970ca4f
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .repo-metadata.json
@@ -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"
}

0 comments on commit 970ca4f

Please sign in to comment.