serviceEndpoint property
Output only. Endpoint on which the Data Fusion UI is accessible.
Implementation
@$pb.TagNumber(14)
$core.String get serviceEndpoint => $_getSZ(13);
Implementation
@$pb.TagNumber(14)
set serviceEndpoint($core.String v) {
$_setString(13, v);
}