Show / Hide Table of Contents

Class QueryLabelsRequest

QueryLabelsRequest holds all parameters of the Prometheus upstream API for returning a list of label names.

Inheritance
object
QueryLabelsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class QueryLabelsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

End

The end time to evaluate the query for. Either floating point UNIX seconds or RFC3339 formatted timestamp.

Declaration
[JsonProperty("end")]
public virtual string End { get; set; }
Property Value
Type Description
string

Match

A list of matchers encoded in the Prometheus label matcher format to constrain the values to series that satisfy them.

Declaration
[JsonProperty("match")]
public virtual string Match { get; set; }
Property Value
Type Description
string

Start

The start time to evaluate the query for. Either floating point UNIX seconds or RFC3339 formatted timestamp.

Declaration
[JsonProperty("start")]
public virtual string Start { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX