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 webpage details the `QueryService` API, which is used for managing time series data in Stackdriver Monitoring, describing the time-varying values of a metric."],["The current version of the `QueryService` is 2.3.0, with available documentation for versions ranging from 2.3.0 to the latest version 3.15.0."],["The `QueryService` class inherits from `Object` and includes methods such as `BindService` for creating service definitions and registering service methods with a service binder."],["The namespace for this service is `Google.Cloud.Monitoring.V3`, and it is part of the `Google.Cloud.Monitoring.V3.dll` assembly."],["It provides links to related types, such as `QueryService.QueryServiceBase`, `ServerServiceDefinition` and `ServiceBinderBase` for further information."]]],[]]