Show / Hide Table of Contents

Class MonitoringDestination

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

Inheritance
System.Object
MonitoringDestination
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class MonitoringDestination : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<System.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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top