Google Cloud Monitoring v3 API - Class QueryTimeSeriesResponse (3.7.0)

public sealed class QueryTimeSeriesResponse : IMessage<QueryTimeSeriesResponse>, IEquatable<QueryTimeSeriesResponse>, IDeepCloneable<QueryTimeSeriesResponse>, IBufferMessage, IMessage, IPageResponse<TimeSeriesData>, IEnumerable<TimeSeriesData>, IEnumerable

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

The QueryTimeSeries response.

Inheritance

object > QueryTimeSeriesResponse

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

QueryTimeSeriesResponse()

public QueryTimeSeriesResponse()

QueryTimeSeriesResponse(QueryTimeSeriesResponse)

public QueryTimeSeriesResponse(QueryTimeSeriesResponse other)
Parameter
NameDescription
otherQueryTimeSeriesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

Property Value
TypeDescription
string

PartialErrors

public RepeatedField<Status> PartialErrors { get; }

Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.

Property Value
TypeDescription
RepeatedFieldStatus

TimeSeriesData

public RepeatedField<TimeSeriesData> TimeSeriesData { get; }

The time series data.

Property Value
TypeDescription
RepeatedFieldTimeSeriesData

Methods

GetEnumerator()

public IEnumerator<TimeSeriesData> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorTimeSeriesData