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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `Telemetry` class within the `Google.Cloud.Monitoring.V3.Service.Types` namespace in the Google Cloud Monitoring .NET library."],["The `Telemetry` class is a configuration class that is used to query telemetry data about a Service, it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.15.0, with a comprehensive list of previous versions also accessible, starting from 2.3.0 up to the latest."],["The `Telemetry` class has two constructors, one default and one that takes another `Telemetry` object as an argument, along with a `ResourceName` property."],["The class inherits from the Object class and allows for the use of methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]