public sealed class MeshIstio : IMessage<Service.Types.MeshIstio>, IEquatable<Service.Types.MeshIstio>, IDeepCloneable<Service.Types.MeshIstio>, IBufferMessage, IMessage
Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8
will have their services ingested as this type.
[[["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 `MeshIstio` class within the `Google.Cloud.Monitoring.V3` namespace, detailing various versions from 2.3.0 to 3.15.0, with 3.15.0 being the latest."],["The `MeshIstio` class is designed for Istio services within a mesh, and it is specifically used for Anthos clusters running ASM versions earlier than 1.6.8."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning, equality comparisons, and protocol buffer messaging."],["Key properties of the `MeshIstio` class include `MeshUid` (mesh identifier), `ServiceName` (Istio service name), and `ServiceNamespace` (Istio service namespace), which correlate to Istio metric labels."],["The `MeshIstio` class has two constructors, one empty and one that take `Service.Types.MeshIstio` as parameter."]]],[]]