public sealed class Service.Types.IstioCanonicalService : IMessage<Service.Types.IstioCanonicalService>, IEquatable<Service.Types.IstioCanonicalService>, IDeepCloneable<Service.Types.IstioCanonicalService>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class Service.Types.IstioCanonicalService.
Canonical service scoped to an Istio mesh. Anthos clusters running ASM >=
1.6.8 will have their services ingested as this type.
The name of the canonical service underlying this service.
Corresponds to the destination_canonical_service_name metric label in
label in Istio
metrics.
public string CanonicalServiceNamespace { get; set; }
The namespace of the canonical service underlying this service.
Corresponds to the destination_canonical_service_namespace metric
label in Istio
metrics.
[[["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-03-21 UTC."],[[["The provided content details the `Service.Types.IstioCanonicalService` class within the Google Cloud Monitoring v3 API, specifically how to reference it in the .NET library."],["This class represents a canonical service that is scoped to an Istio mesh, a representation used for services on Anthos clusters running ASM version 1.6.8 or later."],["The documentation lists available versions of the API, ranging from the latest 3.15.0 down to version 2.3.0, with each version containing its own link for reference."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for object equality, deep cloning, and message handling."],["The `IstioCanonicalService` class has properties like `CanonicalService`, `CanonicalServiceNamespace`, and `MeshUid` which provide details such as the underlying service name, its namespace, and the mesh identifier respectively, and can be found in Istio metrics."]]],[]]