public static void BindService(ServiceBinderBase serviceBinder, MetricService.MetricServiceBase 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-04-17 UTC."],[[["The `MetricService` class in the Google Cloud Monitoring v3 API manages metric descriptors, monitored resource descriptors, and time series data."],["The latest version of the API is 3.15.0, while the current context is focused on version 3.13.0, with historical versions down to 2.3.0 available."],["`MetricService` inherits from the base `object` class, providing common methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class offers two static `BindService` methods to create or register a service definition, allowing custom server-side logic implementation via `MetricServiceBase`."],["The `BindService` methods require an object implementing `MetricServiceBase` and, in one case, a `ServiceBinderBase` to define service methods."]]],[]]