[[["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."],[[["\u003cp\u003eThe GkeCluster class, part of the GKE Hub v1beta1 API, provides information specific to GKE clusters and is currently at version 2.0.0-beta07.\u003c/p\u003e\n"],["\u003cp\u003eGkeCluster inherits from the object class and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage, along with their respective GkeCluster interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one (GkeCluster()) and another that takes an existing GkeCluster object as a parameter (GkeCluster(GkeCluster other)).\u003c/p\u003e\n"],["\u003cp\u003eGkeCluster contains two properties: \u003ccode\u003eClusterMissing\u003c/code\u003e, a boolean indicating if the cluster is missing from the GKE Control Plane, and \u003ccode\u003eResourceLink\u003c/code\u003e, a string representing the self-link of the GKE cluster resource.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this class is \u003ccode\u003eGoogle.Cloud.GkeHub.V1Beta1\u003c/code\u003e within the assembly \u003ccode\u003eGoogle.Cloud.GkeHub.V1Beta1.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1beta1 API - Class GkeCluster (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GkeCluster)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/2.0.0-beta06/Google.Cloud.GkeHub.V1Beta1.GkeCluster)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/1.0.0-beta04/Google.Cloud.GkeHub.V1Beta1.GkeCluster) \n\n public sealed class GkeCluster : IMessage\u003cGkeCluster\u003e, IEquatable\u003cGkeCluster\u003e, IDeepCloneable\u003cGkeCluster\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1beta1 API class GkeCluster.\n\nGkeCluster contains information specific to GKE clusters. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GkeCluster \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GkeCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GkeCluster), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GkeCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GkeCluster), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GkeCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.GkeCluster), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeHub.V1Beta1](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1Beta1.dll\n\nConstructors\n------------\n\n### GkeCluster()\n\n public GkeCluster()\n\n### GkeCluster(GkeCluster)\n\n public GkeCluster(GkeCluster other)\n\nProperties\n----------\n\n### ClusterMissing\n\n public bool ClusterMissing { get; set; }\n\nOutput only. If cluster_missing is set then it denotes that the GKE cluster\nno longer exists in the GKE Control Plane.\n\n### ResourceLink\n\n public string ResourceLink { get; set; }\n\nImmutable. Self-link of the GCP resource for the GKE cluster. For example: \n\n //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster\n\nZonal clusters are also supported."]]