clusterUri property

  1. @TagNumber.new(2)
String get clusterUri

URI of a GKE cluster.

Implementation

@$pb.TagNumber(2)
$core.String get clusterUri => $_getSZ(0);
  1. @TagNumber.new(2)
set clusterUri (String v)

Implementation

@$pb.TagNumber(2)
set clusterUri($core.String v) {
  $_setString(0, v);
}