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

Commit

Permalink
chore: add enumeration data type to .repo-metadata.json (#390)
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 facc1c7 commit 9a495fb
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .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
}
"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"
}

0 comments on commit 9a495fb

Please sign in to comment.