stateMessage property
Output only. Additional information about the current state of this Data Fusion instance if available.
Implementation
@$pb.TagNumber(13)
$core.String get stateMessage => $_getSZ(12);
Implementation
@$pb.TagNumber(13)
set stateMessage($core.String v) {
$_setString(12, v);
}