Reference documentation and code samples for the Google Cloud Monitoring v3 API class QueryService.
The QueryService API is used to manage time series data in Cloud
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."],[[["This webpage provides documentation for the `QueryService` class within the Google Cloud Monitoring v3 API, used for managing time series data."],["The latest version of the API is 3.15.0, but this page focuses on version 3.12.0, showing a list of all versions from 3.0.0 to 3.15.0, as well as older versions from 2.3.0 to 2.6.0."],["The `QueryService` class inherits from `object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `QueryService` class has `BindService` methods to create or register a service definition, utilizing `QueryServiceBase` for handling server-side logic."],["The `BindService` method takes parameters like `serviceImpl` or `serviceBinder`, used to define an object for server-side logic handling, or for adding a method to be bound to an object, respectively."]]],[]]