projectId property
Project ID that contains the configuration this step is validating.
Implementation
@$pb.TagNumber(4)
$core.String get projectId => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set projectId($core.String v) {
$_setString(3, v);
}