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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `Telemetry` class within the `Google.Cloud.Monitoring.V3.Service.Types` namespace, focusing on how to query telemetry for a service."],["The documentation includes a comprehensive list of version history for the `Telemetry` class, ranging from version 2.3.0 to 3.15.0, with version 3.15.0 being the latest."],["The `Telemetry` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and one that takes another `Telemetry` object as an argument, allowing for cloning."],["The class contains a single property called `ResourceName`, which is a string representing the full name of the resource that defines the service."]]],[]]