googleManaged property

  1. @TagNumber.new(8)
bool get googleManaged

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);
  1. @TagNumber.new(8)
set googleManaged (bool v)

Implementation

@$pb.TagNumber(8)
set googleManaged($core.bool v) {
  $_setBool(7, v);
}