Class GoogleApiMetric
A specific metric, identified by specifying values for all of the labels of a MetricDescriptor
.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleApiMetric : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
The set of label values that uniquely identify this metric. All labels listed in the MetricDescriptor
must
be assigned values.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Type
An existing metric type, see google.api.MetricDescriptor. For example,
custom.googleapis.com/invoice/paid/amount
.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |