parent property
Parent to enable services on.
An example name would be:
projects/123
where 123 is the project number (not project ID).
The BatchEnableServices method currently only supports projects.
Implementation
@$pb.TagNumber(1)
$core.String get parent => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set parent($core.String value) => $_setString(0, value);