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

Commit

Permalink
chore: add enumeration data type to .repo-metadata.json (#367)
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 2e4ae92 commit 3b4b522
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .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"
}

0 comments on commit 3b4b522

Please sign in to comment.