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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for the \u003ccode\u003eQueryService\u003c/code\u003e is 3.15.0, although there is a list of previous versions accessible dating back to version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQueryService\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eQueryService\u003c/code\u003e inherits from the \u003ccode\u003eObject\u003c/code\u003e class, including the members such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method creates a service definition that can be registered with a server, accepting a \u003ccode\u003eQueryService.QueryServiceBase\u003c/code\u003e object as its main parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,[]]