parent property
Required. The name of the project containing the metrics:
"projects/[PROJECT_ID]"
Implementation
@$pb.TagNumber(1)
$core.String get parent => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set parent($core.String value) => $_setString(0, value);