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

Commit e39ac8a

Browse files
authored
chore: add enumeration data type to .repo-metadata.json (#530)
Adds a standard enumeration of library types in .repo-metadata.json
1 parent 96ed562 commit e39ac8a

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.repo-metadata.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"name": "monitoring",
3-
"name_pretty": "Stackdriver Monitoring",
4-
"product_documentation": "https://cloud.google.com/monitoring/docs",
5-
"client_documentation": "https://googleapis.dev/java/google-cloud-monitoring/latest/",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
7-
"release_level": "ga",
8-
"language": "java",
9-
"repo": "googleapis/java-monitoring",
10-
"repo_short": "java-monitoring",
11-
"distribution_name": "com.google.cloud:google-cloud-monitoring",
12-
"api_id": "monitoring.googleapis.com",
13-
"transport": "grpc",
14-
"requires_billing": true,
15-
"api_description": "collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premise systems, and hybrid cloud systems. Stackdriver ingests that data and generates insights via dashboards, charts, and alerts. BindPlane is included with your Google Cloud project at no additional cost."
16-
}
2+
"name": "monitoring",
3+
"name_pretty": "Stackdriver Monitoring",
4+
"product_documentation": "https://cloud.google.com/monitoring/docs",
5+
"client_documentation": "https://googleapis.dev/java/google-cloud-monitoring/latest/",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
7+
"release_level": "ga",
8+
"language": "java",
9+
"repo": "googleapis/java-monitoring",
10+
"repo_short": "java-monitoring",
11+
"distribution_name": "com.google.cloud:google-cloud-monitoring",
12+
"api_id": "monitoring.googleapis.com",
13+
"transport": "grpc",
14+
"requires_billing": true,
15+
"api_description": "collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. Using the BindPlane service, you can also collect this data from over 150 common application components, on-premise systems, and hybrid cloud systems. Stackdriver ingests that data and generates insights via dashboards, charts, and alerts. BindPlane is included with your Google Cloud project at no additional cost.",
16+
"library_type": "GAPIC_AUTO"
17+
}

0 commit comments

Comments
 (0)