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-04-17 UTC."],[[["This webpage provides reference documentation for the `Service.Types.GkeNamespace` class within the Google Cloud Monitoring v3 API, specifically detailing its structure and usage."],["The `GkeNamespace` class is part of the `Google.Cloud.Monitoring.V3` namespace and represents a GKE (Google Kubernetes Engine) namespace, with its fields corresponding to resource metadata labels."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparison, deep cloning, and buffer operations."],["The page lists various versions of the API documentation, from version 2.3.0 to the latest version 3.15.0, allowing users to access documentation for specific versions."],["The `GkeNamespace` class includes properties such as `ClusterName`, `Location`, `NamespaceName`, and `ProjectId`, which are used to identify and locate the GKE namespace within a Google Cloud project."]]],[]]