The QueryService API is used to manage time series data in Stackdriver
Monitoring. Time series data is a collection of data points that describes
the time-varying values of a metric.
public static void BindService(ServiceBinderBase serviceBinder, QueryService.QueryServiceBase 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 latest version available for the `QueryService` is 3.15.0, although there is a list of previous versions accessible dating back to version 2.3.0."],["`QueryService` is a public static class used for managing time series data in Stackdriver Monitoring, which involves the collection of time-varying data points for a metric."],["The class `QueryService` inherits from the `Object` class, including the members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method creates a service definition that can be registered with a server, accepting a `QueryService.QueryServiceBase` object as its main parameter."],["The `BindService` method can also be used to register service methods with a service binder with or without implementation, making it useful for customizing service binding logic."]]],[]]