serviceClass property
The service class identifier this ServiceConnectionMap is for. The user of ServiceConnectionMap create API needs to have networkconnecitivty.serviceclasses.use iam permission for the service class.
Implementation
@$pb.TagNumber(7)
$core.String get serviceClass => $_getSZ(5);
Implementation
@$pb.TagNumber(7)
set serviceClass($core.String v) {
$_setString(5, v);
}