From 5e9f30171a1d8371818ef80b3c40d7372c679994 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Tue, 4 May 2021 12:42:27 -0400 Subject: [PATCH] chore: add enumeration data type to .repo-metadata.json (#246) Adds a standard enumeration of library types in .repo-metadata.json --- java-workflows/.repo-metadata.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/java-workflows/.repo-metadata.json b/java-workflows/.repo-metadata.json index 32852881f521..f388fe83fe51 100644 --- a/java-workflows/.repo-metadata.json +++ b/java-workflows/.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 -} \ No newline at end of file + "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" +}