Google Cloud Monitoring v3 API - Class ListTimeSeriesResponse (3.7.0)

public sealed class ListTimeSeriesResponse : IMessage<ListTimeSeriesResponse>, IEquatable<ListTimeSeriesResponse>, IDeepCloneable<ListTimeSeriesResponse>, IBufferMessage, IMessage, IPageResponse<TimeSeries>, IEnumerable<TimeSeries>, IEnumerable

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

The ListTimeSeries response.

Inheritance

object > ListTimeSeriesResponse

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ListTimeSeriesResponse()

public ListTimeSeriesResponse()

ListTimeSeriesResponse(ListTimeSeriesResponse)

public ListTimeSeriesResponse(ListTimeSeriesResponse other)
Parameter
NameDescription
otherListTimeSeriesResponse

Properties

ExecutionErrors

public RepeatedField<Status> ExecutionErrors { get; }

Query execution errors that may have caused the time series data returned to be incomplete.

Property Value
TypeDescription
RepeatedFieldStatus

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

TimeSeries

public RepeatedField<TimeSeries> TimeSeries { get; }

One or more time series that match the filter included in the request.

Property Value
TypeDescription
RepeatedFieldTimeSeries

Unit

public string Unit { get; set; }

The unit in which all time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be "{not_a_unit}".

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<TimeSeries> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTimeSeries