From 9a495fb43b6b81797004aca81598965c724f4f67 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Tue, 4 May 2021 12:44:17 -0400 Subject: [PATCH] chore: add enumeration data type to .repo-metadata.json (#390) Adds a standard enumeration of library types in .repo-metadata.json --- .repo-metadata.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 1f2aaace..3e75f2ee 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,16 +1,17 @@ { - "name": "bigqueryconnection", - "name_pretty": "Cloud BigQuery Connection", - "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigqueryconnection/rest", - "api_description": "allows users to manage BigQuery connections to external data sources.", - "client_documentation": "https://cloud.google.com/bigquery/docs/reference/reservations/rpc/google.cloud.bigquery.reservation.v1beta1", - "release_level": "ga", - "transport": "grpc", - "language": "java", - "repo": "googleapis/java-bigqueryconnection", - "repo_short": "java-bigqueryconnection", - "distribution_name": "com.google.cloud:google-cloud-bigqueryconnection", - "codeowner_team": "@googleapis/api-bigquery", - "api_id": "bigqueryconnection.googleapis.com", - "requires_billing": true -} \ No newline at end of file + "name": "bigqueryconnection", + "name_pretty": "Cloud BigQuery Connection", + "product_documentation": "https://cloud.google.com/bigquery/docs/reference/bigqueryconnection/rest", + "api_description": "allows users to manage BigQuery connections to external data sources.", + "client_documentation": "https://cloud.google.com/bigquery/docs/reference/reservations/rpc/google.cloud.bigquery.reservation.v1beta1", + "release_level": "ga", + "transport": "grpc", + "language": "java", + "repo": "googleapis/java-bigqueryconnection", + "repo_short": "java-bigqueryconnection", + "distribution_name": "com.google.cloud:google-cloud-bigqueryconnection", + "codeowner_team": "@googleapis/api-bigquery", + "api_id": "bigqueryconnection.googleapis.com", + "requires_billing": true, + "library_type": "GAPIC_AUTO" +}