public interface GkeClusterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClusterMissing()
public abstract boolean getClusterMissing()Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane.
bool cluster_missing = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The clusterMissing. |
getResourceLink()
public abstract String 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.
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The resourceLink. |
getResourceLinkBytes()
public abstract ByteString getResourceLinkBytes()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.
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceLink. |