parent property
Required. The project and location where this CustomClass will be created.
The expected format is projects/{project}/locations/{location}
.
Implementation
@$pb.TagNumber(4)
$core.String get parent => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set parent($core.String v) {
$_setString(3, v);
}