getCommandLogs method

ResponseStream<CommandLog> getCommandLogs(
  1. CommandId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseStream<$0.CommandLog> getCommandLogs($0.CommandId request,
    {$grpc.CallOptions? options}) {
  return $createStreamingCall(
      _$getCommandLogs, $async.Stream.fromIterable([request]),
      options: options);
}