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 documents the `ServiceMonitoringService` class within the `Google.Cloud.Monitoring.V3` namespace, detailing its role in managing and querying aspects of a workspace's services, including monitored resources, Service-Level Objectives, and health metrics."],["Version 3.15.0 is the latest documented release for the `ServiceMonitoringService`, with the page also containing links to various older versions, going back to 2.3.0, for reference."],["The `ServiceMonitoringService` class inherits from the `Object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The webpage details two methods for binding the service: `BindService(ServiceMonitoringService.ServiceMonitoringServiceBase)` which creates a service definition, and `BindService(ServiceBinderBase, ServiceMonitoringService.ServiceMonitoringServiceBase)` which registers the service method with a service binder, noting that the latter is experimental."],["The current assembly used to contain this documentation is `Google.Cloud.Monitoring.V3.dll`."]]],[]]