Registry / cloud / google-cloud-monitoring-bom

google-cloud-monitoring-bom

JSON →
library3.93.0javamavenunverified

Bill of materials for Google Cloud Monitoring client libraries, ensuring consistent dependency versions.

<dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-monitoring-bom</artifactId> <version>3.93.0</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-CLOUD-MONIT
G
google-cloud-monitoring-bom
cloudjavav3.93.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MetricServiceClient
com.google.cloud.monitoring.v3.MetricServiceClient

Lists monitored resource descriptors for a GCP project.

import com.google.cloud.monitoring.v3.MetricServiceClient; import com.google.monitoring.v3.ProjectName; public class Quickstart { public static void main(String[] args) throws Exception { try (MetricServiceClient client = MetricServiceClient.create()) { ProjectName name = ProjectName.of("my-project"); client.listMonitoredResourceDescriptors(name).iterateAll() .forEach(System.out::println); } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.93.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
google-cloud-monitoring-bom — mvn dependency:get google-cloud-monitoring-bom · libregistry