service property
Define a GRPC-service as condition. Before a response is returned to the client from any method of this service, the execution is triggered.
Implementation
@$pb.TagNumber(2)
$core.String get service => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set service($core.String value) => $_setString(1, value);