Google Cloud Monitoring v3 API - Class QueryTimeSeriesRequest (3.8.0)

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.

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
NameDescription
otherQueryTimeSeriesRequest

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
TypeDescription
string

PageSize

public int PageSize { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string