Google Cloud Monitoring v3 API - Class QueryService.QueryServiceBase (3.8.0)

[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

Inheritance

object > QueryService.QueryServiceBase

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Methods

QueryTimeSeries(QueryTimeSeriesRequest, ServerCallContext)

public virtual Task<QueryTimeSeriesResponse> QueryTimeSeries(QueryTimeSeriesRequest request, ServerCallContext context)

Queries time series using Monitoring Query Language.

Parameters
NameDescription
requestQueryTimeSeriesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskQueryTimeSeriesResponse

The response to send back to the client (wrapped by a task).