pscConnectionId property
The PSC connection id of the PSC forwarding rule connected to the service attachments in this service connection map.
Implementation
@$pb.TagNumber(5)
$core.String get pscConnectionId => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set pscConnectionId($core.String v) {
$_setString(4, v);
}