Class QueryTimeSeriesResponse (3.1.0)

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

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
RepeatedField<Status>

TimeSeriesData

public RepeatedField<TimeSeriesData> TimeSeriesData { get; }

The time series data.

Property Value
TypeDescription
RepeatedField<TimeSeriesData>

Methods

GetEnumerator()

public IEnumerator<TimeSeriesData> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<TimeSeriesData>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator