resourceLink property
Immutable. Self-link of the GCP 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.
Implementation
@$pb.TagNumber(1)
$core.String get resourceLink => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set resourceLink($core.String v) { $_setString(0, v); }