public sealed class QueryTimeSeriesRequest : IMessage<QueryTimeSeriesRequest>, IEquatable<QueryTimeSeriesRequest>, IDeepCloneable<QueryTimeSeriesRequest>, IBufferMessage, IMessage, IPageRequest
The QueryTimeSeries
request.
Implements
IMessage<QueryTimeSeriesRequest>, IEquatable<QueryTimeSeriesRequest>, IDeepCloneable<QueryTimeSeriesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Monitoring.V3Assembly
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 |
Int32 |
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 |