[BindServiceMethod(typeof(QueryService), "BindService")]
public abstract class QueryService.QueryServiceBase
Reference documentation and code samples for the Google Cloud Monitoring v3 API class QueryService.QueryServiceBase.
Base class for server-side implementations of QueryService
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Methods
QueryTimeSeries(QueryTimeSeriesRequest, ServerCallContext)
[Obsolete]
public virtual Task<QueryTimeSeriesResponse> QueryTimeSeries(QueryTimeSeriesRequest request, ServerCallContext context)
Queries time series by using Monitoring Query Language (MQL). We recommend using PromQL instead of MQL. For more information about the status of MQL, see the MQL deprecation notice.
Parameters | |
---|---|
Name | Description |
request |
QueryTimeSeriesRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskQueryTimeSeriesResponse |
The response to send back to the client (wrapped by a task). |