service property
Required. The full Service Directory Service name of the format projects//locations//namespaces//services/
Implementation
@$pb.TagNumber(5)
$core.String get service => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set service($core.String v) {
$_setString(4, v);
}