Show / Hide Table of Contents

Class XPSMetricEntry

Inheritance
object
XPSMetricEntry
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.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSMetricEntry : IDirectResponseSchema

Properties

ArgentumMetricId

For billing metrics that are using legacy sku's, set the legacy billing metric id here. This will be sent to Chemist as the "cloudbilling.googleapis.com/argentum_metric_id" label. Otherwise leave empty.

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

DoubleValue

A double value.

Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

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

Int64Value

A signed 64-bit integer value.

Declaration
[JsonProperty("int64Value")]
public virtual long? Int64Value { get; set; }
Property Value
Type Description
long?

MetricName

The metric name defined in the service configuration.

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

SystemLabels

Billing system labels for this (metric, value) pair.

Declaration
[JsonProperty("systemLabels")]
public virtual IList<XPSMetricEntryLabel> SystemLabels { get; set; }
Property Value
Type Description
IList<XPSMetricEntryLabel>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX