watchJobChanges method
ResponseStream<WatchJobChangesResponse>
watchJobChanges(
- WatchJobChangesRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseStream<$0.WatchJobChangesResponse> watchJobChanges(
$0.WatchJobChangesRequest request,
{$grpc.CallOptions? options}) {
return $createStreamingCall(
_$watchJobChanges, $async.Stream.fromIterable([request]),
options: options);
}