Google Cloud Monitoring v3 API - Class QueryTimeSeriesRequest (3.13.0)

[Obsolete]
public sealed class QueryTimeSeriesRequest : IMessage<QueryTimeSeriesRequest>, IEquatable<QueryTimeSeriesRequest>, IDeepCloneable<QueryTimeSeriesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Monitoring v3 API class QueryTimeSeriesRequest.

The QueryTimeSeries request. For information about the status of Monitoring Query Language (MQL), see the MQL deprecation notice.

Inheritance

object > QueryTimeSeriesRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

QueryTimeSeriesRequest()

public QueryTimeSeriesRequest()

QueryTimeSeriesRequest(QueryTimeSeriesRequest)

public QueryTimeSeriesRequest(QueryTimeSeriesRequest other)
Parameter
Name Description
other QueryTimeSeriesRequest

Properties

Name

public string Name { get; set; }

Required. The project on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]
Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

A positive number that is the maximum number of time_series_data to return.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.

Property Value
Type Description
string

Query

public string Query { get; set; }

Required. The query in the Monitoring Query Language format. The default time zone is in UTC.

Property Value
Type Description
string