public sealed class Service.Types.GkeNamespace : IMessage<Service.Types.GkeNamespace>, IEquatable<Service.Types.GkeNamespace>, IDeepCloneable<Service.Types.GkeNamespace>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class Service.Types.GkeNamespace.
GKE Namespace. The field names correspond to the resource metadata labels
on monitored resources that fall under a namespace (for example,
k8s_container or k8s_pod).
Output only. The project this resource lives in. For legacy services
migrated from the Custom type, this may be a distinct project from the
one parenting the service itself.
[[["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."],[[["This document provides reference documentation for the `Service.Types.GkeNamespace` class within the Google Cloud Monitoring v3 API, detailing its structure and functionality across multiple versions."],["The `GkeNamespace` class, which is a sealed class, represents a GKE namespace and contains metadata labels for monitored resources like `k8s_container` or `k8s_pod`."],["The latest version of the `GkeNamespace` class documentation is version 3.15.0, with historical versions available down to 2.3.0, each with its own specific documentation."],["Key properties of the `GkeNamespace` class include `ClusterName`, `Location`, `NamespaceName`, and `ProjectId`, which respectively describe the cluster, its location, the namespace name, and the project ID."],["The `GkeNamespace` class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its diverse usage."]]],[]]