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

Commit

Permalink
chore: add enumeration data type to .repo-metadata.json (#384)
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 9584806 commit 6d191c8
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "bigqueryreservation",
"name_pretty": "Cloud BigQuery Reservation",
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/reservations/rpc",
"api_description": "allows users to manage their flat-rate BigQuery reservations.",
"client_documentation": "https://googleapis.dev/java/google-cloud-bigqueryreservation/latest/index.html",
"release_level": "ga",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-bigqueryreservation",
"repo_short": "java-bigqueryreservation",
"distribution_name": "com.google.cloud:google-cloud-bigqueryreservation",
"codeowner_team": "@googleapis/api-bigquery",
"api_id": "bigqueryreservation.googleapis.com",
"requires_billing": true
"name": "bigqueryreservation",
"name_pretty": "Cloud BigQuery Reservation",
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/reservations/rpc",
"api_description": "allows users to manage their flat-rate BigQuery reservations.",
"client_documentation": "https://googleapis.dev/java/google-cloud-bigqueryreservation/latest/index.html",
"release_level": "ga",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-bigqueryreservation",
"repo_short": "java-bigqueryreservation",
"distribution_name": "com.google.cloud:google-cloud-bigqueryreservation",
"codeowner_team": "@googleapis/api-bigquery",
"api_id": "bigqueryreservation.googleapis.com",
"requires_billing": true,
"library_type": "GAPIC_AUTO"
}

0 comments on commit 6d191c8

Please sign in to comment.