The Cloud Monitoring Service-Oriented Monitoring API has endpoints for
managing and querying aspects of a workspace's services. These include the
Service's monitored resources, its Service-Level Objectives, and a taxonomy
of categorized Health Metrics.
public static void BindService(ServiceBinderBase serviceBinder, ServiceMonitoringService.ServiceMonitoringServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage details the `ServiceMonitoringService` class within the `Google.Cloud.Monitoring.V3` namespace, providing access to endpoints for managing and querying a workspace's services, including monitored resources and Service-Level Objectives."],["The latest version available for this service is 3.15.0, while a list of previous versions, down to 2.3.0, are available, along with respective links."],["The `ServiceMonitoringService` class inherits from the `Object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The page documents two `BindService` methods, both used to define or register service methods, with one returning a `ServerServiceDefinition` and the other accepting a `ServiceBinderBase` for custom service binding."],["This page is part of the `Google.Cloud.Monitoring.V3.dll` assembly, as detailed in the webpage content."]]],[]]