public sealed class QueryTimeSeriesResponse : IMessage<QueryTimeSeriesResponse>, IEquatable<QueryTimeSeriesResponse>, IDeepCloneable<QueryTimeSeriesResponse>, IBufferMessage, IMessage, IPageResponse<TimeSeriesData>, IEnumerable<TimeSeriesData>, IEnumerable
The QueryTimeSeries
response.
Implements
IMessage<QueryTimeSeriesResponse>, IEquatable<QueryTimeSeriesResponse>, IDeepCloneable<QueryTimeSeriesResponse>, IBufferMessage, IMessage, IPageResponse<TimeSeriesData>, IEnumerable<TimeSeriesData>, IEnumerableNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
QueryTimeSeriesResponse()
public QueryTimeSeriesResponse()
QueryTimeSeriesResponse(QueryTimeSeriesResponse)
public QueryTimeSeriesResponse(QueryTimeSeriesResponse other)
Parameter | |
---|---|
Name | Description |
other | QueryTimeSeriesResponse |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<Status> |
TimeSeriesData
public RepeatedField<TimeSeriesData> TimeSeriesData { get; }
The time series data.
Property Value | |
---|---|
Type | Description |
RepeatedField<TimeSeriesData> |
Methods
GetEnumerator()
public IEnumerator<TimeSeriesData> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<TimeSeriesData> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |