Show / Hide Table of Contents

Class MonitoringDestination

Configuration of a specific monitoring destination (the producer project or the consumer project).

Inheritance
object
MonitoringDestination
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.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class MonitoringDestination : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Metrics

Types of the metrics to report to this monitoring destination. Each type must be defined in Service.metrics section.

Declaration
[JsonProperty("metrics")]
public virtual IList<string> Metrics { get; set; }
Property Value
Type Description
IList<string>

MonitoredResource

The monitored resource type. The type must be defined in Service.monitored_resources section.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX