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 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-09 UTC."],[[["This page provides reference documentation for the `QueryService` class within the Google Cloud Monitoring v3 API for .NET, detailing its functionality in managing time series data."],["The `QueryService` API, found in the `Google.Cloud.Monitoring.V3` namespace, is utilized for handling time series data, which are data points that vary over time."],["The page includes links to different versions of the `QueryService`, ranging from the latest 3.15.0 down to version 2.3.0, under the parent version 3.6.0."],["The `QueryService` class inherits from the base `object` class and includes methods like `BindService`, which are used to create or register service definitions for server-side implementation."],["There are two overloaded `BindService` methods, allowing service definition creation with or without server-side implementation logic."]]],[]]