clusterUri property

  1. @TagNumber(2)
String clusterUri

URI of a GKE cluster.

Implementation

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

Implementation

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