Class Service.Types.Telemetry (2.4.0)

public sealed class Telemetry : IMessage<Service.Types.Telemetry>, IEquatable<Service.Types.Telemetry>, IDeepCloneable<Service.Types.Telemetry>, IBufferMessage, IMessage

Configuration for how to query telemetry on a Service.

Inheritance

Object > Service.Types.Telemetry

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

Telemetry()

public Telemetry()

Telemetry(Service.Types.Telemetry)

public Telemetry(Service.Types.Telemetry other)
Parameter
NameDescription
otherService.Types.Telemetry

Properties

ResourceName

public string ResourceName { get; set; }

The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.

Property Value
TypeDescription
String