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.
Implements
IMessage<ListTimeSeriesResponse>, IEquatable<ListTimeSeriesResponse>, IDeepCloneable<ListTimeSeriesResponse>, IBufferMessage, IMessage, IPageResponse<TimeSeries>, IEnumerable<TimeSeries>, IEnumerableNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ListTimeSeriesResponse()
public ListTimeSeriesResponse()
ListTimeSeriesResponse(ListTimeSeriesResponse)
public ListTimeSeriesResponse(ListTimeSeriesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListTimeSeriesResponse |
Properties
ExecutionErrors
public RepeatedField<Status> ExecutionErrors { get; }
Query execution errors that may have caused the time series data returned to be incomplete.
Property Value | |
---|---|
Type | Description |
RepeatedField<Status> |
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 | |
---|---|
Type | Description |
String |
TimeSeries
public RepeatedField<TimeSeries> TimeSeries { get; }
One or more time series that match the filter included in the request.
Property Value | |
---|---|
Type | Description |
RepeatedField<TimeSeries> |
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 | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<TimeSeries> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<TimeSeries> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |