googleManaged property
Output only. Whether the lifecycle of this membership is managed by a google cluster platform service.
Implementation
@$pb.TagNumber(8)
$core.bool get googleManaged => $_getBF(7);
Implementation
@$pb.TagNumber(8)
set googleManaged($core.bool v) {
$_setBool(7, v);
}