googleManaged property

  1. @TagNumber(8)
bool 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(8)
void googleManaged=(bool v)

Implementation

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