From 3b4b5227a01ed5878fdcf8e1fa46a6ecde3ac9bc Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Tue, 4 May 2021 12:40:36 -0400 Subject: [PATCH] chore: add enumeration data type to .repo-metadata.json (#367) Adds a standard enumeration of library types in .repo-metadata.json --- .repo-metadata.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index bf28cf36..0370c79f 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,15 +1,16 @@ { - "name": "monitoring-dashboards", - "name_pretty": "Monitoring Dashboards", - "product_documentation": "https://cloud.google.com/monitoring/charts/dashboards", - "client_documentation": "https://googleapis.dev/java/google-cloud-monitoring-dashboard/latest", - "api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration.", - "release_level": "ga", - "language": "java", - "repo": "googleapis/java-monitoring-dashboards", - "repo_short": "java-monitoring-dashboards", - "distribution_name": "com.google.cloud:google-cloud-monitoring-dashboard", - "api_id": "monitoring.googleapis.com", - "transport": "grpc", - "requires_billing": true + "name": "monitoring-dashboards", + "name_pretty": "Monitoring Dashboards", + "product_documentation": "https://cloud.google.com/monitoring/charts/dashboards", + "client_documentation": "https://googleapis.dev/java/google-cloud-monitoring-dashboard/latest", + "api_description": "are one way for you to view and analyze metric data. The Cloud Console provides predefined dashboards that require no setup or configuration. You can also define custom dashboards. With custom dashboards, you have complete control over the charts that are displayed and their configuration.", + "release_level": "ga", + "language": "java", + "repo": "googleapis/java-monitoring-dashboards", + "repo_short": "java-monitoring-dashboards", + "distribution_name": "com.google.cloud:google-cloud-monitoring-dashboard", + "api_id": "monitoring.googleapis.com", + "transport": "grpc", + "requires_billing": true, + "library_type": "GAPIC_AUTO" }