clusterMissing property

  1. @TagNumber(2)
bool get clusterMissing

Output only. If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for this GKE Multi-Cloud cluster no longer exists.

Implementation

@$pb.TagNumber(2)
$core.bool get clusterMissing => $_getBF(1);
  1. @TagNumber(2)
set clusterMissing (bool v)

Implementation

@$pb.TagNumber(2)
set clusterMissing($core.bool v) { $_setBool(1, v); }