Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class GkeCluster.
GkeCluster contains information specific to GKE clusters.
Generated from protobuf message google.cloud.gkehub.v1.GkeCluster
Namespace
Google \ Cloud \ GkeHub \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ resource_link
string
Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are also supported.
↳ cluster_missing
bool
Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane.
getResourceLink
Immutable. Self-link of the Google Cloud resource for the GKE cluster. For
example:
//container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster
Zonal clusters are also supported.
Returns
Type
Description
string
setResourceLink
Immutable. Self-link of the Google Cloud resource for the GKE cluster. For
example:
//container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster
Zonal clusters are also supported.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getClusterMissing
Output only. If cluster_missing is set then it denotes that the GKE cluster
no longer exists in the GKE Control Plane.
Returns
Type
Description
bool
setClusterMissing
Output only. If cluster_missing is set then it denotes that the GKE cluster
no longer exists in the GKE Control Plane.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Gke Hub V1 Client - Class GkeCluster (1.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.6 (latest)](/php/docs/reference/cloud-gke-hub/latest/V1.GkeCluster)\n- [1.0.5](/php/docs/reference/cloud-gke-hub/1.0.5/V1.GkeCluster)\n- [0.10.0](/php/docs/reference/cloud-gke-hub/0.10.0/V1.GkeCluster)\n- [0.9.5](/php/docs/reference/cloud-gke-hub/0.9.5/V1.GkeCluster)\n- [0.8.2](/php/docs/reference/cloud-gke-hub/0.8.2/V1.GkeCluster)\n- [0.7.1](/php/docs/reference/cloud-gke-hub/0.7.1/V1.GkeCluster)\n- [0.6.3](/php/docs/reference/cloud-gke-hub/0.6.3/V1.GkeCluster)\n- [0.5.6](/php/docs/reference/cloud-gke-hub/0.5.6/V1.GkeCluster) \nReference documentation and code samples for the Google Cloud Gke Hub V1 Client class GkeCluster.\n\nGkeCluster contains information specific to GKE clusters.\n\nGenerated from protobuf message `google.cloud.gkehub.v1.GkeCluster`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ GkeHub \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getResourceLink\n\nImmutable. Self-link of the Google Cloud resource for the GKE cluster. For\nexample:\n//container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster\nZonal clusters are also supported.\n\n### setResourceLink\n\nImmutable. Self-link of the Google Cloud resource for the GKE cluster. For\nexample:\n//container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster\nZonal clusters are also supported.\n\n### getClusterMissing\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### setClusterMissing\n\nOutput only. If cluster_missing is set then it denotes that the GKE cluster\nno longer exists in the GKE Control Plane."]]